Search results

  1. M

    link proxmox to hetzner storage box

    Hi, we are using this very often to deploy VM templates and the settings below are working very well. Please check, if your storabe box is possibly locked for external access or if CIFS is disabled. This could be the reason. You can also try to mount the share with CLI: pvesm add cifs Name...
  2. M

    Using PBS with a NAS box (Tutorial)

    Many thanks for your response. Thats a great recommendation, especially due to the fact that todays NVMe have much more storage space than PBS need. So this is a meaningfull use of the remaining space.
  3. M

    Using PBS with a NAS box (Tutorial)

    Hi there, first of all, this tutorial is mainly addressed to beginners. As usual with Linux based OS, you can do nearly anything you want. This is only one solution and it does not claim to be the best. There are thousands of others ways, that might bring the same result or even a better. So...
  4. M

    Install PVE/PBS from ISO on Hetzner without KVM (Tutorial)

    Hi there, thanks for your reply. Just a little update to my HowTo in the first Post: Since a couple of weeks I experienced trouble during the setup procudure - sometimes the installer crashed and made a reboot while choosing the disk setup. After some tesiting I figured out how to fix this...
  5. M

    HowTo - an easy way to protect your PVE with encrypted storage

    Hi, many thanks for your reply. I never did further investigation in that direction because in our setup it is desired to manualy unlock the storage after reboot. We need this for data privacy reasons, to have the VMs in a non operational status in case of a theft. Additionaly I don't like to...
  6. M

    VDI/SPICE - USB redirection to VM on Windows VirtViewer

    Hi there, we are currently do some POC on a VDI solution using PVE and PVE-VDIClient (https://github.com/joshpatten/PVE-VDIClient). This works very well except the USB redirection on a Windows client. There comes up an error message on VirtViewer: "Could not open usb device: Entity not found...
  7. M

    [SOLVED] Exclude templates from backup jobs running with option "Selection Mode: ALL"

    Hi Dominik, perfect, your recommendation is a great alternative. Thanks for your support. Martin
  8. M

    [SOLVED] Exclude templates from backup jobs running with option "Selection Mode: ALL"

    Hi there, to make sure every produtive VM will be backuped, even if it will be setup later, we are running the backup jobs with option "Selection Mode: ALL" on every node. What we don't want to be backuped are the VM templates. Is there an option avaiable to exclude templates from backup jobs...
  9. M

    [SOLVED] Create backup jobs using a shell command?

    Hi Oguz, many thanks for your suggestions. That should work for me. Best Regards Martin
  10. M

    [SOLVED] Create backup jobs using a shell command?

    Hi Dominik, many thanks for your suggestions and sorry for confusion. I just opened another thread in this forum, maybe you can delete that one. Next time I know how deal with it.
  11. M

    [SOLVED] Create backup jobs using a shell command?

    Hi there, we are using scripts for the initial setup of our PVE systems. Is it possible to setup backup jobs by shell command? The only way I'm currently found is to modify /etc/pve/vzdump.cron and add the jobs. I'm not sure if this is a valid way to do that because there is a note that this...
  12. M

    [SOLVED] Create backup jobs using a shell command?

    sorry - wrong forum. please delete. Hi there, we are using scripts for the initial setup of our PVE systems. Is it possible to setup backup jobs by shell command? The only way I'm currently found is to modify /etc/pve/vzdump.cron and add the jobs. I'm not sure if this is a valid way to do...
  13. M

    Datastore prune/retention policy goes wrong

    Hi Fabian, I can confirm that this issue is fixed. I tried this settings on one of the affected hosts and it works well. The midday backup just finished and now the content count shows 2 versions. Best Regards Martin
  14. M

    Datastore prune/retention policy goes wrong

    Hi Fabian, many thanks for your support. So I know that I have to focus on the PVE hosts to find the reason for this behavior, and it seems I already found it. For the other users, I will try to explain what I think what exactly happened, maybe it helps someone who is experiencing similar...
  15. M

    Datastore prune/retention policy goes wrong

    Hi, I'm currently experiencing some trouble on both backup servers (1.1-13 and 2.1-4) with the retentention policies on some of the PVE backups (not all). There are no settings on the PVE hosts so retention is controlled by the backup servers. There are policies set on the datastores for...
  16. M

    Planning new PBS - recomendations are welcome

    Many thanks for your reply. That dRAID setup RAID-Z1 +spare seems also to compensate the disadvantage of long resilvering time for parity based RAID-Zx. Sounds really interesting.
  17. M

    HowTo - an easy way to protect your PVE with encrypted storage

    Hi guys, I want to share my solution that I'm using for encrypted storage on PVE. This manual is mainly addressed to beginners, because people who are familiar with ZFS know these things as natural features. If you are using worlds best virtualization PVE in combination with worlds best...
  18. M

    Planning new PBS - recomendations are welcome

    Hi guys, for the reason that our current PBS equiped with classic SATA-HDD is fallen into a 24/7 Job to manage 8x PVE backups with Prune, GC and verify jobs, we are planning to setup a new one with latest hardware technology. We are planning to use AMD based server hardware with 64GB ECC RAM...
  19. M

    Someone using Wireguard on PVE6 host?

    Perfect. Thanks for sharing your experience. I usaly don't use aptitude so that should be no problem.
  20. M

    Someone using Wireguard on PVE6 host?

    Sounds good! Thanks a lot for your response.