this post was submitted on 07 Dec 2025
150 points (96.3% liked)
Selfhosted
60177 readers
677 users here now
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.
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!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
i just have a simple shell script that uses rsync to upload my files to a server and have a termux shortcut on the homescreen, i just press it once in a few days
I do something similar using only
rsync. I've had nothing but headaches whenever I used automated file syncing programs. The bare bones aspect of just using rsync has made it a much more consistent experience.I found using automated file syncing programs have too much complexity under the hood that just seems to lead to more time troubleshooting issues.
Do you have any need to backup things on a mobile phone? What do you use if so? I'm trying to make everything simpler and I already use rsync on my desktop.
There's a few things I backup from my phone.
I have an Android phone so I use Termux as a terminal emulator. I use ssh and passwordless keys to make transfers simpler and quicker.
Although this is closer to a backup process and not like SyncThing where it's syncing a folder between two devices. I don't believe rsync is capable of acting like SyncThing but I'm tempted to dig into rsync more and see if I can put something basic together one day.
Hoping you hit it with Borg backup before uploading anywhere!
this is my first time hearing about borg, is there anything it does that can improve my current setup? from a quick look it seems like it creates its own backup file while rsync works with raw directory structure.
I mainly use it to deduplicate, and for version history. Rsync - >Borg - > rclone to backblaze b2 bucket