I do
I do
I do:
I re-read documentation:
I am confused. How does the repository location with username look like?
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?