operations:backups
Differences
This shows you the differences between two versions of the page.
| operations:backups [2026/02/06 20:23] – Refactor: Create backups operations page admin | operations:backups [2026/02/07 10:40] (current) – Consolidated into infrastructure:automation-stack admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Backups ====== | ||
| - | Backup configuration and procedures. | ||
| - | |||
| - | ===== Proxmox Backups ===== | ||
| - | |||
| - | ^ Schedule ^ Containers ^ Retention ^ | ||
| - | | Daily 03:00 | CT 110 (PostgreSQL) | 7 days | | ||
| - | | Weekly Sun 04:00 | CT 111-115 | 4 weeks | | ||
| - | |||
| - | Location: / | ||
| - | |||
| - | ===== Manual Backup ===== | ||
| - | |||
| - | <code bash> | ||
| - | # Single container | ||
| - | vzdump < | ||
| - | |||
| - | # All containers | ||
| - | vzdump 110 111 112 113 114 115 --storage local --compress zstd | ||
| - | </ | ||
| - | |||
| - | ===== Restore ===== | ||
| - | |||
| - | <code bash> | ||
| - | # List backups | ||
| - | ls / | ||
| - | |||
| - | # Restore | ||
| - | pct restore < | ||
| - | </ | ||
| - | |||
| - | ===== Application Backups ===== | ||
| - | |||
| - | ^ Service ^ Method ^ | ||
| - | | PostgreSQL | Included in CT 110 backup | | ||
| - | | DokuWiki | Flat files in CT 113 backup | | ||
| - | | Vaultwarden | SQLite in CT 112 backup | | ||
| - | |||
| - | ===== Related ===== | ||
| - | |||
| - | * [[infrastructure: | ||
| - | * [[infrastructure: | ||
operations/backups.1770409394.txt.gz · Last modified: by admin
