]> git.proxmox.com Git - proxmox-backup.git/history - src/tape/drive/virtual_tape.rs
update to proxmox-sys 0.2 crate
[proxmox-backup.git] / src / tape / drive / virtual_tape.rs
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 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-13 Dietmar Maurersplit tape code into new pbs_tape workspace
2021-09-07 Dietmar Maurermoved key_derivation.rs from pbs_datastore to pbs-confi...
2021-09-03 Dietmar Maurermove drive config to pbs_config workspace
2021-08-30 Wolfgang Bumillercleanup proxmox_backup::backup module
2021-07-20 Dietmar Maureruse new atomic_open_or_create_file
2021-05-06 Dominik Csapaktape/drive: add 'move_to_file' to TapeDriver trait
2021-04-12 Dietmar Maurertape: improve EOT error handling
2021-04-08 Dietmar Maurertape: make sure there is a filemark at the end of the...
2021-04-08 Dietmar Maurertape: make fsf/bsf driver specific
2021-04-08 Dietmar Maurertape: implement format/erase
2021-04-08 Dietmar Maurertape: introduce trait BlockWrite
2021-04-08 Dietmar Maurertape: introduce trait BlockRead
2021-03-25 Dietmar Maureravoid compiler warning
2021-03-25 Dietmar Maurertape: add fsf/bsf to TapeDriver trait
2021-03-24 Dietmar Maurertape: add TapeDriver::move_to_last_file
2021-03-10 Thomas Lamprechttypo fixes all over the place
2021-02-20 Dietmar Maurertape: extend MediaChange trait to return MtxStatus
2021-02-04 Dietmar Maurertape: cleanup - move tape file readers/writers into...
2021-01-28 Dominik Csapaktape/changer: add vendor/model to DriveStatus
2021-01-25 Dietmar Maurertape: add/use rust scsi changer implementation using...
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 strip_prefix instead of manual stripping
2021-01-19 Dietmar Maurertape: generate random encryptions keys and store key_co...
2021-01-18 Dietmar Maurertape: clear encryption key before writing labels
2021-01-18 Dietmar Maurertape: add hardware encryption key managenent api
2021-01-13 Dietmar Maurertape: rename changer_id to label_text
2021-01-10 Dietmar Maurertape: remove unused eject_on_unload method
2021-01-10 Dietmar Maurertape: more MediaChange cleanups
2021-01-10 Dietmar Maurertape: improve export media to directly export from...
2021-01-10 Dietmar Maurertape: cleanup: s/transfer/transfer_media/, avoid compil...
2021-01-10 Dietmar Maurertape: MediaChange - add transfer, implement export
2021-01-08 Dietmar Maurertape: implement drive clean
2021-01-07 Dietmar Maurertape: improve MediaChange trait
2020-12-18 Dietmar Maurertape: return current_file_number as u64
2020-12-16 Dietmar Maurertape: remove MediaLabelInfo, use MediaId instead
2020-12-07 Dietmar Maurertape: add tape device driver