10 lines
150 B
SYSTEMD
Executable File
10 lines
150 B
SYSTEMD
Executable File
[Unit]
|
|
Description=Creates backups thrice a week
|
|
Requires=backups.service
|
|
|
|
[Timer]
|
|
OnCalendar=Mon,Thu,Sat 04:00
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|