restic: Be verbose

This commit is contained in:
Simon Bruder 2020-09-14 07:15:58 +02:00
parent 8b32cc4846
commit d93165edf6
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -57,6 +57,7 @@ in
extraBackupArgs = [ extraBackupArgs = [
"--exclude-caches" "--exclude-caches"
"--exclude-file=${excludesFile}" "--exclude-file=${excludesFile}"
"--verbose"
]; ];
timerConfig = { timerConfig = {
OnCalendar = "20:00"; OnCalendar = "20:00";