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

@ -35,14 +35,13 @@ use crate::{
compute_schedule_status,
},
},
backup::DataStore,
backup::{DataStore, SnapshotReader},
server::WorkerTask,
tape::{
TAPE_STATUS_DIR,
Inventory,
PoolWriter,
MediaPool,
SnapshotReader,
drive::{
media_changer,
lock_tape_device,