Proxmox Backup Server
PBS installé dans LXC 102 pour backups automatiques LXC avec déduplication.
Configuration
- LXC : 102 (2GB RAM, 100GB disk)
- Version : Proxmox Backup Server 3.4.8-2
- Datastore :
/mnt/datastore(rootfs 100GB) - Config :
/etc/pve/storage.cfg
Rétention
pbs: pbs-backups
datastore backup
server 192.168.1.13
prune-backups keep-daily=7,keep-weekly=4,keep-monthly=3
- Daily : 7 jours
- Weekly : 4 semaines
- Monthly : 3 mois
Backups LXC
Automatiques via Proxmox (03:00 daily) :
- LXC 100 (docker-media)
- LXC 101 (docker-management)
- LXC 103 (network-gateway)
Format : chunks PBS avec déduplication.
Vérification
# État PBS
pct status 102
# Derniers backups
pct exec 102 -- proxmox-backup-manager task list --limit 10
# Espace datastore
df -h /mnt/pve/pbs-datastore/datastore/
# Datastore config
pct exec 102 -- proxmox-backup-manager datastore show backup
Web UI
URL : https://192.168.1.13:8007
Interface :
- Tasks : Historique backups
- Datastore : Espace, prune
- Content : Backups disponibles
Maintenance
Garbage Collection
Automatique selon schedule (default : 02:00).
Prune
Automatique selon rétention configurée.
Restauration
Voir ../recovery/restoration.md.
Monitoring
Voir monitoring.md.