Install Proxmox Backup Client (Debian-Based Linux Users)

Before You Start

Steps

To configure the repository, you will need to setup the Proxmox release key first. On your server, get the key from the following site below and replace the [debian version] with your server version (bookworm, bullseye):

https://enterprise.proxmox.com/debian/proxmox-release-[debian version].gpg

Move the key into /usr/share/keyrings/

In /etc/apt/sources.list.d/ create a file named proxmox.sources to add the repository.

   Types: deb
   URIs: http://download.proxmox.com/debian/pbs
   Suites: [debian version]
   Components: pbs-no-subscription
   Signed-By: /usr/share/keyrings/proxmox-release-[debian version].gpg

Install the client

apt update
apt-get install proxmox-backup-client

Once the install is completed, run the command proxmox-backup-client and you should see the user manual printed.


Revision #1
Created 2026-07-03 16:31:25 UTC by Admin
Updated 2026-07-03 17:23:18 UTC by Admin