Skip to content

Commit acf7239

Browse files
committed
Update restic
1 parent 1e9b91c commit acf7239

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

planets/pollux/services/restic.nix

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@
1010
"/var/lib"
1111
"/var/www"
1212
];
13-
exclude = [ "var/lib/attic" ];
14-
pruneOpts = [
15-
"--keep-daily 7"
16-
"--keep-weekly 4"
17-
"--keep-monthly 6"
13+
exclude = [
14+
"/var/lib/attic"
15+
"/var/lib/capTUre"
1816
];
17+
pruneOpts = [ "--keep-daily 14" ];
1918
};
2019
};
2120

0 commit comments

Comments
 (0)