10 lines
154 B
SYSTEMD
10 lines
154 B
SYSTEMD
[Unit]
|
|
Description=Schedule filesystem snapshots & backups
|
|
|
|
[Timer]
|
|
OnCalendar=*:0/10:00
|
|
AccuracySec=5m
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|