rsync 2.5.5-1 : Mishandling of directory names with spaces.

Mark W Young mark_young@uk.ibm.com
Mon Jul 22 11:26:00 GMT 2002


Hi,

I've noticed a problem with rsync v2.5.5-1.

Take the following example:

   $ rsync -e ssh --recursive --compress -v MS\ TS\ Client/ marky@kodiak:
   ~/rsynclink/MS\ TS\ Client
   marky@kodiak's password:
   building file list ... done
   created directory /home/kluster/marky/rsynclink/MS
   ...

   The problem here is that rsync should have used the directory
   /home/kluster/marky/rsynclink/MS\ TS\ Client

   This can be avoided by specifying the source directory name without the
   "/" at the end and the next directory up for the destination. E.g.

   $ rsync -e ssh --recursive --compress -v MS\ TS\ Client marky@kodiak:
   ~/rsynclink/
   marky@kodiak's password:
   building file list ... done


I hope that makes sense.

Cheers,
Mark





--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list