hi, i must check my script.
I don't know when the centos client will be provided by proxmox, but it's in the roadmap at "Backup clients for other operating systems"
Sébastien.
hi, you must edit the spec temporary file with the rpmrebuild command
rpmrebuild -enp target/generate-rpm/proxmox-backup-1.0.6-1.x86_64.rpm
add 2 lines
Requires: libfuse3.so.3()(64bit)
Requires: libzstd.so.1()(64bit)
after Requires: /bin/sh and before #suggest in the spec temporary...
hi, you must change the spec file from
Provides: proxmox-backup(x86_64) = 1.0.6
Requires: /bin/sh
#suggest
to
Provides: proxmox-backup(x86_64) = 1.0.6
Requires: /bin/sh
Requires: libfuse3.so.3()(64bit)
Requires: libzstd.so.1()(64bit)
#suggest
by add 2 new lines...
hi, Yes it work for CentOS7 and 8
i have add a litel guide for generate a rpm package for proxmox-backup-client
https://github.com/sg4r/proxmox-backup-client/blob/main/rpmbuild.md
Hi,
I have prepared a cookbook for building the proxmox-backup-client for CentOS 7.
it's available from https://github.com/sg4r/proxmox-backup-client
I'm looking for information to create an rpm package for ease of deployment.
thanks for other patch and commit...
hello,
is it possible to test the service HA without fence device. I have three pc dell precision 380 to a lab.I thought using fence_manual.
thank you in advance
http://pve.proxmox.com/wiki/Fencing#List_of_supported_fence_devices
root@p3:~# cat /etc/pve/cluster.conf
<?xml version="1.0"?>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.