Trigger a backup now
POST/api/admin/settings/backups
Requests an on-demand backup by dropping a trigger file the db-backup container polls for. System administrators only. Returns 202 (accepted); the backup runs asynchronously in that container, not in this request.
Responses
- 202
- 403
- 503
Backup requested; it will run asynchronously.
Caller is not a system administrator.
The backup service (trigger volume) is not mounted.