backup_create
Create a new asynchronous backup job for the active company, capturing all invoices, clients, products, and settings, with the option to include uploaded files. Returns a job ID for status tracking.
Instructions
Create a new backup job for the active company. The backup is processed asynchronously and includes all company data (invoices, clients, products, settings). Optionally include uploaded files (PDFs, XMLs). Returns a job ID to check status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Company UUID override (uses active company if not set) | |
| includeFiles | No | Include uploaded files (PDFs, XMLs) in backup (default: true) |