]> git.proxmox.com Git - proxmox-backup.git/history - src/tape/drive/mod.rs
tape: create tmp dirs early at server startup
[proxmox-backup.git] / src / tape / drive / mod.rs
2021-02-19 Dietmar Maurertape: create tmp dirs early at server startup
2021-02-19 Dominik Csapaktape/drive: add get/set status functions
2021-02-19 Dominik Csapaktape/drive: add test_device_path_lock
2021-02-05 Dietmar Maurertape: correctly lock the tape device
2021-01-31 Dietmar Maurertape: add pmt weof
2021-01-29 Dietmar Maurertape: make it possible to abort tape backup tasks ...
2021-01-21 Dietmar Maurertape: further hierarchy improvements
2021-01-21 Dietmar Maurertape: change code hierarchy to improve docs
2021-01-21 Dietmar Maurertape: improve code docs
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-21 Dietmar Maurertape: use specialized encryption key per media-set
2021-01-20 Fabian Grünbichlerclippy: collapse nested ifs
2021-01-20 Fabian Grünbichlerclippy: avoid useless format!
2021-01-20 Fabian Grünbichlerclippy: remove explicit returns
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