verify: skip benchmark directory

This commit is contained in:
Dietmar Maurer 2020-09-10 08:44:18 +02:00
parent 61d7b5013c
commit 5fdc5a6f3d
1 changed files with 4 additions and 0 deletions

View File

@ -415,6 +415,10 @@ pub fn verify_all_backups(datastore: Arc<DataStore>, worker: Arc<WorkerTask>) ->
let mut done = 0;
for group in list {
if group.backup_type() == "host" && group.backup_id() == "benchmark" {
continue;
}
let (count, mut group_errors) = verify_backup_group(
datastore.clone(),
&group,