Backup from Proxmox Backup to Synology

bbuster

Member
Apr 20, 2023
32
4
13
I have the following situation:

- Cluster (3 servers) for production (Proxmox VE)
- Development server (Proxmox VE)
- Backup server (Proxmox Backup server)

Every day, multiple backups are created from the production server to the backup server and from the development server to the backup server.
This is great for having backups but they are all located at the same place, so if something physically happens to the servers it is bad.

Can i backup the backups from the backup server to a Synology Nas?
I can't seem to find any options to add a network storage in Proxmox Backup.
 
Hi,

just mount it (the nas share) on the command line to a directory and then add a new datastore using this directory. After that add a sync job from you first datastore to the new, second datastore you created. This should copy the whole datastore also to the nas then.

so long