pages_snapshot
Back up all pages and their contents to JSON files. Creates the output directory if needed and overwrites existing pages.json.
Instructions
Backup all pages + per-page contents to JSON files in output_dir. Creates the directory (and parents) if needed; overwrites existing pages.json. Lighter than site_snapshot — use this when you only need page structure and contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Site name from voog_list_sites | |
| output_dir | Yes | Absolute path where pages.json + page_{id}_contents.json files are written |