backup_create
Create a Docker compose backup archive for all services or one, with optional remote server and custom destination.
Instructions
Create a Docker compose backup archive for all services or one service
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Remote server name from config (optional, runs locally if omitted) | |
| service | No | Specific service to back up (optional) | |
| to | No | Custom backup destination directory (optional) |