mirror of
https://github.com/edu4rdshl/rusnapshot.git
synced 2026-07-17 23:24:55 +00:00
9 lines
No EOL
125 B
SYSTEMD
9 lines
No EOL
125 B
SYSTEMD
[Unit]
|
|
Description=Take system snapshots weekly.
|
|
|
|
[Timer]
|
|
OnCalendar=weekly
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |