Merge pull request 'Borgmatic improvements (very old changes I forgot to merge)' (#84) from borgmatic_hourly into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #84
pull/81/head^2
jeltz 3 years ago
commit 1ecffc2742

@ -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]

Loading…
Cancel
Save