modules: services: backup: make it verbose

This commit is contained in:
Bruno BELANYI 2021-08-19 14:26:32 +02:00
parent 0fe9a57458
commit 98c2f16eb2
1 changed files with 1 additions and 1 deletions

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