10 lines
262 B
YAML
10 lines
262 B
YAML
actions:
|
|
- title: backup containers
|
|
shell: "docker compose -f /home/geezo/docker_containers/autorestic/docker-compose.yml up"
|
|
icon: <iconify-icon icon="lets-icons:save-duotone" width="48" height="24"></iconify-icon>
|
|
execOnCron:
|
|
- "@daily"
|
|
|
|
|
|
|