Usually we will use this command
rsync --dry-run -a --mkpath --no-o --no-g --no-p -P -c SRC/ DST/Remove --dry-run to actually copy the files rather than merely comparing
Remove -c to make it faster by comparing mod-time and size rather than checksum