Backup Installation¶
This guide covers installing Proxmox Backup Server (PBS) for your TAPPaaS infrastructure.
Overview¶
Proxmox Backup Server provides:
- Incremental backups with deduplication
- VM and container backup support
- Encrypted backup storage
- Automated retention policies
Installation¶
Run Installation Script¶
From the tappaas-cicd VM:
The script automatically:
- Create the PBS datastore (tappaas_backup)
- Create the tappaas@pbs user
- Set permissions for the user on the datastore
- Configure retention policy (4 last, 14 daily, 8 weekly, 12 monthly, 6 yearly)
- Get the PBS fingerprint
- Add PBS storage to Proxmox datacenter
- Create a daily backup job at 21:00 for all VMs
- Register DNS entry in OPNsense (backup.mgmt.internal)
For backup operations, restoration, monitoring, and troubleshooting, see the Backup Manual.
Next Steps¶
Continue to Identity management setup.