N ned Renowned Member Jan 26, 2015 113 2 83 Sep 17, 2022 #1 How to add datastore namespace from CLI? I am not trying to add it to client but on the PBS server. Last edited: Sep 19, 2022
dcsapak Proxmox Staff Member Staff member Feb 1, 2016 10,242 1,530 273 36 Vienna Sep 19, 2022 #2 you can do that with 'proxmox-backup-client namespace create' see 'man proxmox-backup-client'
N ned Renowned Member Jan 26, 2015 113 2 83 Sep 19, 2022 #3 My understanding was that I should use the proxmox-backup-manager command on the PBS itself if I am adding a new NS to the datastore?
My understanding was that I should use the proxmox-backup-manager command on the PBS itself if I am adding a new NS to the datastore?
N ned Renowned Member Jan 26, 2015 113 2 83 Sep 19, 2022 #4 I added the namespaces for my each backup client via GUI but they do not show via CLI proxmox-backup-manager datastore list
I added the namespaces for my each backup client via GUI but they do not show via CLI proxmox-backup-manager datastore list
dcsapak Proxmox Staff Member Staff member Feb 1, 2016 10,242 1,530 273 36 Vienna Sep 19, 2022 #5 ned said: My understanding was that I should use the proxmox-backup-manager command on the PBS itself if I am adding a new NS to the datastore? Click to expand... you can also use the backup-client on the server itself, and currently the proxmox-backup-manager has no namespace create/update/list functionality (you can open a feature request if you want to though: https://bugzilla.proxmox.com) you can list them also with the client: Code: proxmox-backup-client namespace list
ned said: My understanding was that I should use the proxmox-backup-manager command on the PBS itself if I am adding a new NS to the datastore? Click to expand... you can also use the backup-client on the server itself, and currently the proxmox-backup-manager has no namespace create/update/list functionality (you can open a feature request if you want to though: https://bugzilla.proxmox.com) you can list them also with the client: Code: proxmox-backup-client namespace list