Don't run borgmatic every hour if not needed
continuous-integration/drone/push Build is failing Details

pull/84/head
jeltz 3 years ago
parent 05f76c7586
commit c6b768e1bb

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

Loading…
Cancel
Save