Backup Project Db
backup_project_dbCreate a backup of the project's SQLite database to a specified output path or default backup folder.
Instructions
Backup the project's sqlite database file to a target destination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Optional project identifier. | |
| outputPath | No | Optional absolute path where the backup file should be saved. If omitted, a backup is created in the project's default backup folder. |