feat(borg): make backup timer persistent

This commit is contained in:
buffet 2022-09-04 14:07:36 +00:00
parent bed5e4b9e1
commit 40b4cc8ea7

View file

@ -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 = {