Hello, I have a Proxmox Backup Server which all my VMs are backed up to and another offsite backup server which gets synced by the local one.
My problem is, one of the VMs has a 16TB disk attached and the remote sync takes forever to sync it. I understand the bandwidth over the internet isnt the fastest, however in the backup logs it shows only 10-30GB added on this volume per backup on average but the sync still takes the same amount of time for all backups.
I figure the sync has to check all chunks even if they already exist in the target, but because of this the remote sync takes around 6-7 days usually, during which the new backups that are done daily add up, so the remote Backup server ends up very far behind in the backups it has.
One idea I had was to just rsync the datastores with --ignore-existing so it really only has to upload the new chunks and backups but I'm not sure how well that would work.
Any ideas how to optimize this?
My problem is, one of the VMs has a 16TB disk attached and the remote sync takes forever to sync it. I understand the bandwidth over the internet isnt the fastest, however in the backup logs it shows only 10-30GB added on this volume per backup on average but the sync still takes the same amount of time for all backups.
I figure the sync has to check all chunks even if they already exist in the target, but because of this the remote sync takes around 6-7 days usually, during which the new backups that are done daily add up, so the remote Backup server ends up very far behind in the backups it has.
One idea I had was to just rsync the datastores with --ignore-existing so it really only has to upload the new chunks and backups but I'm not sure how well that would work.
Any ideas how to optimize this?
Last edited: