]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/tape/restore.rs
bump version to 1.1.0-1
[proxmox-backup.git] / src / api2 / tape / restore.rs
2021-04-13 Dietmar MaurerTapeRead: add skip_data()
2021-04-12 Dietmar Maurertape: improve EOT error handling
2021-03-25 Dominik Csapakapi2/tape/restore: enable restore mapping of datastores
2021-03-24 Dietmar Maurertape: skip catalog archives in restore
2021-03-24 Dietmar Maurertape: implement fast catalog restore
2021-03-24 Dietmar Maurertape: improve locking (lock media-sets)
2021-03-17 Dietmar Maurertape: store datastore name in tape archives and media...
2021-03-16 Dominik Csapakui: tape/Restore: let the user choose an owner
2021-03-05 Dominik Csapakapi2/tape: add notify_user to backup(-jobs) and restore...
2021-03-05 Dietmar Maurertape: finish api permission checks
2021-03-02 Dietmar MaurerRevert "tape: also abort backup/restore on server shutdown"
2021-03-02 Dietmar Maurertape: also abort backup/restore on server shutdown
2021-03-01 Dietmar Maurertape: restore - do not check if pool is configured
2021-02-19 Dominik Csapakapi2/tape/{backup, restore}, proxmox-tape: set device...
2021-02-05 Dietmar Maurertape: correctly lock the tape device
2021-02-04 Dietmar Maurertape: cleanup - move tape file readers/writers into...
2021-02-04 Dietmar Maurertape: allow to abort restore tasks
2021-02-04 Dietmar Maurercleanup: use task_log macro
2021-02-01 Dietmar Maurertape: remove drive from pool config
2021-01-22 Dietmar Maurertape: set encryption key on restore
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: use while let loops
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-20 Fabian Grünbichlerclippy: remove needless bool literals
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary clones
2021-01-13 Dietmar Maurertape: rename changer_id to label_text
2020-12-31 Dietmar Maurertape: add basic restore api/command
2020-12-30 Dietmar Maurertape: improve media request/load
2020-12-30 Dietmar Maurertape: add restore code, implement catalog api/command