[SOLVED] repository url with username does not seem to work

msproact

Well-Known Member
Nov 12, 2019
37
7
48
Nürnberg
www.proact.eu
I do

root@tuxmaster:~# proxmox-backup-client backup --include-dev /boot/efi --include-dev /srv root.pxar:/ --repository usb Password for "root@pam": Error: cancelled

I do

root@tuxmaster:~# proxmox-backup-client backup --include-dev /boot/efi --include-dev /srv root.pxar:/ --repository localhost:usb Password for "root@pam": Error: cancelled

I do:

root@tuxmaster:~# proxmox-backup-client backup --include-dev /boot/efi --include-dev /srv root.pxar:/ --repository backup@localhost:usb Error: parameter verification errors parameter 'repository': value does not match the regex pattern

I re-read documentation:

Respository Locations
The client uses the following notation to specify a datastore repository on the backup server.
[[username@]server:]datastore

I am confused. How does the repository location with username look like?