Search Criteria
Package Details: proxmox-backup-client 4.1.0-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/proxmox-backup-client.git (read-only, click to copy) |
|---|---|
| Package Base: | proxmox-backup-client |
| Description: | Client for Proxmox Backup Server |
| Upstream URL: | https://pbs.proxmox.com |
| Keywords: | backup pbs proxmox pve rust |
| Licenses: | AGPL3 |
| Submitter: | flumm |
| Maintainer: | flumm (tommitscheck) |
| Last Packager: | tommitscheck |
| Votes: | 28 |
| Popularity: | 2.93 |
| First Submitted: | 2020-07-15 08:23 (UTC) |
| Last Updated: | 2026-01-17 15:14 (UTC) |
Dependencies (11)
- acl (acl-gitAUR)
- fuse3 (fuse3-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- patchelf (patchelf-gitAUR) (make)
- python-docutils (make)
- python-sphinx (python-sphinx-gitAUR) (make)
Required by (0)
Sources (10)
- 0001-re-route-dependencies-not-available-on-crates.io-to-.patch
- 0002-docs-drop-all-but-client-man-pages.patch
- 0003-client-fix-temp-value-dropped-while-borrowed.patch
- 0004-update-proxmox-fuse-rs-dependency-to-2.patch
- elf-strip-unused-dependencies.sh
- pathpatterns
- proxmox-backup-client-4.1.0
- proxmox-fuse
- proxmox
- pxar
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
tommitscheck commented on 2026-01-17 15:17 (UTC)
@ufna: thanks for the report, this should be fixed in the latest version 4.1.0-3 I just pushed.
ufna commented on 2026-01-17 13:25 (UTC)
Currently proxmox-backup-client 4.1.0 does not build from AUR. Cargo fails because it requires
proxmox-fuse ^1, but crates.io only provides proxmox-fuse 2.0.0.dosenpils commented on 2026-01-06 19:54 (UTC)
@Vallic_Magnus Thank you for the clarification. In the end it was an indentation error that crept in during copying. >.<' But thanks for your patch anyway!
Vallic_Magnus commented on 2026-01-05 20:18 (UTC) (edited on 2026-01-05 20:19 (UTC) by Vallic_Magnus)
@dosenpils The "Hunk #1 FAILED" error usually indicates a context or whitespace mismatch between the patch and the clean source tree. I have updated the patch to use the exact context required for v4.1.x.
Please ensure you are applying this using the
_applyhelper in your PKGBUILD, which handles the-p1strip level automatically.rust-fix.patch
PKGBUILD update:
dosenpils commented on 2026-01-05 18:25 (UTC)
@Vallic_Magnus I'm having troubles applying your patch manually. I cannot find this 'extract.rs' anywhere, that's why 'makepkg' is complaining about not being able to apply this patch:
Vallic_Magnus commented on 2026-01-02 20:52 (UTC) (edited on 2026-01-02 20:55 (UTC) by Vallic_Magnus)
The package currently fails to build with Rust 1.88.0+ due to a borrow-checker error (E0716) in the
pbs-clientcrate (pbs-client/src/pxar/extract.rs). This occurs because a reference is taken to a temporaryStringcreated by.to_string().To fix this, ensure both match arms in the logging block return an owned
String. I have verified this fix locally on Arch withrustc 1.88.0.rust-fix.patch
PKGBUILD update:
erb commented on 2025-12-25 12:25 (UTC)
Doesn't build for me:
Latest Rust stable
OJaksch commented on 2025-11-26 13:01 (UTC)
x-mas today! PBS 4.1 released and a fresh, suitable and up2date client for Arch!
As always: Many thanks!
OJaksch commented on 2025-11-26 09:00 (UTC)
Thanks, mate! Meanwhile I'm doing the restore by "mount". Slow but working.
tommitscheck commented on 2025-11-26 08:58 (UTC)
@OJaksch I'll look into doing a bump soon, hopefully later today but in any case still this week.
1 2 3 4 5 6 .. 8 Next › Last »