4 lines
259 B
YAML
4 lines
259 B
YAML
actions:
|
|
- title: backup containers
|
|
shell: "docker run --rm -d --privileged -v /home/geezo/docker_containers/autorestic:/data -v /var/run/docker.sock:/var/run/docker.sock cupcakearmy/autorestic autorestic backup -va -c /data/config.yaml"
|
|
icon: smile |