cheat sheets.

$ cheat rsync
Synchronize directory with remote
  rsync -auz -e ssh remote:/dir/ . && rsync -auz -e ssh . remote:/dir/

You can always use the --dry-run option for testing.

Check out --modify-window option when syncing with a non-POSIX file system like
FAT.
Version 1, updated 1048 days ago.
. o 0 ( edit | history )
( add new | see all )