Simulate rsync - find how much data needs to be transferred without modifying files
Solution 1:
man rsync
-n, --dry-run perform a trial run with no changes made
--stats give some file-transfer stats
man rsync
-n, --dry-run perform a trial run with no changes made
--stats give some file-transfer stats