Recent content by zerliob

  1. Z

    [SOLVED] VMs Booting from hard disk after memory installation

    I tried everything and finally just have to reboot becauze it's needed after updates ! systemctl reboot
  2. Z

    [SOLVED] VMs Booting from hard disk after memory installation

    https://www.kingston.com/en/memory/search/model/85694/hp-hpe-workstation-z230-tower-sff
  3. Z

    [SOLVED] VMs Booting from hard disk after memory installation

    The start of a possible answer, It seems that the memory sticks need to be ECC UDIMM for 32 GB with a Xeon processor... What do you think?
  4. Z

    [SOLVED] VMs Booting from hard disk after memory installation

    Hello, I changed the memory sticks on my Proxmox machine 7.4.19 (old HP Z230 Xeon processor) from 4x4 GB to 4x8 GB non ECC UDIMM. On reboot, PVE shows 32 GB instead of 16 GB, so far so good. I have 4 VMs: 2 Win11, one Win 10 and one debian. While everything was working perfectly, they are no...
  5. Z

    how to automate proxmox backup client command

    Aïe ! It does not work without the line login ! So I removed # before the line and it works again Best regards François
  6. Z

    how to automate proxmox backup client command

    So I add # before the line login in pbs.sh Thanks ! Best regards François
  7. Z

    how to automate proxmox backup client command

    Hi, This morning, PBS sends me a mail : host OK, prune OK IT WORKS ! Thanks a lot François
  8. Z

    how to automate proxmox backup client command

    OK So I create /root/pbs.sh like that : #!/bin/bash PBS_PASSWORD='mypassword' PBS_FINGERPRINT='10:d3:7f:79:7e:e etcetera myfingerprint' export PBS_PASSWORD export PBS_FINGERPRINT proxmox-backup-client login --repository root@pam@192.168.0.46:sauvegardes proxmox-backup-client backup...
  9. Z

    how to automate proxmox backup client command

    Hi, Normally, the backup should have taken place at 3 o'clock in the morning today, Tuesday. But it was not done! When I run the command in a terminal, I have to enter the root password. With the cron, I cannot enter this password. How do we fix this? Thank you
  10. Z

    how to automate proxmox backup client command

    Yes, GC schedule daily I think I an have differents Prunes for host in cron and for m'y VMs. Am I right ?
  11. Z

    how to automate proxmox backup client command

    So, in my case, for saving /home on tuesday, wed, thu, fri and saturday at 3 o'clock, and keeping 14 savings, I put that file in /etc/cron.d : 0 3 * * tue,wed,thu,fri,sat root proxmox-backup-client backup home.pxar:/home/ --repository root@pam@192.168.0.46:sauvegardes &&...
  12. Z

    how to automate proxmox backup client command

    Thank you for your response, The command is executed on debian 10. Do i have to make the two points or one or the other (cron and/or prune) ? François
  13. Z

    how to automate proxmox backup client command

    Hi, I want to automate the command below every day and keep savings of the last 14 days. Is-it possible in PBS (prune?) and/or how to ? proxmox-backup-client backup home.pxar:/home/ --repository root@pam@IP_PBS:backup Thank you por your responses François