update restic config

This commit is contained in:
Charlotte 🦝 Delenk 2024-07-28 08:20:04 +02:00
parent 70bf1d65bf
commit 05623205f3
2 changed files with 2 additions and 1 deletions

View file

@ -193,7 +193,7 @@
package = config.boot.kernelPackages.nvidiaPackages.stable; package = config.boot.kernelPackages.nvidiaPackages.stable;
}; };
services.restic.backups.sysbackup = { services.restic.backups.sysbackup = {
paths = ["/persist"]; paths = ["/media"];
pruneOpts = [ pruneOpts = [
"--keep-daily 7" "--keep-daily 7"
"--keep-weekly 4" "--keep-weekly 4"

View file

@ -9,6 +9,7 @@
paths = [ paths = [
"/var" "/var"
"/home" "/home"
"/root"
]; ];
extraBackupArgs = [ extraBackupArgs = [
"--exclude-caches" "--exclude-caches"