changed borg starting time

This commit is contained in:
mc-fucker 2023-12-12 08:07:16 +01:00
parent fd764190d0
commit afbed7f7e1

View file

@ -26,7 +26,7 @@ in
encryption.mode = "none";
environment.BORG_RSH = "ssh -o 'StrictHostKeyChecking=no' -i /root/.ssh/id_borg";
extraCreateArgs = "--verbose --stats";
startAt = "03:00";
startAt = "00:10";
preHook = ''if [[ -d ${backuppath} ]]; then
btrfs subvolume delete ${backuppath}
fi