/ Published in: Bash
rsync quirks
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#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 .