Быстрое сравнение двух директорий

rsync -avun --delete $SOURCE $TARGET |grep "^delet"
If you only care that the data is the same you might want to add --no-group --no-owner --no-perms --no-times or some combination of these based on your needs.