mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
13 lines
198 B
SYSTEMD
13 lines
198 B
SYSTEMD
[Unit]
|
|
Description=Daily rustic --use-profile %I backup
|
|
Wants=rustic-forget@%i.timer
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
AccuracySec=1m
|
|
RandomizedDelaySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|