fix(borgbackup): also start backup service if system was powered down during scheduled time
This commit is contained in:
parent
b40cb35ab8
commit
bfcfe52d47
1 changed files with 1 additions and 0 deletions
|
|
@ -33,5 +33,6 @@
|
||||||
environment.BORG_RSH = "ssh -i /root/borgbackup/ssh_key";
|
environment.BORG_RSH = "ssh -i /root/borgbackup/ssh_key";
|
||||||
compression = "auto,lzma";
|
compression = "auto,lzma";
|
||||||
startAt = "daily";
|
startAt = "daily";
|
||||||
|
persistentTimer = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue