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.
mmmac@lemmy.zip 6 months ago
Hoping you hit it with Borg backup before uploading anywhere!
hexagonwin@lemmy.sdf.org 6 months ago
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.
mmmac@lemmy.zip 6 months ago
I mainly use it to deduplicate, and for version history. Rsync - >Borg - > rclone to backblaze b2 bucket