project_backup
Create a backup snapshot of the current project to a specified path, leaving the active file untouched. Use it before destructive changes to have a recoverable copy.
Instructions
Save a snapshot copy to path WITHOUT changing this project's
active file — unlike project_save_as, your next project_save still
targets the original file. Use this before a risky/destructive
change (wiping MIDI, deleting tracks, clean=True mix passes) to
leave a recoverable copy of what existed beforehand.
Args: path: Absolute .rpp path for the backup copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |