diff --git a/nixos/modules/backup.nix b/nixos/modules/backup.nix index c18aeb8..0395008 100644 --- a/nixos/modules/backup.nix +++ b/nixos/modules/backup.nix @@ -169,7 +169,7 @@ in passCommand = "cat ${cfg.backup1.passphrasePath}"; }; compression = "auto,lz4"; - startAt = "daily"; + startAt = "hourly"; }; services.borgbackup.jobs.backup2 = mkIf cfg.backup2.enable { @@ -185,7 +185,7 @@ in passCommand = "cat ${cfg.backup2.passphrasePath}"; }; compression = "auto,lz4"; - startAt = "daily"; + startAt = "hourly"; environment = { BORG_RELOCATED_REPO_ACCESS_IS_OK = "no"; };