computer-playbook/roles/backup-docker/templates/backup-docker.timer.j2

11 lines
198 B
Plaintext
Raw Normal View History

2020-12-24 14:27:31 +01:00
[Unit]
Description=backups the docker volumes
[Timer]
2023-04-15 17:06:10 +02:00
OnCalendar={{on_calendar_docker_volume_backup}}
RandomizedDelaySec={{randomized_delay_sec}}
Persistent=false
2020-12-24 14:27:31 +01:00
[Install]
WantedBy=timers.target