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: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
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
I had UrBackup running for 6 months+. It wasn't reliably backing things up, configuring it to be accessible via Internet is almost impossible, adding clienta is a hassle and the config isn't very user friendly.
Furthermore I got the inpression, that it's backups aren't reliable; restoring files without UrBackup might be impossible.
That's why I'm now back at a incremental rsync backup script. It's reliable, you can just restore things by copying them back via ssh and it uses a lot less space (!!!) than the UrBackup backups.
not familiar with rsync, got a copy or link for that script?
I used this one, with some modifications, like command line parameters to reuse it for different backup jobs.
I've packaged it into a little docker container that runs crond and runs the script every day for a few backup pairs.
I'm not sure if you expected to post a script or link and it didn't work or if it's error on my part.
Weird! It was late. This is what I use: https://blog.zazu.berlin/software/a-almost-perfect-rsync-over-ssh-backup-script.html