On Thu, Dec 11, 2003 at 07:15:10PM +0000, Antony Gelberg wrote:
> PS The command I use to sync my music is:
> 
> rsync -v -r --size-only --include*/ --include*.m3u --include*.ogg
> --include*.mp3 --exclude* ~/music /usbkey

Should read:

rsync -v -r --size-only --include "*/" --include "*.m3u" --include
"*.ogg" --include "*.mp3" --exclude "*" ~/music /usbkey


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to