Skip to content

Commit

Permalink
fix: update backup schedule to run every 6 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
BCNelson committed Dec 14, 2024
1 parent dfee59d commit 530e189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/romeo/backups.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
environment.BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK = "yes";
extraCreateArgs = "--verbose --stats --checkpoint-interval 600";
compression = "zstd,1";
startAt = "6h";
startAt = "*-*-* */6:00:00";
prune = lib.mkIf (prune != null) prune;
};
borgReposSecrets = libx.getSecretWithDefault ./sensitive.nix "borgRepos" {
Expand Down

0 comments on commit 530e189

Please sign in to comment.