move src/tape/helpers/snapshot_reader.rs to src/backup/snapshot_reader.rs
This commit is contained in:
@ -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,
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user