From f8f27a504df6df3ac990e77dcf4527e6f4bc6868 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Fri, 10 Jun 2022 20:23:41 -0400 Subject: [PATCH] Tweak borg timing --- machines/matrix.nix | 2 +- machines/oracles.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/matrix.nix b/machines/matrix.nix index 2247bf8..00a0c33 100644 --- a/machines/matrix.nix +++ b/machines/matrix.nix @@ -83,7 +83,7 @@ }; environment.BORG_RSH = "ssh -i ${config.sops.secrets."borg-sshKey".path}"; compression = "auto,zstd"; - startAt = "OnCalendar=00/4:00"; + startAt = "OnCalendar=00/4:30"; prune.keep = { within = "7d"; # Keep all archives for the past week daily = 1; # Keep 1 snapshot a day for 2 weeks diff --git a/machines/oracles.nix b/machines/oracles.nix index 83aab55..3b2056d 100644 --- a/machines/oracles.nix +++ b/machines/oracles.nix @@ -81,7 +81,7 @@ }; environment.BORG_RSH = "ssh -i ${config.sops.secrets."borg-sshKey".path}"; compression = "auto,zstd"; - startAt = "OnCalendar=00/4:00"; + startAt = "OnCalendar=00/4:30"; prune.keep = { within = "7d"; # Keep all archives for the past week daily = 1; # Keep 1 snapshot a day for 2 weeks