]> git.proxmox.com Git - proxmox-backup.git/commit - src/tape/drive/mod.rs
tape: add hardware encryption key managenent api
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 18 Jan 2021 06:16:06 +0000 (07:16 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 18 Jan 2021 12:38:22 +0000 (13:38 +0100)
commitd5a48b5ce47551e20ee7c63d4d97792e2b414986
tree551651f93a833fda55164857fd9533e799da2c52
parent4e9cc3e97c6a4debfa1f9a20d5d60632b023bb80
tape: add hardware encryption key managenent api
15 files changed:
src/api2/config.rs
src/api2/config/tape_encryption_keys.rs [new file with mode: 0644]
src/api2/tape/drive.rs
src/api2/types/mod.rs
src/api2/types/tape/drive.rs
src/backup/crypt_config.rs
src/bin/proxmox-tape.rs
src/bin/proxmox_tape/encryption_key.rs [new file with mode: 0644]
src/bin/proxmox_tape/mod.rs
src/bin/sg-tape-cmd.rs
src/config.rs
src/config/tape_encryption_keys.rs [new file with mode: 0644]
src/tape/drive/linux_tape.rs
src/tape/drive/mod.rs
src/tape/drive/virtual_tape.rs