User Tools

Site Tools


operations:backups

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

operations:backups [2026/02/06 20:23] – Refactor: Create backups operations page adminoperations: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: /var/lib/vz/dump/ 
- 
-===== Manual Backup ===== 
- 
-<code bash> 
-# Single container 
-vzdump <VMID> --storage local --compress zstd 
- 
-# All containers 
-vzdump 110 111 112 113 114 115 --storage local --compress zstd 
-</code> 
- 
-===== Restore ===== 
- 
-<code bash> 
-# List backups 
-ls /var/lib/vz/dump/ 
- 
-# Restore 
-pct restore <NEW_VMID> /var/lib/vz/dump/vzdump-lxc-<VMID>-*.tar.zst 
-</code> 
- 
-===== 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:containers|Containers]] 
-  * [[infrastructure:proxmox|Proxmox]] 
operations/backups.1770409394.txt.gz · Last modified: by admin