this post was submitted on 24 Jun 2023
6 points (100.0% liked)

Proxmox

1068 readers
1 users here now

Proxmox VE is a complete, open-source server management platform for enterprise virtualization. It tightly integrates the KVM hypervisor and Linux Containers (LXC), software-defined storage and networking functionality, on a single platform. With the integrated web-based user interface you can manage VMs and containers, high availability for clusters, or the integrated disaster recovery tools with ease.

Proxmox VE Official site

K3S on Proxmox LXC

founded 1 year ago
MODERATORS
 

I installed Proxmox Backup Server in a VM on my nas to see what all the fuss was about. I messed with it for a but but then the install got botched (not PBS's fault) and I didn't bother messing with it anymore. What I have been doing is, on each of my nodes, just setting up scheduled backups of VMs to a share on my NAS. I can't figure out why using PBS would be any better that just doing that but people seem to like it. I only have to do this once on each node. Could anyone enlighten me as to what I am not seeing in PBS that makes it better?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 1 year ago (1 children)

Other people have mentioned de-duplication; to better explain it, PBS backups can be incremental - they will only save the changes between the current state and the previous backup. This will save you a TON of space on backups, which means you can take them more often and retain them for longer.

PVE's backup just makes a compressed copy of the disk images and calls it a day.

PBS runs as a separate solution because that way it can be used to manage multiple clusters, it can keep backups isolated from those clusters, etc.

[โ€“] [email protected] 1 points 1 year ago

I've found it easier to just keep storage snapshots of the backing NAS for the VM images. Back those up on another slow NAS. And periodically refresh an off-site storage.

It's not as atomic, but I can restore the VM images to various points in time.