I have a huge project directory, there are source code, generated
library and many other files. I want to make a backup of only the
source code in it.
I have make a file list of all the files I want to backup and want to
copy these files to another directory, meanwhile maintain the sub-
directory structure. How can I achieve this using a script? Or is
there a sync software that can do this job?