From c42c6185d05a62d03592349f72fd07024f2bcc02 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 26 Jun 2022 15:56:07 +0200 Subject: machines/legosi: some duplicity changes though the backup service is broken on the machine anyway, idk --- machines/profpatsch/legosi.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix index fb4e3489..fa19f4b5 100644 --- a/machines/profpatsch/legosi.nix +++ b/machines/profpatsch/legosi.nix @@ -87,6 +87,7 @@ in { services.duplicity = { enable = true; + frequency = "daily"; root = "/"; # exclude all the system-related dirs @@ -113,7 +114,7 @@ in { extraFlags = [ "--name" "legosi-root" - "--verbosity" "notice" + "--verbosity" "info" "--full-if-older-than" "60D" "--num-retries" "3" # I hate GPG from the bottom of my heart -- cgit 1.4.1