From ee863702028491cd328a835212ceb986d2a65e30 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 5 Mar 2021 22:52:26 +0100 Subject: machines/legosi: add --name to duplicity invocation --- machines/profpatsch/legosi.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines') diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix index 2d7c78f8..8eb95023 100644 --- a/machines/profpatsch/legosi.nix +++ b/machines/profpatsch/legosi.nix @@ -105,6 +105,7 @@ in { secretFile = "/var/lib/duplicity/secrets"; extraFlags = [ + "--name" "legosi-root" "--verbosity" "notice" "--full-if-older-than" "60D" "--num-retries" "3" -- cgit 1.4.1