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 Description=Timer for borgmatic backup
[Timer] [Timer]
{% if borg_keep_hourly > 0 %}
OnCalendar=hourly OnCalendar=hourly
RandomizedDelaySec=60m RandomizedDelaySec=60m
{% else %}
OnCalendar=daily
RandomizedDelaySec=24h
{% endif %}
FixedRandomDelay=true FixedRandomDelay=true
[Install] [Install]