]> git.proxmox.com Git - proxmox-backup.git/history - src/tape/pool_writer.rs
add "password hint" to KeyConfig
[proxmox-backup.git] / src / tape / pool_writer.rs
2021-01-20 Dietmar Maureradd "password hint" to KeyConfig
2021-01-19 Dietmar Maurertape: generate random encryptions keys and store key_co...
2021-01-18 Dietmar Maurertape: implement encrypted backup - simple version
2021-01-15 Dietmar Maurertape: do not abort backup if tape drive does not suppor...
2021-01-13 Dietmar Maurertape: rename changer_id to label_text
2021-01-12 Dietmar Maurertape: make eject/export more reliable, improve logging
2021-01-11 Dietmar Maurertape: improve backup logs
2021-01-10 Dietmar Maurertape: cleanup: s/transfer/transfer_media/, avoid compil...
2021-01-10 Dietmar Maurertape: backup - implement export-media-set option
2021-01-09 Dietmar Maurertape: backup - implement --eject-media option
2021-01-09 Dietmar Maurertape: abort backup when we detect critical tape alert...
2021-01-03 Dietmar Maurertape: further PoolWriter cleanups
2021-01-03 Dietmar Maurertape: cleanup - rename 'info' to 'media_id'
2021-01-03 Dietmar MaurerRevert "tape: cleanup - rename 'info' to 'media_id'"
2021-01-03 Dietmar Maurertape: cleanup - rename 'info' to 'media_id'
2020-12-30 Dietmar Maurertape: improve media request/load
2020-12-18 Dietmar Maurertape: add PoolWriter