Recent content by seba45

  1. S

    How to update pbs client on centos standalone server

    hi, i check my script. what version of centos 7 or 8 ? Sébastien.
  2. S

    How to upgrade pbs client in centos?

    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.
  3. S

    Found a new Centos 7 Client for PBS

    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...
  4. S

    Found a new Centos 7 Client for PBS

    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...
  5. S

    Found a new Centos 7 Client for PBS

    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
  6. S

    Proxmox Backup CLI tool available in CentOS, Fedora, Suse, etc.

    hi, 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
  7. S

    cookbook for building proxmox-backup-client on CentOS/RHEL 7

    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...
  8. S

    HA without fence device

    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"?>...