/ Published in: Bash
Useful for syncing only MP3 or PDF files which are nested in a deep directory tree
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
rsync -rvtW --delay-updates --modify-window=1 --progress --include='*.pdf' --include='*.mp3' --exclude='*.*' source dest
URL: http://www.supermind.org/blog/873/recursively-copy-only-files-with-certain-extension-with-rsync