On Fri, Dec 19, 2003 at 11:03:46PM -0500, Mike Morrell wrote: > I am trying to setup a windows 2000 server with rsync and cygwin. I think I > almost have it working except that when the file copy is finished my files > are nowhere to be found on the windows server. I am not getting any error > messages.
I'd guess (since you didn't mention what command you used) that you are either specifying the -n (--dry-run) option, or that you are using the DOS-like copy syntax of not specifying the destination directory, which would result in the filenames being listed rather than copied. ..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
