Silvan Calarco
fc4323fa98
add systemd weekly and monthly time, change daily start time (00:00), verbose output (-v) [release 1.4.2-2mamba;Sat Sep 09 2017]
12 lines
188 B
SYSTEMD
12 lines
188 B
SYSTEMD
[Unit]
|
|
Description=rsnapshot daily backup
|
|
|
|
[Timer]
|
|
# 0:00 is the clock time when to start it
|
|
OnCalendar=0:00
|
|
Persistent=true
|
|
Unit=rsnapshot@daily.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|