mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-03 19:06:46 +00:00
docs: add basic info for how to install the statically linked client
To have something in the docs. In the long run we want a somewhat fancy and safe mechanism to host these builds directly on the CDN and implement querying that for updates, verified with a backed in public key, but for starters this very basic docs has to suffice. We could also describe how to extract the client from the .deb through `ar` or `dpkg -x`, but that feels a bit to hacky for the docs, maybe better explained on-demand in the forum or the like. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
9dfd0657eb
commit
c08c934c02
@ -138,7 +138,26 @@ you need to run:
|
||||
# apt update
|
||||
# apt install proxmox-backup-client
|
||||
|
||||
.. note:: The client-only repository should be usable by most recent Debian and
|
||||
Ubuntu derivatives.
|
||||
Install Statically Linked Proxmox Backup Client
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Proxmox provides a statically linked build of the Proxmox backup client that
|
||||
should run on any modern x86-64 Linux system.
|
||||
|
||||
It is currently available as a Debian package. After configuring the
|
||||
:ref:`package_repositories_client_only_apt`, you need to run:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# apt update
|
||||
# apt install proxmox-backup-client-static
|
||||
|
||||
This package conflicts with the `proxmox-backup-client` package, as both
|
||||
provide the client as an executable in the `/usr/bin/proxmox-backup-client`
|
||||
path.
|
||||
|
||||
You can copy this executable to other, e.g. non-Debian based Linux systems.
|
||||
|
||||
For details on using the Proxmox Backup Client, see :ref:`client_usage`.
|
||||
|
||||
.. include:: package-repositories.rst
|
||||
|
Loading…
Reference in New Issue
Block a user