Selfhosted
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:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
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.
-
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:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
This is why people say not to use USB for permanent storage. But, to answer the question:
Yeah I was considering passing usb though, or even nofail mounting usb instead of UUID.
They're sata connection but my host is a tiny pc with minimal internals. I just had the drives lying around so decided to try a USB to Sata cable which worked until it didn't. That's why usb.
I did not realise that Proxmox would fail if the devices did, and I'm a little annoyed I didn't notice it on Sunday when it died for the first time, because I started fresh and ended up losing YEARS worth of Home Assistant automations.
Live and learn.
I hope you are doing 3-2-1 backups now
Not quite there yet. I need to add the CIFS connection to Proxmox now to save to the drives (I'll have to do a little research). I still have to set up the Google Drive add-on in Home Assistant again, and set it up properly this time so it actually schedules backups.
Also need to figure out how to off site backup my Proxmox backups. More research
Edit: worked out CIFS to Proxmox now, got a backup solution. Just have to work out how to get them off-site but I could maybe have my PC pull the files for now and maybe sync to Drive as off-site.
Edit2: Gdrive add-on added and set up in Home Assistant now.
I'm giving you these updates because you held me to account on the backup side, and I appreciate that. I had my head in setting my server back up, not back-ups. So thanks!
I also use Proxmox Backup Server to backup my VMs. These and the files of my NAS get copied on one of two 22TB HDDs, which I swap out weekly from my fireproof safe. My PC files get synced on my NAS through GoodSync and my Smartphone NeoBackups via Syncthing. My PC also does a Disk2VHD image every month and TrueNAS keeps daily snapshots for two months.
I lost 2TB of data about 15 years ago, I vowed to never let this happen again
If you've got a m.2 slot in the mini PC you could add a cheap 5 sata port m.2 and connect them that way. If you don't want to solder power you could really make it a butcher job and hack up the power from the sata to usb connectors.
Sucks to hear about your loss, I've recently lost my proxmox setup and migrated everything to Nixos. My install threw a wobbly, terminal was cooked, could only ssh into some containers so I wiped the install and migrated.
In my proxmox setup I found it easier to mount the drives as lvm to the host proxmox machine and pass them through to lxc via bind-mounts rather than adding another layer of shares / overheads.