That fixed it! Thanks. Mac OS X use tsch as the default shell and it wasn't accepting wildcards like that.
I went to good ol' gnu.org, got bashed, and all is well. Thanks gang! I never would have thought of that. >>> But THIS immediately shoot back a "No match" error: >>> rsync -avze ssh [EMAIL PROTECTED]:/home/derek/*.pub ./ >> >> The wildcard expands locally. (your shell does that) > > sh should not expand this wildcard unless you have a file called > literally > > [EMAIL PROTECTED]:/home/derek/foo.pub > > starting from the current directory. > > However I think some shells (zsh?) will try to e xpand wildcards like > this to '' if they don't match. Perhaps the OS X shell does this. > > So you should put the argument containing the wildcard in single > quotes. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html