]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/tape/restore.rs
move and unify namespace priv helpers
[proxmox-backup.git] / src / api2 / tape / restore.rs
2022-05-25 Fabian Grünbichlermove and unify namespace priv helpers
2022-05-25 Fabian Grünbichlerapi: tape: use check_privs instead of manual lookup
2022-05-25 Fabian Grünbichlerapi: tape: restore: improve permission checks
2022-05-13 Fabian Grünbichlertape: bump catalog/snapshot archive magic
2022-05-13 Dominik Csapakapi: tape/restore: add namespace mapping
2022-05-13 Dominik Csapakapi: tape/restore: check and create target namespace
2022-05-13 Dominik Csapakapi: tape/restore: add optional namespace map to DataSt...
2022-05-13 Dominik Csapaktape: add namespaces mapping type
2022-05-13 Dominik Csapaktape: fix snapshot path in catalog and snapshot_archive
2022-05-12 Wolfgang Bumillersplit the namespace out of BackupGroup/Dir api types
2022-05-09 Dominik Csapakapi: tape/restore: skip snapshot if owner check failed
2022-05-09 Dominik Csapakapi: tape/restore: fix wrong datastore locking
2022-04-20 Wolfgang Bumillermake datastore BackupGroup/Dir ctors private
2022-04-12 Hannes Laimerdatastore: add check for maintenance in lookup
2022-04-06 Thomas Lamprechtapi: tape: rust format
2022-02-14 Dietmar MaurerParallelHandler: avoid re-export (cleanup)
2021-12-30 Fabian Grünbichlertree-wide: use is_empty() and similar
2021-12-30 Fabian Grünbichlertree-wide: drop redundant clones
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-12-16 Wolfgang Bumillercleanup schema function calls
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-19 Dietmar Maureruse new proxmox-sys crate
2021-10-21 Dietmar Maureruse new fsync parameter to replace_file and atomic_open...
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-09-27 Dietmar Maurermove src/backup/datastore.rs into pbs_datastore crate
2021-09-24 Dietmar Maurercleanup WorkerTaskContext
2021-09-24 Dietmar Maurerrename TaskState to WorkerTaskContext
2021-09-24 Dietmar Maurermove worker_task.rs into proxmox-rest-server crate
2021-09-23 Dietmar Maurersrc/server/worker_task.rs: Avoid using pbs-api-type...
2021-09-13 Dietmar Maurersplit tape code into new pbs_tape workspace
2021-09-10 Dietmar Maurermove user configuration to pbs_config workspace
2021-09-09 Dietmar Maurermove acl to pbs_config workspaces, pbs_api_types cleanups
2021-09-03 Dietmar Maurermove drive config to pbs_config workspace
2021-08-30 Wolfgang Bumillercleanup proxmox_backup::backup module
2021-07-28 Dominik Csapakapi2: tape/restore: commit temporary catalog at the end
2021-07-26 Dominik Csapaktape: media_catalog: improve chunk_archive interface
2021-07-13 Dominik Csapakapi2: tape: restore: add warning for list restore
2021-07-07 Wolfgang Bumillermove chunk_store to pbs-datastore
2021-05-11 Dominik Csapakapi2/tape/restore: add optional snapshots to 'restore'
2021-05-11 Dominik Csapakapi2/tape/restore: refactor restore code into its own...
2021-05-07 Dominik Csapakapi2/tape/restore: return backup manifest in try_restor...
2021-05-06 Dominik Csapakapi2/tape/restore: remove unnecessary params from ...
2021-05-06 Dominik Csapakapi2/tape/restore: factor out check_datastore_privs
2021-05-04 Dominik Csapaktape/restore: optimize chunk restore behaviour
2021-05-04 Dietmar Maurertape restore: do not verify restored files
2021-05-04 Dietmar Maurertape restore: add restore speed to logs
2021-05-04 Dietmar Maurertape restore: write datastore in separate thread
2021-05-04 Dietmar Maurertape restore: split restore_chunk_archive
2021-04-16 Dietmar Maurertape restore: avoid multiple stat calls for same chunk
2021-04-16 Dietmar Maurertape restore: verify if all chunks exist
2021-04-16 Dietmar Maurertape restore: simplify log (list datastores on single...
2021-04-16 Dietmar Maurertape restore: fix datastore locking
2021-04-14 Dominik Csapakapi2/tape/restore: restore_chunk_archive: only ignore...
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