]> git.proxmox.com Git - proxmox-backup.git/history - src/tape/pool_writer/mod.rs
tape: cleanup: rename bytes_written to bytes_written_after_sync
[proxmox-backup.git] / src / tape / pool_writer / mod.rs
2024-05-08 Dietmar Maurertape: cleanup: rename bytes_written to bytes_written_af...
2024-05-08 Dominik Csapaktape: improve throughput by not unnecessarily syncing...
2024-04-23 Lukas Wagnerserver: notifications: send tape notifications via...
2024-02-12 Dominik Csapakfix #5229: tape: remove max sequence number limit
2024-01-22 Dominik Csapaktape: assert encryption mode when using the PoolWriter
2024-01-22 Dominik Csapaktape: move 'set_encryption' calls to the TapeDriver...
2022-12-12 Wolfgang Bumillermove pbs_config::tape_encryption_keys to pbs crate lib
2022-10-20 Dominik Csapaktape: replace '&Path' with 'AsRef<Path>' in function...
2022-07-28 Wolfgang Bumillerclippy: deal with some internal type complexity
2022-07-25 Fabian Grünbichlerclippy fixes
2022-07-05 Dominik Csapaktape: include used tapes in tape notification e-mails
2022-06-02 Thomas Lamprechttree wide: clippy lint fixes
2022-05-23 Dominik Csapaktape/pool_writer: give proper types to 'contains_snapshot'
2022-05-13 Fabian Grünbichlertape: bump catalog/snapshot archive magic
2022-05-13 Dominik Csapaktape: fix snapshot path in catalog and snapshot_archive
2022-05-13 Dominik Csapaktape: notify when arriving at end of media
2022-04-10 Thomas Lamprechttape: rust fmt
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