Add a very simple bashrc for root #87

Closed
jeltz wants to merge 1 commit from bashrc_root into master
Showing only changes of commit 90f7c11f2d - Show all commits

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]