rsync coping files from a source directory that doesn't exits in the destination directory, note this does not perform checksums and does not compare date statmps etc. Its handy for copying original data like photos imported from a camera
rsync -zhr --ignore-existing --progress --dry-run /source/ /dest/ | more