Wednesday 6 June 2012

rsync - simple usage

rsync -Avrzh --ignore-existing src/ dest/

This command syncs the new files or dirs from /src to /dest recursively.