restic: Do not initialise the repository
It already is initialised, and NixOS’ initialisation always prints all existing snapshots to the journal which makes it almost impossible to find the logs from the regular backup.
This commit is contained in:
parent
9025dfffb5
commit
e9dc4601ad
|
@ -84,7 +84,6 @@ in
|
|||
"/srv"
|
||||
"/var"
|
||||
] ++ cfg.extraPaths;
|
||||
initialize = true;
|
||||
extraBackupArgs = [
|
||||
"--exclude-caches"
|
||||
"--exclude-file=${excludesFile}"
|
||||
|
|
Loading…
Reference in a new issue