this post was submitted on 19 Jul 2026
7 points (100.0% liked)
techsupport
3178 readers
6 users here now
The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.
If something works or if you find a solution to your problem let us know it will be greatly apreciated.
Rules: instance rules + stay on topic
Partnered communities:
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
@akunohana The nice thing about rsync is that it doesn't really trust the connection, which is good even in local copies between hard drives. It means that if something is disrupted it can be continued again.
It's also very nice that --dry-run is an option. I have scripts that use rsync internally and I make sure dry is an option in each.
This seems a nice write-up on it all:
https://www.digitalocean.com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories
@akunohana this is how I do it
Thanks! Judging from this and a quick glance on some tldr entries, it has pretty handy options/switches! :)
@akunohana posting my script made me go back and clean it up. Haha.