Using newest rsync on Mac OS X: Why would THIS work: rsync -avze ssh derek@mydomain.com:/home/derek/digitize.pub ./ But THIS immediately shoot back a "No match" error: rsync -avze ssh derek@mydomain.com:/home/derek/*.pub ./ The 2nd example doesn't even try to log in. Rsync just immediately shoots back this error: rsync: No match. Wildcard DOES work locally: THIS WORKS: rsync -avz /Users/derek/Documents/* ./ So it seems it's not ANY wildcard that doesn't work. Only remote ones. I use rsync just fine on all other machines. I've only seen this "no-remote-wildcard" behavior on Mac OS X. Both their default old version or the newest install. ANY CLUES?
On Thu, Feb 28, 2002 at 07:02:01AM -0800, Derek Sivers wrote:> But THIS immediately shoot back a "No match" error: > rsync -avze ssh derek@mydomain.com:/home/derek/*.pub ./The wildcard expands locally. (your shell does that) Mark -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM