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