]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/tape/backup.rs
update to proxmox-sys 0.2 crate
[proxmox-backup.git] / src / api2 / tape / backup.rs
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-19 Dietmar Maureruse new proxmox-sys crate
2021-11-18 Thomas Lamprechtgroup filter: rename CLI/API/Config "groups" option...
2021-11-18 Dominik Csapakfix #3533: tape backup: filter groups according to...
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-09-27 Dietmar Maurermove src/backup/snapshot_reader.rs to pbs_datastore...
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-21 Dominik Csapakapi: make some workers log on CLI
2021-09-14 Dietmar Maurermove src/tape/helpers/snapshot_reader.rs to src/backup...
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-07 Dietmar Maurermoved tape_job.rs to pbs_config workspace
2021-09-06 Dietmar Maurermove media_pool config to pbs_config workspace
2021-09-03 Dietmar Maurermove drive config to pbs_config workspace
2021-08-30 Wolfgang Bumillercleanup proxmox_backup::backup module
2021-08-09 Dominik Csapaktape backup: mention groups that were empty
2021-08-04 Dietmar Maurertape: compute next-media-label for each tape backup job
2021-07-07 Wolfgang Bumillermove chunk_store to pbs-datastore
2021-06-02 Dominik Csapaktape/drive: improve tape device locking behaviour
2021-05-14 Dominik Csapakapi2/tape/backup: add 'force-media-set' parameter to...
2021-04-23 Dominik Csapakapi2/tape/backup: list backed up snapshots on failed...
2021-04-15 Dietmar Maurertape: do not try to backup unfinished backups
2021-03-25 Dietmar Maurertape: avoid writing catalogs for empty backup tasks
2021-03-24 Dietmar Maurertape: improve locking (lock media-sets)
2021-03-19 Dominik Csapakapi2/tape/backup: wait indefinitely for lock in schedul...
2021-03-19 Dominik Csapakapi2/tape/backup: include a summary on notification...
2021-03-19 Dietmar Maurertape: backup media catalogs
2021-03-17 Dietmar Maurertape: store datastore name in tape archives and media...
2021-03-16 Dietmar Maurertape: speedup backup by doing read/write in parallel
2021-03-11 Dietmar Maurertape: improve backup task log
2021-03-10 Dietmar Maurertape: improve backup task log (show percentage)
2021-03-09 Dominik Csapakapi2/tape/backup: continue on vanishing snapshots
2021-03-08 Dominik Csapaktape/backup: add success/error notifications
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-05 Dietmar Maurertape: improve PoolWriter logging
2021-03-03 Dietmar Maurertape: impl access permissions for tape jobs
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-02-25 Dietmar Maurertape: cleanup TapeJob implementation - uses AllOf Schem...
2021-02-24 Dietmar Maurertape: implement backup using latest-only flag
2021-02-19 Dominik Csapakapi2/tape/{backup, restore}, proxmox-tape: set device...
2021-02-19 Dietmar Maurerapi: list tape backup jobs with scheduling status
2021-02-15 Dietmar Maurertape: implement API to run tape backup jobs
2021-02-15 Dietmar Maurerproxmox-backup-proxy: schedule tape backup jobs
2021-02-05 Dietmar Maurertape: correctly lock the tape device
2021-02-04 Dietmar Maurertape: MediaPool - replace use_offline_media with change...
2021-02-01 Dietmar Maurertape: remove drive from pool config
2021-01-29 Dietmar Maurertape: improve backup task abort behaviour
2021-01-29 Dietmar Maurertape: make it possible to abort tape backup tasks ...
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: remove needless bool literals
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary clones
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: backup - implement export-media-set option
2021-01-09 Dietmar Maurertape: backup - implement --eject-media option
2021-01-07 Dietmar Maurertape: improve MediaChange trait
2021-01-01 Dietmar Maurertape: merge MediaStateDatabase into Inventory
2021-01-01 Dietmar Maurertape: implement MediaPool flag to consider offline...
2020-12-30 Dietmar Maurertape: only log to stdout in CLI environment
2020-12-30 Dietmar Maurertape: cleanup/simplify media_change code
2020-12-30 Dietmar Maurertape: improve media request/load
2020-12-18 Dietmar Maurertape: add tape backup api