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
Showing only changes of commit c6b768e1bb - Show all commits

View file

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