So I want to back up a few important files from a VM to my PBS using the proxmox-backup-client (rather than back up the entire VM which is done separately)
I have
1. installed proxmox-backup-client on the VM
2. created the backup repository on the PBS
3. using this command string
I get this error:
Read more
I have
1. installed proxmox-backup-client on the VM
2. created the backup repository on the PBS
3. using this command string
Code:
proxmox-backup-client backup test_data:/media/test --repository 192.168.1.103:repo_name
I get this error:
Code:
Error: parameter verification errors
parameter 'backupspec': missing argument
Usage...
Read more