Recent content by Dark26

  1. D

    Error when launching prune command with proxmox-backup-client but work with dry-run option

    I can create a prune job directly on the web interface on pbs, and after, i can launch the prune job when i click run now. it's work My idea was to create the prune job automatically ( with a prune Schedule) via the Api. And after that it's the pbs server who's launch the prune task ( prune...
  2. D

    Error when launching prune command with proxmox-backup-client but work with dry-run option

    I also altered the response. For the long name, they are generated automaticly via a backup script ( we use volume id), that's why there are long. I try with a short token I try with a login/pass, it's the same. there is a lot of "-" in the name of the namespace / group ( like 15 occurence )...
  3. D

    Error when launching prune command with proxmox-backup-client but work with dry-run option

    I ll try with a login/password. But the goal is to launcher the command in a script so the token seems more the way to go. For the file/ namespace name, i just quickly remplace the real name for posting here. Thanks for the reply
  4. D

    Error when launching prune command with proxmox-backup-client but work with dry-run option

    Hello i try tu run the prune command with the proxmox-backup-client like this : with the same command without the option -dry-run : It'a like it stuck for creating the tempfile for the backup, and the command don't work because of it Any idea ?
  5. D

    [TUTORIAL] Proxmox-backup-client 3.3.3 for RHEL-based distros

    For redhat 9 ), i use the .deb version with a conversion to rpm with alien , so far so good; I juste have to install the package fuse-libs.
  6. D

    Backing up the PVE node - dd, LVM snapshot, or better option?

    you can use pbs-backup-client with some script, to backup what you want ( file / harddrive/partition. )
  7. D

    Using NVMe / SSD hard drive as VM memory

    ksm /ballooning is active ? https://pve.proxmox.com/wiki/Dynamic_Memory_Management
  8. D

    Feature Request: Backup Restoration Jobs

    I say it's a nice fetaure;). This week i make a script that backup the entire disk of a physical server with pbs-backup-client to a pbs server ,and another script with proxmox-backup-restore that restore the backup into a vm, on proxmoxve on a offsite site in case of a big disaster.
  9. D

    proxmox-backup-client notification on failed/successful backup

    Bonjour, Did you find a solution ? we have the same problem. :(
  10. D

    Detect preferred language via browser or force default language for quarantine users

    Bonjour, Any news for the bugzilla ? https://bugzilla.proxmox.com/show_bug.cgi?id=4404 We are very interesting with this feature. We try to change the line Replace the line: Code: <script type='text/javascript'> function gettext(buf) { return buf; } </script> by the line: Code: <script...
  11. D

    [TUTORIAL] Condition VM start on GlusterFS reachability

    Typo mistake of course. https://docs.redhat.com/en/documentation/red_hat_gluster_storage/3.4/html/administration_guide/sect-managing_split-brain#sect-Managing_Split-brain I think thé read only appears only in proxmox node where the glusterfilestem is mount. In the VM you Can have i/o error.
  12. D

    [TUTORIAL] Condition VM start on GlusterFS reachability

    Are you sure that the Gluster storage didn't change in "read only" on the node which is alive/ alone? Imagine you have node 1 on a side who can't assess the over two. ( unplug lan network on node 1 for example ) you have one file on your gluster storage : file.txt on node 1 you put the text...
  13. D

    [TUTORIAL] Condition VM start on GlusterFS reachability

    For example i have this in the storage.conf: glusterfs: Gluster_Emmc disable path /mnt/pve/Gluster_Emmc volume Gluster_Emmc content backup,iso,vztmpl,images,snippets prune-backups keep-all=1 server 10.10.5.241 server2 10.10.5.242 it a...