this post was submitted on 19 Feb 2024
11 points (92.3% liked)
Sysadmin
182 readers
1 users here now
A community dedicated to the profession of IT Systems Administration
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
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.