coolify_set_application_storage_backup
Create or replace a backup schedule for an application's persistent volume or directory. Define cron frequency, retention policies, and optional S3 uploads to safeguard data.
Instructions
[WRITE] Create or replace a backup schedule for an application persistent volume/directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the application | |
| enabled | No | Whether the schedule is enabled (default true) | |
| save_s3 | No | Also upload backups to S3 | |
| timeout | No | Backup timeout in seconds | |
| frequency | Yes | Cron frequency for the backup (e.g. '0 2 * * *') | |
| storage_uuid | Yes | UUID of the persistent volume or directory storage | |
| s3_storage_uuid | No | S3 storage UUID when save_s3 is true | |
| retention_days_s3 | No | ||
| stop_during_backup | No | Stop the resource during backup | |
| retention_amount_s3 | No | ||
| disable_local_backup | No | Disable local backup retention | |
| retention_days_locally | No | ||
| retention_amount_locally | No | ||
| retention_max_storage_s3 | No | ||
| retention_max_storage_locally | No |