rsync - to compare remote directories
Hi Friends,
I did use the below syntax to compare remote directories , but it listed all the files in the source directories even if the files are same as in the target directory.
rsync -avn -e 'ssh -l target user' target:path path
Thanks,
Revathi