User Tools

Site Tools


operations:backups

This is an old revision of the document!


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

# Single container
vzdump <VMID> --storage local --compress zstd
 
# All containers
vzdump 110 111 112 113 114 115 --storage local --compress zstd

Restore

# List backups
ls /var/lib/vz/dump/
 
# Restore
pct restore <NEW_VMID> /var/lib/vz/dump/vzdump-lxc-<VMID>-*.tar.zst

Application Backups

Service Method
PostgreSQL Included in CT 110 backup
DokuWiki Flat files in CT 113 backup
Vaultwarden SQLite in CT 112 backup
operations/backups.1770409394.txt.gz · Last modified: by admin