feat(borg): make backup timer persistent
This commit is contained in:
parent
bed5e4b9e1
commit
40b4cc8ea7
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ in {
|
||||||
passCommand = "cat ${config.age.secrets.borgpassword.path}";
|
passCommand = "cat ${config.age.secrets.borgpassword.path}";
|
||||||
};
|
};
|
||||||
startAt = "daily";
|
startAt = "daily";
|
||||||
|
persistentTimer = true;
|
||||||
environment.BORG_RSH = "ssh -i /home/buffet/.ssh/id_borg";
|
environment.BORG_RSH = "ssh -i /home/buffet/.ssh/id_borg";
|
||||||
extraArgs = "--remote-path borg1";
|
extraArgs = "--remote-path borg1";
|
||||||
prune.keep = {
|
prune.keep = {
|
||||||
|
|
Loading…
Reference in a new issue