Return to Snippet

Revision: 58231
at July 3, 2012 07:39 by m1b


Initial Code
#get only the *.h files from the dir tree:
# preserve timestamps and most of the properties
rsync -atrzv --include "*/" --include "**/*.h" --exclude "**/*" -m someUser@some-host:/rootpath/path2/path2 .

Initial URL


Initial Description
rsync quirks

Initial Title
rsync only *.h files from a remote directory tree

Initial Tags


Initial Language
Bash