the following was caused by a typo on the IP address. there is no bug, just an operator error.
here is some more info:
Code:
pvesm add pbs a-maint-pbs --datastore maint-store1 --server 10.1.25.20 --fingerprint ..... --username pbs-user@pbs --password <password>
create storage failed: error during cfs-locked 'file-storage_cfg' operation: proxmox-backup-client failed: Error: error trying to connect: tcp connect error: Connection refused (os error 111)
here is some more info:
Code:
proxmox-backup-manager datastore list :
┌──────────────┬──────────────────────────┬─────────┐
│ name │ path │ comment │
╞══════════════╪══════════════════════════╪═════════╡
│ LtBackups │ /fbc-backups/LtBackups │ │
├──────────────┼──────────────────────────┼─────────┤
│ fbc-store1 │ /fbc-backups/fbc-store1 │ │
├──────────────┼──────────────────────────┼─────────┤
│ maint-store1 │ /maint-backups/pve-maint │ │
└──────────────┴──────────────────────────┴─────────┘
cat user.cfg
user: root@pam
comment Superuser
user: pbs-user@pbs
enable true
expire 0
cat acl.cfg
acl:1:/datastore/LtBackups:pbs-user@pbs:Admin
acl:1:/datastore/fbc-store1:pbs-user@pbs:Admin
acl:1:/datastore/maint-store1:pbs-user@pbs:Admin
Last edited: