Hi!

We want to migrate from a cygwin based rsync to a MingW based version.
'rsync' is used here to install/update a complete TeX tree
(see http://wiki.contextgarden.net/ConTeXt_Standalone)
from a remote server to a local PC.

On Windows based machines the destination is currently something like

/cygdrive/c/<path_to_directory>

What is the correct way to do the same with the MingW version?
I've tried some options, but I'm not quite sure, what is the correct
syntax here.

1.    /c/<path_to_directory>
2.    /c:/<path_to_directory>
3.    '--files-from' should work too, but is a bit cumbersome

My preferred solution would be the first (without colon). Is this ok to
use? I couldn't find a satisfying answer in the documentation or the
archive and I have to be sure about this.


Peter


-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to