]> git.proxmox.com Git - proxmox-backup.git/history - src/tape/pool_writer/mod.rs
tree-wide: fix needless borrows
[proxmox-backup.git] / src / tape / pool_writer / mod.rs
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-19 Dietmar Maureruse new proxmox-sys crate
2021-10-21 Dominik Csapaktape: simplify export_media_set for pool writer
2021-10-18 Dominik Csapaktape: improve export_media error message for not found...
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 worker task logging
2021-09-24 Dietmar Maurermove worker_task.rs into proxmox-rest-server crate
2021-09-14 Dietmar Maurermove src/tape/helpers/snapshot_reader.rs to src/backup...
2021-09-13 Dietmar Maurersplit tape code into new pbs_tape workspace
2021-09-07 Dietmar Maurermove tape_encryption_keys.rs to pbs_config workspace
2021-09-03 Dietmar Maurermove drive config to pbs_config workspace
2021-08-09 Dominik Csapaktape/pool_writer: fix typo
2021-07-07 Wolfgang Bumillermove chunk_store to pbs-datastore
2021-05-14 Dominik Csapakapi2/tape/backup: add 'force-media-set' parameter to...
2021-04-08 Dietmar Maurertape: make sure there is a filemark at the end of the...
2021-03-19 Dietmar Maurertape: cleanup PoolWriter - factor out common code
2021-03-19 Dietmar Maurertape: cleanup - split PoolWriter into several files