Package Details: proxmox-backup-client-bin 3.4.1_1-3

Git Clone URL: https://aur.archlinux.org/proxmox-backup-client-bin.git (read-only, click to copy)
Package Base: proxmox-backup-client-bin
Description: Client for Proxmox Backup Server (binary release from Debian)
Upstream URL: https://pbs.proxmox.com
Keywords: backup pbs proxmox pve
Licenses: AGPL-3.0-or-later
Conflicts: proxmox-backup-client
Submitter: danya02
Maintainer: danya02
Last Packager: danya02
Votes: 0
Popularity: 0.000000
First Submitted: 2024-06-26 11:45 (UTC)
Last Updated: 2025-06-11 18:51 (UTC)

Latest Comments

danya02 commented on 2025-06-11 19:03 (UTC)

JamesArchibald,

why they would have dropped thepbs-no-subscriptionfrom the path

They probably didn't. I recently came back to updating this package and noticed that there's actually a root-level pbs-client repo, so I went ahead and changed the URL to point there (since that package might have differences that make it more compatible or something), but when changing the URL I only updated one part of it and not the other.

JamesArchibald commented on 2025-06-11 19:01 (UTC)

That did the trick, thank you! I was just weary as to why they would have dropped the pbs-no-subscription from the path and if both the binaries are the same, but I guess time will tell.

ps. Thanks for maintaining this, appreciate it!

danya02 commented on 2025-06-11 18:52 (UTC)

JamesArchibald, think I fixed it with 8ebb01e. Can you try again?

JamesArchibald commented on 2025-06-11 18:42 (UTC)

It looks like the download path to the deb file has changed. I get a 404 when trying to install, and navigating to http://download.proxmox.com/debian/pbs-client/dists/bookworm/pbs-no-subscription/binary-amd64/proxmox-backup-client_3.4.1-1_amd64.deb gives me a 404.

danya02 commented on 2025-06-01 03:18 (UTC)

Thanks Behem0th for the hint. I pushed a new commit applying your patch.

Behem0th commented on 2025-05-31 11:23 (UTC)

On the latest updated Arch PBC crashes with this error:

proxmox-backup-client: error while loading shared libraries: libfuse3.so.3: cannot open shared object file: No such file or directory
root-> ls -l /usr/lib/libfuse3*
lrwxrwxrwx 1 root root   13 мар 25 08:53 /usr/lib/libfuse3.so -> libfuse3.so.4
-rwxr-xr-x 1 root root 255K мар 25 08:53 /usr/lib/libfuse3.so.3.17.1
lrwxrwxrwx 1 root root   18 мар 25 08:53 /usr/lib/libfuse3.so.4 -> libfuse3.so.3.17.1

For solve this issue i know 2 way

1`st Create link

ln -s usr/lib/libfuse3.so usr/lib/libfuse3.so.3

2`nd Patch elf

patchelf --replace-needed libfuse3.so.3 libfuse3.so /usr/bin/proxmox-backup-client

danya02 commented on 2024-06-26 11:47 (UTC)

This is my first AUR package, so there might be errors. Feel free to point them out so I can fix them!