modules: services: backup: make it verbose

This commit is contained in:
Bruno BELANYI 2021-08-19 14:26:32 +02:00
parent fe720b2de3
commit 13684ecdc4

View file

@ -92,7 +92,7 @@ in
services.restic.backups.backblaze = {
# Take care of included and excluded files
paths = cfg.paths;
extraBackupArgs = [ ]
extraBackupArgs = [ "--verbose=2" ]
++ lib.optional (builtins.length cfg.exclude != 0) excludeArg
;
# Take care of creating the repository if it doesn't exist