pages_snapshot
Backup page structure and contents from a Voog site to JSON files in a specified directory, creating the folder if needed.
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 |