]> git.proxmox.com Git - proxmox-backup.git/history - src/tape/changer/mod.rs
tape: create tmp dirs early at server startup
[proxmox-backup.git] / src / tape / changer / mod.rs
2021-02-19 Dietmar Maurertape: create tmp dirs early at server startup
2021-02-19 Dietmar Maurertape: cache changer state
2021-01-28 Dominik Csapaktape/changer: refactor marking of import/export slots...
2021-01-28 Dominik Csapaktape/changer: add vendor/model to DriveStatus
2021-01-28 Dietmar Maurertape: rename changer_drive_id to changer_drivenum
2021-01-26 Dominik Csapaktape: fix typos
2021-01-26 Dietmar Maurertape: add new command line tool "pmtx"
2021-01-25 Dietmar Maurertape: add/use rust scsi changer implementation using...
2021-01-21 Dietmar Maurertape: change code hierarchy to improve docs
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: collapse nested ifs
2021-01-13 Dietmar Maurertape: rename changer_id to label_text
2021-01-10 Dietmar Maurertape: remove unused eject_on_unload method
2021-01-10 Dietmar Maurertape: more MediaChange cleanups
2021-01-10 Dietmar Maurertape: improve export media to directly export from...
2021-01-10 Dietmar Maurertape: cleanup: s/transfer/transfer_media/, avoid compil...
2021-01-10 Dietmar Maurertape: MediaChange - add transfer, implement export
2021-01-10 Dietmar Maurertape: renamed src/tape/changer/linux_tape.rs -> src...
2021-01-08 Dietmar Maurertape: implement drive clean
2021-01-08 Dietmar Maurertape: correctly skip cleaning tapes (not regular tapes)
2021-01-07 Dietmar Maurertape: improve MediaChange trait
2020-12-05 Dietmar Maurertape: add tape changer support using 'mtx' command