backups: fix for nixos 24.05
This commit is contained in:
parent
69b3d5f1b3
commit
22c1424552
2 changed files with 3 additions and 5 deletions
|
|
@ -355,7 +355,7 @@ def _():
|
|||
# Files in backup and /var/lib should be identical
|
||||
assert_matches(
|
||||
f"{run_duplicity} verify --archive-dir /var/lib/duplicity file:///var/lib/localBackups /var/lib",
|
||||
"0 differences found",
|
||||
"no sync needed",
|
||||
)
|
||||
# Backup should include important files
|
||||
files = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue