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}";
|
||||
};
|
||||
startAt = "daily";
|
||||
persistentTimer = true;
|
||||
environment.BORG_RSH = "ssh -i /home/buffet/.ssh/id_borg";
|
||||
extraArgs = "--remote-path borg1";
|
||||
prune.keep = {
|
||||
|
|
Loading…
Reference in a new issue