I’ve been self-hosting Home Assistant for over a year, and I want to take the dive into more self-hosting. I want to start by converting an old laptop into a home server. Assuming that goes well, I’ll probably want to upgrade to a more modern, purpose built server and NAS fairly soon. How can I make sure that what I set up on the laptop can be easily moved to my upgraded hardware later?
Additional notes:
- I’m already using Tailscale (it’s what prompted me to want to do more self-hosting)
- I want to be able to access my server via Tailscale, but I want everything mapped to my own custom domain via a reverse proxy
- I’m planning on using Proxmox
Thanks in advance for the advice! :)
tofu@lemmy.nocturnal.garden 5 days ago
With Proxmox it’s quite easy, you can copy the VM/LXC Backups to the new host (via SCP, NFS or whatever) and restore there. Recently did exactly that.
jonathan7luke@lemmy.zip 5 days ago
Sounds pretty straightforward. Thanks for the info!
frongt@lemmy.zip 5 days ago
You could even just create a cluster and do a migration. I don’t think you need zfs for that, only replication.
tofu@lemmy.nocturnal.garden 5 days ago
Should work indeed, but they’d need replicated space. I’m not sure how well that works if the cluster is only designed to be temporary, since removing a productive node from a cluster is a bit risky?