modules: services: backup: make it verbose
This commit is contained in:
parent
0fe9a57458
commit
98c2f16eb2
|
@ -92,7 +92,7 @@ in
|
||||||
services.restic.backups.backblaze = {
|
services.restic.backups.backblaze = {
|
||||||
# Take care of included and excluded files
|
# Take care of included and excluded files
|
||||||
paths = cfg.paths;
|
paths = cfg.paths;
|
||||||
extraBackupArgs = [ ]
|
extraBackupArgs = [ "--verbose=2" ]
|
||||||
++ lib.optional (builtins.length cfg.exclude != 0) excludeArg
|
++ lib.optional (builtins.length cfg.exclude != 0) excludeArg
|
||||||
;
|
;
|
||||||
# Take care of creating the repository if it doesn't exist
|
# Take care of creating the repository if it doesn't exist
|
||||||
|
|
Loading…
Reference in a new issue