]> git.proxmox.com Git - proxmox-backup.git/history - src/tape/drive/mod.rs
tape: generate random encryptions keys and store key_config on media
[proxmox-backup.git] / src / tape / drive / mod.rs
2021-01-19 Dietmar Maurertape: generate random encryptions keys and store key_co...
2021-01-18 Dietmar Maurertape: clear encryption key before writing labels
2021-01-18 Dietmar Maurertape: add hardware encryption key managenent api
2021-01-16 Dietmar Maurertape: add scsi commands to control drive hardware encry...
2021-01-13 Dietmar Maurertape: rename changer_id to label_text
2021-01-10 Dietmar Maurertape: simplify media changer implementation - new struc...
2021-01-09 Dietmar Maurertape: abort backup when we detect critical tape alert...
2021-01-05 Dietmar Maurertape: implement read_volume_statistics
2021-01-03 Dietmar Maurertape: sg-tape-cmd tape-alert-flags
2021-01-02 Dietmar Maurertape: decode TapeAlertFlags in cartridge-memory command
2020-12-30 Dietmar Maurertape: media_change - log all errors
2020-12-30 Dietmar Maurertape: improve inline docu
2020-12-30 Dietmar Maurertape: cleanup/simplify media_change code
2020-12-30 Dietmar Maurertape: improve media request/load
2020-12-22 Dietmar Maurertape: add drive status api
2020-12-21 Dietmar Maurertape: add command to read cartridge memory (MAM)
2020-12-18 Dietmar Maurertape: return current_file_number as u64
2020-12-16 Dietmar Maurertape: remove MediaLabelInfo, use MediaId instead
2020-12-16 Dietmar Maurertape: improve docu
2020-12-14 Dietmar Maurertape: rename DriveLabel to MediaLabel
2020-12-07 Dietmar Maurertape: add tape device driver