update restic config
This commit is contained in:
parent
70bf1d65bf
commit
05623205f3
2 changed files with 2 additions and 1 deletions
|
@ -193,7 +193,7 @@
|
|||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
};
|
||||
services.restic.backups.sysbackup = {
|
||||
paths = ["/persist"];
|
||||
paths = ["/media"];
|
||||
pruneOpts = [
|
||||
"--keep-daily 7"
|
||||
"--keep-weekly 4"
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
paths = [
|
||||
"/var"
|
||||
"/home"
|
||||
"/root"
|
||||
];
|
||||
extraBackupArgs = [
|
||||
"--exclude-caches"
|
||||
|
|
Loading…
Reference in a new issue