Install the backup client on ubuntu 22.04 server?

sublightnova

New Member
May 30, 2022
25
3
3
I have not found an official way and logically for a critical component as backups I don't want to use some hacky way to install it.

So is there no way to install the client on ubuntu 22.04 server / client?

Btw... having giving it a few tries before and failing at liking it too much, I absolutely love PBS now. Actually looks like the most solid backup solution for my situation. period.
 
Last edited:
  • Like
Reactions: team2021
HI,
I'm not sure which way you tried it. But did you try it with adding the client only repo with the instructions for "Repositories for Debian 11 (Bullseye) based releases"? After following the instructions, you can just install the client via apt:

Code:
# apt-get update
# apt-get install proxmox-backup

Even though Ubuntu 22.04 is based on Debian 12 it should still work :).

[1] https://pbs.proxmox.com/docs/installation.html#proxmox-backup-client-only-repository
 
HI,
I'm not sure which way you tried it. But did you try it with adding the client only repo with the instructions for "Repositories for Debian 11 (Bullseye) based releases"? After following the instructions, you can just install the client via apt:

Code:
# apt-get update
# apt-get install proxmox-backup

Even though Ubuntu 22.04 is based on Debian 12 it should still work :).

[1] https://pbs.proxmox.com/docs/installation.html#proxmox-backup-client-only-repository


Well I tried to avoid installing something from a debian based repo because of the usual reasons.. But I guess I could give it a try.. I do hope that an official ubuntu release will become available though!!

Thanks
 
HI,
I'm not sure which way you tried it. But did you try it with adding the client only repo with the instructions for "Repositories for Debian 11 (Bullseye) based releases"? After following the instructions, you can just install the client via apt:

Code:
# apt-get update
# apt-get install proxmox-backup

Even though Ubuntu 22.04 is based on Debian 12 it should still work :).

[1] https://pbs.proxmox.com/docs/installation.html#proxmox-backup-client-only-repository
Nope it do not
Code:
The following packages have unmet dependencies:
 proxmox-backup-client : Depends: libssl1.1 (>= 1.1.0) but it is not installable

Bug : https://bugzilla.proxmox.com/show_bug.cgi?id=4191
 
By the way this can get fixed with
Code:
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
thanks to skyvap
 
well sort of , but proxmox-backup-client have a depency on libssl1.1 as shown in the previous post ...
so until the team remove this dependancy , that's was the only way
 
Ubuntu 22.04 has been out for 7 months now, this dependency is quite annoying. Would it be difficult to provide client packages for Ubuntu?
 
Ubuntu 22.04 has been out for 7 months now, this dependency is quite annoying. Would it be difficult to provide client packages for Ubuntu?
Any chance this problem might get resolved? I really want to use this.
 
Would it be enough to rebuild the dependency in the Debian package, or do you really need to recompile the client?
 
@fabian Can we get the proxmox-backup-client source package to rebuilt it on ubuntu / mint / whatever? Where are the deb-src packages?
 
  • Like
Reactions: fireon
we don't publish source packages (we don't use them internally (yet)). our packages are buildable straight from git: https://git.proxmox.com . some repos have "dsc" Makefile targets that should generate source packages. please be aware that currently branches are switched over for the upcoming bookworm release(s), so some breakage might ensue.
 
Sure would be nice to manage backups and restores from the PBS gui vs client cli.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!