On Tue, Sep 28, 2004 at 03:57:06PM +0200, Max Gilead wrote: > rsync -v --recursive --rsh="ssh" [EMAIL PROTECTED]:* dest_dir > receiving file list ... link_stat "/home/login/*" failed: No such file > or directory
This isn't an rsync problem, this is a shell-induced problem due to you using a wildcard that doesn't match anything (the same thing would happen using "cp", for instance). Just drop the '*' and rsync will copy the source directory directly. ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html