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;
|
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"
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
paths = [
|
paths = [
|
||||||
"/var"
|
"/var"
|
||||||
"/home"
|
"/home"
|
||||||
|
"/root"
|
||||||
];
|
];
|
||||||
extraBackupArgs = [
|
extraBackupArgs = [
|
||||||
"--exclude-caches"
|
"--exclude-caches"
|
||||||
|
|
Loading…
Reference in a new issue