services: restic: make it verbose
This commit is contained in:
parent
0c538fbf86
commit
e9c0d157f1
|
@ -70,7 +70,7 @@ in {
|
||||||
passwordFile = "/root/restic/password";
|
passwordFile = "/root/restic/password";
|
||||||
s3CredentialsFile = "/root/restic/creds";
|
s3CredentialsFile = "/root/restic/creds";
|
||||||
|
|
||||||
extraBackupArgs = [ ]
|
extraBackupArgs = [ "--verbose=2" ]
|
||||||
++ optional (builtins.length cfg.exclude != 0) excludeArg;
|
++ optional (builtins.length cfg.exclude != 0) excludeArg;
|
||||||
|
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
|
|
Loading…
Reference in a new issue