I would ditch my Veeam and Comet if they did better client side support. I use it for our PVE VM's and it works perfect.Agree....I might ditch it for something else.
wget https://launchpad.net/ubuntu/lunar/amd64/libzstd1/1.5.4+dfsg2-4
# Install the Debian Bullseye repo key first (this repo is "closest" to Ubuntu 22.04 "jammy")
wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
# Setup the PBS client repo
echo "deb [arch=amd64] http://download.proxmox.com/debian/pbs-client bullseye main" | sudo tee /etc/apt/sources.list.d/pbs-client.list
# Setup the LibSSL1.1 client repo from the Ubuntu "focal" security repo (apparently it's not yet available for "jammy")
echo "deb [arch=amd64] http://security.ubuntu.com/ubuntu focal-security main" | sudo tee /etc/apt/sources.list.d/focal-security.list
# Update repos and install PBS client
apt update && apt install -y proxmox-backup-client
wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg; echo "deb [arch=amd64] http://download.proxmox.com/debian/pbs-client bullseye main" | sudo tee /etc/apt/sources.list.d/pbs-client.list; echo "deb [arch=amd64] http://security.ubuntu.com/ubuntu focal-security main" | sudo tee /etc/apt/sources.list.d/focal-security.list; apt update && apt install -y proxmox-backup-client
We use essential cookies to make this site work, and optional cookies to enhance your experience.