mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-28 05:44:39 +00:00
docs: describe the intend for the statically linked pbs client
Discurage the use of the statically linked binary for systems where the regular one is available. Moves the previous note into it's own section and link to the installation section. Signed-off-by: Christian Ebner <c.ebner@proxmox.com> Link: https://lore.proxmox.com/20250410093059.130504-1-c.ebner@proxmox.com
This commit is contained in:
parent
427c687e35
commit
9247d57fdf
@ -46,11 +46,21 @@ user\@pbs!token@host:store ``user@pbs!token`` host:8007 store
|
||||
[ff80::51]:1234:mydatastore ``root@pam`` [ff80::51]:1234 mydatastore
|
||||
================================ ================== ================== ===========
|
||||
|
||||
.. Note:: If you are using the statically linked binary of proxmox backup client
|
||||
name resolution will not be performed via the mechanisms provided by libc,
|
||||
but uses a resolver written purely in the Rust programming language.
|
||||
Therefore, features and modules provided by Name Service Switch cannot be
|
||||
used.
|
||||
.. _statically_linked_client:
|
||||
|
||||
Statically Linked Backup Client
|
||||
-------------------------------
|
||||
|
||||
A statically linked version of the Proxmox Backup client is available for Linux
|
||||
based systems where the regular client is not available. Please note that it is
|
||||
recommended to use the regular client when possible, as the statically linked
|
||||
client is not a full replacement. For example, name resolution will not be
|
||||
performed via the mechanisms provided by libc, but uses a resolver written
|
||||
purely in the Rust programming language. Therefore, features and modules
|
||||
provided by Name Service Switch cannot be used.
|
||||
|
||||
The statically linked client is available via the ``pbs-client`` repository as
|
||||
described in the :ref:`installation <install_pbc>` section.
|
||||
|
||||
.. _environment-variables:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user