restore_backup
Recover a note from a backup file. Optionally back up the current note before restoring to prevent data loss.
Instructions
Restore a note from a backup. Optionally creates a backup of current content first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backupPath | Yes | Path to the backup file to restore | |
| targetPath | No | Target path for restored note (defaults to original location) | |
| createBackupFirst | No | Create a backup of current note before restoring (default: true) |