Proxmox & Synology Backups
To ensure the homelab is indestructible, the entire Proxmox LXC is backed up nightly to a Synology NAS.
Synology NAS Setup
- Created a Shared Folder named
Proxmox_Backups. - Granted Read/Write permissions to the main user account.
- Disabled the recycle bin (Proxmox manages its own retention).
Proxmox Connection (CIFS/SMB)
- In Proxmox, went to Datacenter > Storage > Add > SMB/CIFS.
- ID:
Synology_Backup - Server: Synology IP Address.
- Entered credentials and selected the
Proxmox_Backupsshare. - Content Type: Selected VZDump backup file.
Automation Schedule
- Under Datacenter > Backup, created a new job.
- Storage:
Synology_Backup - Schedule: Daily at 03:00 AM.
- Mode: Snapshot (Zero downtime).
- Retention: Keep Last 3-5 backups to save space.