tape: cleanup - move tape file readers/writers into src/tape/file_formats folder

This commit is contained in:
Dietmar Maurer
2021-02-04 07:58:34 +01:00
parent a80d72f999
commit f47e035721
12 changed files with 33 additions and 27 deletions

View File

@ -57,7 +57,6 @@ use crate::{
TapeRead,
MediaId,
MediaCatalog,
ChunkArchiveDecoder,
MediaPool,
Inventory,
file_formats::{
@ -67,6 +66,7 @@ use crate::{
PROXMOX_BACKUP_CONTENT_HEADER_MAGIC_1_0,
PROXMOX_BACKUP_CHUNK_ARCHIVE_MAGIC_1_0,
MediaContentHeader,
ChunkArchiveDecoder,
},
drive::{
TapeDriver,