Hi all,
I've installed Proxmox Backup Server and have configured my datastores and added a user with permissions to backup.
I followed the guide on your website to setup a datastore on a Proxmox VE server running the latest release.
LXC containers backup fine, however when backing up a VM, I am presented with the following error.
The user in question for the moment has the "Admin" permission and it is set to propogate.
Can anyone shed any light on this error? It's weird that LXC and Backups with the Client work fine, but VM Backups do not.
I've installed Proxmox Backup Server and have configured my datastores and added a user with permissions to backup.
I followed the guide on your website to setup a datastore on a Proxmox VE server running the latest release.
LXC containers backup fine, however when backing up a VM, I am presented with the following error.
Code:
INFO: starting new backup job: vzdump 104 --node XXXX --compress zstd --mode stop --remove 0 --storage XXXX-disk1-datastore1
INFO: Starting Backup of VM 104 (qemu)
INFO: Backup started at 2021-01-12 17:49:13
INFO: status = stopped
INFO: backup mode: stop
INFO: ionice priority: 7
INFO: VM Name: test2
INFO: include disk 'scsi0' 'ceph_low:vm-104-disk-0' 32G
INFO: creating pbs archive on storage 'XXXX-disk1-datastore1'
INFO: starting kvm to execute backup task
ERROR: VM 104 qmp command 'backup' failed - proxmox_backup_new failed: unable to parse repository url 'pvebackup@pbs@XXXX:disk1-datastore1'
INFO: stopping kvm after backup task
ERROR: Backup of VM 104 failed - VM 104 qmp command 'backup' failed - proxmox_backup_new failed: unable to parse repository url 'pvebackup@pbs@XXXX:disk1-datastore1'
INFO: Failed at 2021-01-12 17:49:16
INFO: Backup job finished with errors
TASK ERROR: job errors
The user in question for the moment has the "Admin" permission and it is set to propogate.
Can anyone shed any light on this error? It's weird that LXC and Backups with the Client work fine, but VM Backups do not.