tune the restic config

This commit is contained in:
Andreas Zweili 2022-02-01 21:43:15 +01:00
parent e54b3fbb88
commit 2b6185074d
3 changed files with 4 additions and 7 deletions

View File

@ -116,7 +116,9 @@
[
./modules/code-server
./modules/docker
./modules/restic
(import ./modules/restic-server-client {
inherit self username; time = "21:30";
})
];
heimdall = mkComputer
(mkVM

View File

@ -10,6 +10,7 @@
"--exclude-file=${self}/modules/restic/excludes.txt"
];
pruneOpts = [
"--keep-hourly 24"
"--keep-daily 7"
"--keep-weekly 5"
"--keep-monthly 12"

View File

@ -16,11 +16,5 @@
extraBackupArgs = [
"--exclude-file=${self}/modules/restic/excludes.txt"
];
pruneOpts = [
"--keep-hourly 24"
"--keep-daily 7"
"--keep-weekly 5"
"--keep-monthly 12"
];
};
}