Improve missing parent message

This commit is contained in:
Joshua Boniface 2023-10-17 12:17:29 -04:00
parent fd2331faa6
commit f441b0d823
1 changed files with 1 additions and 1 deletions

View File

@ -1351,7 +1351,7 @@ def backup_vm(
):
return (
False,
f"ERROR: Incremental parent {incremental_parent} given, but no snapshot {pool}/{volume}@backup_{incremental_parent} was found; cannot export an incremental backup.",
f"ERROR: Incremental parent {incremental_parent} given, but no snapshots were found; cannot export an incremental backup.",
)
export_fileext = "rbddiff"