Archive for February, 2009

using rsync

Posted in shell tricks on February 3, 2009 by aghoras

To sync all the files that match a pattern recursively:

rsync -rcv –include “*.java” –include “*/” –exclude “*” pdu@10.34.179.196:~/workspace/gds_source ~/tmp