Namespaces management in CLI ?

fhc

Active Member
May 15, 2017
6
0
41
Hi,

Is it possible to manage datastores namespaces in CLI with the proxmox-backup-manager command ?

I know it can be achieved with the API, but cannot find the equivalent. Or is there another command to work with PBS API, such as pvesh for Proxmox ?

Regards,
FHC
 
Is it possible to manage datastores namespaces in CLI with the proxmox-backup-manager command ?
it might be unintuitive, but it's actually in the proxmox-backup-client command (which you can also use on the pbs itself)

Or is there another command to work with PBS API, such as pvesh for Proxmox ?
additionally there is 'proxmox-backup-debug api' which should include all api calls
 
it might be unintuitive, but it's actually in the proxmox-backup-client command (which you can also use on the pbs itself)


additionally there is 'proxmox-backup-debug api' which should include all api calls

The proxmox-backup-debug is working like a charm !

I'll have a look to the doc later for proxmox-backup-client (got "Error: unable to get (default) repository" when trying to list namespaces or get some status), so I guess I need some config.

Thanks for your reply, and have a great day !