I minimize data transfer over the internet (multi terabytes), I backed up all VMs to a second PBS while this PBS server was on the local intranet.
Then I moved the server to a another location and want to sync the backups from the main site to this remote site. However the sync job gives errors like:
Also it seems that it does not transfer only differences but the whole VMs (resulting in multi terabytes transfers) and also it seems to delete the old versions of the backup which had root@pam as the owner.
How to ensure, that the old backups are kept and only differences are transfered?
The setup is as follows
* local PVE Cluster with pve1 and pve2 which replicate the VMs between the to servers.
* local PBS to which the cluster VMs get backuped
* two remote PBS which should sync the backups from the local PBS
Then I moved the server to a another location and want to sync the backups from the main site to this remote site. However the sync job gives errors like:
Code:
sync group ct/103 failed - owner check failed (backup@pam != root@pam)
Also it seems that it does not transfer only differences but the whole VMs (resulting in multi terabytes transfers) and also it seems to delete the old versions of the backup which had root@pam as the owner.
How to ensure, that the old backups are kept and only differences are transfered?
The setup is as follows
* local PVE Cluster with pve1 and pve2 which replicate the VMs between the to servers.
* local PBS to which the cluster VMs get backuped
* two remote PBS which should sync the backups from the local PBS
Last edited: