https://github.com/dwight-studio/proxmox-backup-client-builds
Automatic building of proxmox-backup-client from source for RPM based distributions
https://github.com/dwight-studio/proxmox-backup-client-builds
Last synced: about 2 months ago
JSON representation
Automatic building of proxmox-backup-client from source for RPM based distributions
- Host: GitHub
- URL: https://github.com/dwight-studio/proxmox-backup-client-builds
- Owner: Dwight-Studio
- License: agpl-3.0
- Created: 2025-10-25T13:14:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-04-22T19:24:28.000Z (about 2 months ago)
- Last Synced: 2026-04-22T21:03:40.226Z (about 2 months ago)
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# proxmox-backup-client-builds
Fully automated building of proxmox-backup-client from source for x86_64 RPM based distributions.
# Installation
Installing the proxmox-backup-client package is very easy:
```bash
sudo dnf install dnf-plugins-core # You might already have this
sudo dnf copr enable dwight-studio/proxmox-backup-client
sudo dnf install proxmox-backup-client
```
# Distribution availability
Currently (version 4.0.19), the package is available in the following targets:
> [!WARNING]
> The following list might be irrelevant. Consider checking on our [Fedora Copr](https://copr.fedorainfracloud.org/coprs/dwight-studio/proxmox-backup-client/builds/) for more details.
##
Amazon Linux
| Target | State |
|--------|-------|
| Amazon Linux 2023 | ✅ |
---
##
CentOS Stream
| Target | State |
|--------|-------|
| CentOS Stream + EPEL Next 9 | ✅ |
| CentOS Stream 9 | ✅ |
---
##
EPEL
| Target | State |
|--------|-------|
| EPEL 10 | ✅ |
| EPEL 9 | ✅ |
---
##
Fedora
| Target | State |
|--------|-------|
| Fedora 41 | ✅ |
| Fedora 42 | ✅ |
| Fedora 43 | ✅ |
| Fedora ELN | ✅ |
| Fedora Rawhide | ✅ |
---
##
Mageia
| Target | State |
|--------|-------|
| Mageia 8 | ✅ |
| Mageia 9 | ✅ |
| Mageia Cauldron | ✅ |
---
##
openEuler
| Target | State |
|--------|-------|
| openEuler 20.03 | ✅ |
| openEuler 22.03 | ✅ |
| openEuler 24.03 | ✅ |
---
##
openSUSE
| Target | State |
|--------|-------|
| Leap 15.6 | ❌ |
| Tumbleweed | ✅ |
---
##
RHEL
| Target | State |
|--------|-------|
| RHEL + EPEL 10 | ✅ |
| RHEL 10 | ✅ |
| RHEL 8 | ✅ |
| RHEL 9 | ✅ |
# Disclaimer
This project is **not affiliated** with Proxmox in any way. You are using these builds **AT YOUR OWN RISK**. We are not reponsible of any issue you might encounter.
If you think there is an issue with the build itself, then you can open an issue on this repository.
> [!IMPORTANT]
> Because the build process is completely automated, it might be possible that a version that is listed in the Releases section is not yet built or has errored out while building.
>
> We are doing our best to maintain the process in a working state. But some dependencies needed to build the project can change and cause the build to fail.
# License
The proxmox-backup-client project is under the **AGPL-3.0 license**, so is this repository and this project. You can find a copy of it [here](LICENSE).