mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
10 lines
127 B
SYSTEMD
10 lines
127 B
SYSTEMD
|
[Unit]
|
||
|
Description=backups the docker volumes
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=3:00
|
||
|
RandomizedDelaySec=1h
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|