default is sorted rysnc
-r -> recursive
-i -> states what is happening
-n -> dry run not actual copy
first do rsync -r from/ to/ -i -n check for the contents
rsync -r from/ to/ -i -n
then do rsync -r from/ to/ -i
rsync -r from/ to/ -i