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

View file

@ -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