]> git.proxmox.com Git - proxmox-backup.git/commit - src/tape/pool_writer/mod.rs
tape: cleanup - move tape file readers/writers into src/tape/file_formats folder
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 4 Feb 2021 06:58:34 +0000 (07:58 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 4 Feb 2021 06:59:37 +0000 (07:59 +0100)
commitf47e0357215423543c4747cfc618e211f57a9caf
tree8642b71776e718ea72bf5663d424de2bf426aa74
parenta80d72f99997a914fc64da390c00abb1685aa7c5
tape: cleanup - move tape file readers/writers into src/tape/file_formats folder
17 files changed:
src/api2/tape/restore.rs
src/bin/proxmox-tape.rs
src/tape/chunk_archive.rs [deleted file]
src/tape/drive/linux_tape.rs
src/tape/drive/virtual_tape.rs
src/tape/file_formats.rs [deleted file]
src/tape/file_formats/blocked_reader.rs [new file with mode: 0644]
src/tape/file_formats/blocked_writer.rs [new file with mode: 0644]
src/tape/file_formats/chunk_archive.rs [new file with mode: 0644]
src/tape/file_formats/mod.rs [new file with mode: 0644]
src/tape/file_formats/snapshot_archive.rs [new file with mode: 0644]
src/tape/helpers/blocked_reader.rs [deleted file]
src/tape/helpers/blocked_writer.rs [deleted file]
src/tape/helpers/mod.rs
src/tape/mod.rs
src/tape/pool_writer.rs
src/tape/snapshot_archive.rs [deleted file]