On Tue, Oct 07, 2003 at 04:58:58PM +0200, Michael Clivot wrote: > the rsync command is build by the PHP-Script > Here an example of a command with the "Skipping directory" failure: > rsync -az -e ssh /cygdrive/F/web/workstation/mediadb/europe [EMAIL PROTECTED]: > > The OS on both machines is Windows2000. rsync is running under cygwin.
You didn't say what version of rsync. I did a quick check of both CVS and 2.5.6 and the only circumstance in which you should get the "skipping directory %s" message is if not recursing. -a implies recursion. To pin this down you will need to run rsync outside of the wrapper and accurately capture the error message, preferably with context. > > thanks > Michael > > __________________________________________ > > moltomedia GmbH - Multimediale Konzepte > Michael Clivot - Business Development Manager > Heinrich-Barth-Strasse 29 - 66115 Saarbr�cken > +49 681 948810 - +49 681 9488110 > [EMAIL PROTECTED] - www.moltomedia.de > > > > -----Urspr�ngliche Nachricht----- > Von: Hardy Merrill [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 7. Oktober 2003 16:17 > An: Michael Clivot > Cc: [EMAIL PROTECTED] > Betreff: Re: Skipping Directory > > > Michael Clivot [EMAIL PROTECTED] wrote: > > Hello, > > > > I have a rsync process in a PHP-Script via shell-exec. > > My command looks like as following: rsync -az -e ssh ...... > > At a lot of directories, I have the message: "skipping directory" > > > > Why did I have this message and how could I synchronize this directory. > > Copy and paste in the full exact rsync command that you are > executing. And, provide the versions of your OS and rsync > on the sending and receiving sides. > -- > Hardy Merrill > Red Hat, Inc. > -- > To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html > -- ________________________________________________________________ J.W. Schultz Pegasystems Technologies email address: [EMAIL PROTECTED] Remember Cernan and Schmitt -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
