backup is not taking in proxmox

jegan

New Member
Jul 27, 2020
20
0
1
31
Hello,

root@proxmox1:~# pvesm add pbs < storage name > --server < backup server ip > --datastore < datastore > --username root@pam --fingerprint 1d:..43:ee --password < backup server password >

I add the pbs in proxmox cluster, It's has added properly I didn't face any error,
But while I am taking the backup then I getting this error,

INFO: starting new backup job: vzdump 105 --mode snapshot --remove 0 --node proxmox3 --storage backupserver --compress zstd
ERROR: Backup of VM 105 failed - executable not found '/usr/bin/proxmox-backup-client'! Proxmox backup client not installed?
INFO: Failed at 2020-09-22 20:42:00
INFO: Backup job finished with errors
TASK ERROR: job errors

root@proxmox1:~# pvesm status --storage backupserver
executable not found '/usr/bin/proxmox-backup-client'! Proxmox backup client not installed?
Name Type Status Total Used Available %
backupserver pbs inactive 0 0 0 0.00%
 
Last edited:
Hi,

It seems that you have not installed proxmox-backup-client on pve.. Try running 'apt update && apt install proxmox-backup-client.
 
  • Like
Reactions: fel0xleo
Perhaps do you have an old version of PVE?
Have you tried to
Code:
apt update
apt full-upgrade
?