mirror of
https://projects.torsion.org/witten/borgmatic.git
synced 2025-01-06 20:01:54 +00:00
10 lines
138 B
SYSTEMD
10 lines
138 B
SYSTEMD
[Unit]
|
|
Description=Run borgmatic backup
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
Persistent=true
|
|
RandomizedDelaySec=3h
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|