Borgmatic improvements (very old changes I forgot to merge) #84

Merged
jeltz merged 4 commits from borgmatic_hourly into master 2021-12-14 08:01:20 +01:00

View file

@ -4,8 +4,13 @@
Description=Timer for borgmatic backup
[Timer]
{% if borg_keep_hourly > 0 %}
OnCalendar=hourly
RandomizedDelaySec=60m
{% else %}
OnCalendar=daily
RandomizedDelaySec=24h
{% endif %}
FixedRandomDelay=true
[Install]