The right way to use rsync
rsync -avW -LK --progress ./from /to this is even better: rsync -avhPW -LK --ignore-existing --size-only /source/ /media/dest/
Points regarding computing that I always forget - so I write them here to find them easily and maybe other could benefit too.