as_backup_file
Create a timestamped backup of any file in the workspace to protect against data loss. Returns the backup file path.
Instructions
Create a timestamped backup of a single file in the server backup dir.
Args: params (BackupFileInput): path.
Returns: str: JSON with the backup path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |