Are you sticking with them or looking elsewhere? At work, I am not sure about recommending anything besides vSphere and Hyper-V since I haven’t used any other solution.

I have been looking at other solutions for my lab and was wondering what other professionals were turning to at work and home.

  • burrito@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 months ago

    How has your experience been with proxmox backup?

    I’ve been using Veeam for a very long time and have looked around for other products to do our backup but Veeam is just so good that I haven’t found anything that I want. I have quite a few Oracle database servers I’d have to run and back up, and it doesn’t appear that proxmox backup does any sort of application processing for Oracle, so I’d likely have to find a separate solution for the databases.

    • sep@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      4 months ago

      Pbs is very good at what it does. Deduplicaton is great. You can restore images or files, Easier then veeams file restore appliance imho. Live restore works great. And a user on pve can not delete the backups if you set it up right. You can easily replicate the datastore to a offsite. The backups are very fast for running vm’s with qemu’ dirty block tracking.

      But…
      There is no application aware in pbs itself. You need to hook into qemu-guest-agent fsfreeze if you want to prepare oracle for backups. Can find scripts on github.
      And there is no DR replication that uses the dirty block tracking to do a short replication to a ready vm. I have scripted a simple restore after backup to have a dr vm ready to start but it is not compareable to veeam dr replication. This is on proxmox roadmap tho, so hopefully soon.