fix(borgbackup): also start backup service if system was powered down during scheduled time

This commit is contained in:
Khaïs COLIN 2024-08-16 18:50:29 +02:00
parent b40cb35ab8
commit bfcfe52d47

View file

@ -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;
}; };
} }