Return to Snippet

Revision: 39395
at January 17, 2011 15:45 by studioevoque


Initial Code
rsync -rvtW --delay-updates --modify-window=1 --progress --include='*.pdf' --include='*.mp3' --exclude='*.*' source dest

Initial URL
http://www.supermind.org/blog/873/recursively-copy-only-files-with-certain-extension-with-rsync

Initial Description
Useful for syncing only  MP3 or PDF files which are nested in a deep directory tree

Initial Title
Recursively copy only files with certain extension with rsync

Initial Tags
Bash

Initial Language
Bash