Automatic Transfer Switch PDU in The Homelab - Does it make sense?
Automatic Transfer Switch PDU in The Homelab - Does it make sense?
Automatic Transfer Switch PDU in The Homelab - Does it make sense?
Ditching MyQ for OpenGarage - Open Source Garage Door Control
So powering on and powering off will eventually be handled by a Powershell script I use to kick of the backups (More than just Borg goes into my offsite/offline backups) and the reason it gets powered off is that the external drive I connect to my desktop computer gets shared out, and sometimes Windows mixes the drive letters up, or the Share permissions get out of whack. I find that if the VM is on when its screwed up, Debian really doesn’t like the mount and ends up causing some weird issues. So if I just leave it off until I have my ducks in a row with the backup drive, it all works perfectly. I guess there is also no point it in sitting there powered on 24/7, when I only do the backups monthly too
As for why its a dedicated VM, a few years ago I noticed I was constantly moving backup software, trying other solutions etc, which just doesn’t work. If you change backup software every 6 months, you don’t really have any real long term backups. So I decided Borg and the VM its installed on needs to stay very stable, so I settled on just throwing it in own VM. This way I never need to move it, migrate it, etc. Its always just there and it works
I have not, but now I’m going to have to!
Thanks!
VM's and Containers I am Running - 2023
VM's and Containers I am Running - 2023
SMTP Relay Questions
I use O365 Business (Or whatever the heck they call it now) for my email, so for SMTP on all my devices at home, I use an O365 account with an app password, sending as a distro-group so it can have a custom name This works, but I don’t like how every device/server has O365 creds in it. I am thinking I should setup an SMTP Relay at home locally, which sends to O365 (Or Sendgrid, etc etc) and then SMTP on local services can just point to that local address Is this the right way to go about it? What is the current best software do it? I’ve only ever had experience using IIS to do this, and of course I don’t want to be running windows!