mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-09-01 22:23:20 +02:00
10 lines
139 B
SYSTEMD
10 lines
139 B
SYSTEMD
[Unit]
|
|
Description=Run borgmatic backup
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
Persistent=true
|
|
RandomizedDelaySec=10m
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|