Hi there, I have a newbie question.
We have two data centres, with four VM hosts, Data Center A and Data Center B.
I have an installation Proxmox Backup Server in Data Centre B. I tried to backup a VM in Data Centre A to the PBS server in Data Centre B but it fails with an obvious error message about the disk not found:
It seems PBS is trying to access the VM's disk to do the remote backup.
I guess my question is how would I backup using PBS if a VM is in a different data centre as the PBS server.
We have two data centres, with four VM hosts, Data Center A and Data Center B.
I have an installation Proxmox Backup Server in Data Centre B. I tried to backup a VM in Data Centre A to the PBS server in Data Centre B but it fails with an obvious error message about the disk not found:
Code:
INFO: starting new backup job: vzdump 124 --storage backup05.example.com --notes-template '{{guestname}}' --mode snapshot --remove 0 --node hv7
INFO: Starting Backup of VM 124 (qemu)
INFO: Backup started at 2023-10-23 12:53:38
INFO: status = stopped
INFO: backup mode: stop
INFO: ionice priority: 7
INFO: VM Name: host.example.com
INFO: include disk 'scsi0' 'raid1-2:vm-124-disk-0' 20G
ERROR: Backup of VM 124 failed - storage 'raid1-2' is not available on node 'hv7'
INFO: Failed at 2023-10-23 12:53:38
INFO: Backup job finished with errors
TASK ERROR: job errors
It seems PBS is trying to access the VM's disk to do the remote backup.
I guess my question is how would I backup using PBS if a VM is in a different data centre as the PBS server.