changed borg starting time
This commit is contained in:
parent
fd764190d0
commit
afbed7f7e1
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ in
|
||||||
encryption.mode = "none";
|
encryption.mode = "none";
|
||||||
environment.BORG_RSH = "ssh -o 'StrictHostKeyChecking=no' -i /root/.ssh/id_borg";
|
environment.BORG_RSH = "ssh -o 'StrictHostKeyChecking=no' -i /root/.ssh/id_borg";
|
||||||
extraCreateArgs = "--verbose --stats";
|
extraCreateArgs = "--verbose --stats";
|
||||||
startAt = "03:00";
|
startAt = "00:10";
|
||||||
preHook = ''if [[ -d ${backuppath} ]]; then
|
preHook = ''if [[ -d ${backuppath} ]]; then
|
||||||
btrfs subvolume delete ${backuppath}
|
btrfs subvolume delete ${backuppath}
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue