Look into FileFlows, I used that after my tdarr server shit the bed to act as my conversion utility for my media libraries. Done a very good job of transcoding my Library into a consistent format.
If you have any inclination to use docker, they offer a generator to make the compose file for you
Looking over your licensing model, I noticed this
The following systems are classified as enterprise operating systems within XPipe and connections to those systems are only possible starting from the professional plan:
- Windows Enterprise systems
What do you classify as an ‘enterprise’ system? Is that any server OS, or just like a datacenter license or something?
LOL, as a noob I went with caddy, then traefik before settling on NPM. Ironically, all the “QoL” features people brag about just made base configs harder and lead to shit randomly failing.
NPM has been solid as a rock, even if I have to do slightly more work, it’s more reliable and does what I want quicker and easier than the alternative.
As long as you have your config files and whatever data from the app (both should be mapped from the container to the host), just copy it to the new system and start your container.
I have all my config files on my nas, but too many of my apps run off dbs so I need to figure out a way to backup the local database folder so I can have the actual data on my nas as well as just the configs.
so can someone explain why a pretty robust dedicated device is necessary as a replacement?
The cloud is just someone else’s computer, so when you cut the cord from the cloud, you gotta run your own server.
And you don’t need to buy a (robust) device to run HA, just install it on a spare system and start playing with it. I started building mine about 1.5yrs ago when I bought a house and I think I only gave mine like 2 CPU and 8gb ram.
What actually happens when I turn on a smart switch in my home? Does that command have to be sent to a server somewhere to be processed?
Yes, you have to have something that accepts your commands and sends the action to the end device. Just like your Google home did.
What really has to be processed, and why can’t a smartphone app do it?
Because that’s not how things work. Your app has to talk to a server to send the commands, Google home has cloud servers and a local bridge. HA has an app that you can use to control your stuff, same as Google Home.
Smart Home apps are worthless without hardware required to connect the app to your home.
Another alternative is Libation , I’ve been using that to archive my and my partners audible accounts. Only issue I’ve run into is having the license denied when trying to back up a book.
If you reencode to a more efficient codec, you can save ridiculous amounts of space. If you’re interested in reencoding and are willing to play with self hosting, look into Tdarr, it’s an app that can reencode your whole library. Been using it for a while after switching from my personal solution has been wonderful. I just put files into my media directories and it picks it up, reencodes the file and replaces the original if everything checks out.
Your off-site backup solution shouldn’t have to care about that level of security because you should be encrypting your backups before they leave your network. Even if you have a solid backup host in the cloud, you still want to encrypt your backup data before you send it to their hosted repo.
Unless your vendor has a reason to read your backups, they shouldn’t be able to.