db_backup
Take a verified dump of the project tracker before bulk changes. Unlike a data-directory copy, the dump restores anywhere and is checked, so a failure is never reported as a backup.
Instructions
Dump the project's tracker to .oz/backups and verify it. Take one before any bulk change — a refine pass, a restore, a migration. A dump restores anywhere, unlike a copy of the data directory, and the dump is checked before being reported as a backup: an unverified backup is a file, not a backup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Directory identifying the project and the tree. Defaults to this session's working directory, which in a git worktree is that worktree. | |
| label | No | Why it was taken, e.g. 'pre-refine'. |