]> git.proxmox.com Git - proxmox-backup.git/history - src/tape/pool_writer.rs
typo fixes all over the place
[proxmox-backup.git] / src / tape / pool_writer.rs
2021-03-10 Thomas Lamprechttypo fixes all over the place
2021-03-10 Dietmar Maurertape: improve backup task log format
2021-03-05 Dominik Csapakapi2/tape: add notify_user to backup(-jobs) and restore...
2021-03-05 Dietmar Maurertape: improve PoolWriter logging
2021-02-26 Dietmar Maurertape: set media status if we detect damaged medium...
2021-02-23 Dietmar Maurertape: improve backup task logging
2021-02-04 Dietmar Maurertape: cleanup - move tape file readers/writers into...
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-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 needless bool literals
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