this post was submitted on 12 Jul 2026
26 points (93.3% liked)

Selfhosted

60693 readers
373 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hello all,

I'm hoping to get some advice on my self hosting environment. I currently run Proxmox VE with a few VMs, and use Proxmox VE's built in VM backup method to my NAS. I don't currently have a good backup method for the host server itself, and I know I'm playing with fire not having that properly backed up.

I have an older laptop that I'm considering turning into a Proxmox Backup Server, which should allow me to backup the host server and VMs, which would make me feel a lot better. The one thing I haven't really seen info on in my research is if there's a convenient way to backup THE backup server. If anyone uses PBS, do you back that up as well? How so?

I appreciate any assistance or advice!

you are viewing a single comment's thread
view the rest of the comments
[–] gooeyglob@lemmy.world 2 points 2 days ago

The real benefit of PBS is it does not store the backup as just a 1:1 dump of the VM disk, it's incremental - if the VM you're backing up for say the 3rd or 4th or 20th time doesn't have much new or changed data, it's not a linearly increasing amount of storage on your backup server, the new backup is actually trivially small. This really helps you have longer backup retention if files aren't actually changing all that often.

I got tired of stressing about whether my backup host might be down when my primary Proxmox host dies, even if they're in different data centers - well, as far as I know anyway! Now I just use BackBlaze B2 storage for the PBS off-site backup (compatible with Amazon S3), albeit it's a little finnicky to set up and working 100%. Yes it's still 'just someone else's computer', but for the ~12 bucks it's costing me for almost 2TB of backup data I am not stressing about it.