Skip to content

Rsync local and remote examples

Shell
Text
2 mo. ago

Learn how to sync files between drives or remote systems using rsync.

backup
file sync
rsync
rsync-local.sh
rsync -av --progress --delete-before --exclude-from="exclude-list.txt" /path/to/HDD1 /path/to/HDD2