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

11 lines
200 B
Plaintext
Raw Normal View History

2020-12-24 14:27:31 +01:00
[Unit]
Description=backups the docker volumes
[Timer]
2023-11-17 12:35:39 +01:00
OnCalendar={{on_calendar_backup_docker_to_local}}
RandomizedDelaySec={{randomized_delay_sec}}
Persistent=false
2020-12-24 14:27:31 +01:00
[Install]
WantedBy=timers.target