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