Copying directory trees with rsync -- I Still Know What You Learned Last Summer
march 2011 by scottymac
You can use cp -a to copy directory trees, but rsync can do the same and give you more flexibility. rsync supports a syntax for filter rules which specify which files and directories should and should not be copied.
tools
march 2011 by scottymac