pages_snapshot
Backs up all page structures and contents from a Voog site to JSON files, providing a lightweight snapshot for migration or archival.
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 |