adding proxmox backup server

pinux

New Member
Nov 21, 2023
8
0
1
Hello,
I want to pay my compliments for the excellent work, I really appreciated
I am trying to add a proxmox backup server without success
is there a way?
 
Hi,

it already _is_ possible, but it's a bit of a pain, since neither the GUI nor the CLI commands seem to be working (correctly).

To add PBS:
1. Open the /etc/proxmox-datacenter-manager/remotes.cfg file
2. Add your desired paragraph:

Code:
pbs: fsn1-1
        authid connect@pbs!connect
        nodes fqdn.your-datastore.de
        token your-secret-api-token

Result:
1741536377005.png

Be aware that there doesn't seem to be namespace support, so everything inside a a namespace is not shown. You also just get a list of datastores, no host metrics or anything.
 
  • Like
Reactions: Johannes S
it already _is_ possible, but it's a bit of a pain, since neither the GUI nor the CLI commands seem to be working (correctly).
Be aware that there doesn't seem to be namespace support, so everything inside a a namespace is not shown. You also just get a list of datastores, no host metrics or anything.


yeah the implementation is far from something usable, but we'll work on it!