From 4ed9d57257fb17b0d15f2e257be5295bd243668c Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 30 Dec 2023 20:47:47 -0500 Subject: [PATCH] restic: add excludes / timer edits --- hosts/tsuki/services/restic.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/tsuki/services/restic.nix b/hosts/tsuki/services/restic.nix index 8b86ab8..7136bf2 100644 --- a/hosts/tsuki/services/restic.nix +++ b/hosts/tsuki/services/restic.nix @@ -27,6 +27,8 @@ "/home/*/.factorio" "/home/*/.mplayer" "/home/*/.steam" + "/home/*/.eclipse" + "/home/*/.bundle" "/home/*/.local/share/Trash" "/home/*/.local/share/Steam" "/home/*/.local/share/.var" @@ -41,6 +43,8 @@ passwordFile = config.sops.secrets.restic-repo-pwd.path; timerConfig = { OnCalendar = "daily"; + RandomizedDelaySec = "10m"; + Persistent = true; }; }; };