create_backup
Create timestamped backups of your Memory Bank state to safeguard project context, decisions, and progress. Choose to list existing backups or specify a custom backup directory.
Instructions
Create a backup of the current Memory Bank state, or list existing backups. Backups are stored in the parent directory with timestamped names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backupDir | No | Optional custom directory to store the backup. If not provided, uses the parent of the memory bank directory. | |
| listOnly | No | If true, lists existing backups instead of creating a new one |