this post was submitted on 04 Jul 2026
32 points (97.1% liked)

Selfhosted

60525 readers
985 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.

  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.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I‘ve got 2 Machines with Proxmox on both installed. One hosts my data and media and runs Services like Jellyfin, NAS,… The other one is a Mini-PC that hosts my Services like Adguard, Home Assistant,…

Whats the best way to Backup the data and configs of those 2 machines? Installing Proxmox Backup Server on each and store the Backups on a seperate HDD? Or would it be better if a move all the services to a single machine and use the second only for backups?

thank you!

you are viewing a single comment's thread
view the rest of the comments
[–] IsoKiero@sopuli.xyz 3 points 4 days ago (2 children)

Is there a benefit for splitting your services on 2 hosts?

I don't know about OPs situation, but I have a mini-PC as proxmox hypervisor too addition to my main server. Mini-PC is located middle-ish of the house as it's running home assistant with ZWA-2 and the location helps a lot with Z-wave coverage. But added benefit is that I can (within the pretty strict resource limits) move VMs to the mini-pc when doing maintenance on main server. It's pretty handy to move PiHole and some other small stuff to another host so that everything on network still functions even if one hypervisor is down.

[–] doctorflynt@feddit.org 2 points 4 days ago* (last edited 4 days ago) (1 children)

while the machines are physicaly next to esch other i also runy whole home automation over zwave. the reason i have 2 machines currently is that the media server used to run truenas and i virtualized everything there. since truenas deprecated its public build repository i wanted to replace it with open media vault, but since i dont really used shares i figured that proxmox would be better suited. so i set up a machine where i host all the services until i figure out how i want to run my media-server.

i still need to find a way to setup a simple sambashare via a web gui and a good backup solution.

[–] IsoKiero@sopuli.xyz 1 points 4 days ago

i still need to find a way to setup a simple sambashare via a web gui and a good backup solution.

I'm running openmediavault as an VM for file shares and backups with proxmox backup server. Works pretty well. I've got a physical backup server in detached garage and another in a VPS which syncs the most important parts to remote location.

[–] hamsda@feddit.org 1 points 4 days ago (1 children)

Interesting. I do not know a lot about Home Assistant devices, but I thought they would just be communicating via standard WIFI + data encryption. I definitely didn't suspect there to be a whole new standard of wireless communication to that.

I understand the thing about downtime, running pihole myself. My setup is rather simple and centralized on purpose and I don't really mind the few minutes of "filtered DNS" downtime while pihole and pve are rebooting. As my UniFi Dream Router 7 is the firewall / gateway / DHCP server anyway, I just use pihole as primary DNS and 1.1.1.1 as secondary DNS. It's not filtering "bad domains" via DNS, sure, but I got adblock origin and other browser extensions dealing with whatever comes along anyway.

But, yeah, for redundancy and always-online-production-setups it's actually great having a secondary pve as a temporary stop-gap. Plus, it's a nice and kinda fancy setup, of course. Always appreciated in selfhosted :)

[–] IsoKiero@sopuli.xyz 1 points 4 days ago

I definitely didn’t suspect there to be a whole new standard of wireless communication to that.

There's multiple. Some devices are on wifi, some on z-wave and as zigbee is getting quite a lot of support from vendors I'll likely add that to the mix soon-ish. Also I could use bluetooth for some automations, but at least for now I don't really see any advantages over that.

As for pihole, it's main DNS server for devices in my network and rest of the family uses the net quite a lot too (IPTV and streaming services included) so any longer downtime would cause at least annoyance for them so it's nice to have an option to keep things running and take my time to maintain hardware or whatever. I of course could change DHCP server to offer something else too, but it's simpler and faster to just migrate a VM to another host.