Revert "borg: switch to ourly backups"

This reverts commit cb6f66c6c8.
This commit is contained in:
Tim Schubert 2024-03-02 22:11:36 +01:00
parent cb6f66c6c8
commit 72f8cf91bc
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0

View file

@ -169,7 +169,7 @@ in
passCommand = "cat ${cfg.backup1.passphrasePath}";
};
compression = "auto,lz4";
startAt = "hourly";
startAt = "daily";
};
services.borgbackup.jobs.backup2 = mkIf cfg.backup2.enable {
@ -185,7 +185,7 @@ in
passCommand = "cat ${cfg.backup2.passphrasePath}";
};
compression = "auto,lz4";
startAt = "hourly";
startAt = "daily";
environment = {
BORG_RELOCATED_REPO_ACCESS_IS_OK = "no";
};