# Backup index (optional)

**Last Updated:** 2026-03-29

Human-maintained snapshot of notable backups from the migration era. **Commands, retention, and cleanup** live in [BACKUP_GUIDE.md](BACKUP_GUIDE.md). **Local trees** under `docs/backups/` are gitignored; regenerate a machine-local overview with:

```bash
python3 v2/scripts/blog/inventory-docs-backups.py
```

## WordPress master backup

**Type:** WordPress master backup

**Location:** `docs/backups/wordpress-master/` (local only, if still present)

**Created:** 2026-01-10

**Purpose:** Complete snapshot of WordPress content before migration

**Contents:**

- 99 blog posts (full HTML content)
- Post metadata
- Image references
- Relationship data

**Status:** Validated (historical)

**Restoration notes:**

- Use `restore-from-wordpress-backup.py` to restore
- Validates all 99 posts
- Preserves WordPress URLs

**Git tag:** `blog-migration-wordpress-backup-2026-01-10`

## Snapshot backups (examples)

**2026-01-11-153153**

- **Date:** 2026-01-11 15:31:53
- **Location:** `docs/backups/blog-snapshots/2026-01-11-153153/`
- **Purpose:** Manual backup of migrated blog content

**2026-01-10-185119**

- **Date:** 2026-01-10 18:51:19
- **Location:** `docs/backups/blog-snapshots/2026-01-10-185119/`
- **Purpose:** Initial snapshot backup test

**Format:**

- Date: `YYYY-MM-DD-HHMMSS`
- Location: `docs/backups/blog-snapshots/YYYY-MM-DD-HHMMSS/`

## Related documentation

- [BACKUP_GUIDE.md](BACKUP_GUIDE.md) — canonical strategy, retention, cleanup
- [WORDPRESS_BACKUP.md](../WORDPRESS_BACKUP.md)
- [BACKUP_PROCESS.md](../BACKUP_PROCESS.md) — supplementary procedures
