From d93165edf60e8024b54fc48af5da96ca5c9c7b3a Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 14 Sep 2020 07:15:58 +0200 Subject: [PATCH] restic: Be verbose --- modules/restic.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/restic.nix b/modules/restic.nix index 26f6176..bc6d36b 100644 --- a/modules/restic.nix +++ b/modules/restic.nix @@ -57,6 +57,7 @@ in extraBackupArgs = [ "--exclude-caches" "--exclude-file=${excludesFile}" + "--verbose" ]; timerConfig = { OnCalendar = "20:00";