move src/tape/helpers/snapshot_reader.rs to src/backup/snapshot_reader.rs

This commit is contained in:
Dietmar Maurer
2021-09-14 07:42:06 +02:00
parent 51a2d9e375
commit cef5c72682
8 changed files with 12 additions and 24 deletions

View File

@ -12,12 +12,11 @@ use pbs_tape::{
TapeWrite, MediaContentHeader,
};
use crate::tape::{
SnapshotReader,
file_formats::{
PROXMOX_BACKUP_SNAPSHOT_ARCHIVE_MAGIC_1_1,
SnapshotArchiveHeader,
},
use crate::backup::SnapshotReader;
use crate::tape::file_formats::{
PROXMOX_BACKUP_SNAPSHOT_ARCHIVE_MAGIC_1_1,
SnapshotArchiveHeader,
};