parent
cb6f66c6c8
commit
72f8cf91bc
1 changed files with 2 additions and 2 deletions
|
@ -169,7 +169,7 @@ in
|
||||||
passCommand = "cat ${cfg.backup1.passphrasePath}";
|
passCommand = "cat ${cfg.backup1.passphrasePath}";
|
||||||
};
|
};
|
||||||
compression = "auto,lz4";
|
compression = "auto,lz4";
|
||||||
startAt = "hourly";
|
startAt = "daily";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.borgbackup.jobs.backup2 = mkIf cfg.backup2.enable {
|
services.borgbackup.jobs.backup2 = mkIf cfg.backup2.enable {
|
||||||
|
@ -185,7 +185,7 @@ in
|
||||||
passCommand = "cat ${cfg.backup2.passphrasePath}";
|
passCommand = "cat ${cfg.backup2.passphrasePath}";
|
||||||
};
|
};
|
||||||
compression = "auto,lz4";
|
compression = "auto,lz4";
|
||||||
startAt = "hourly";
|
startAt = "daily";
|
||||||
environment = {
|
environment = {
|
||||||
BORG_RELOCATED_REPO_ACCESS_IS_OK = "no";
|
BORG_RELOCATED_REPO_ACCESS_IS_OK = "no";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue