I require to synchnorize two folders in a Cygwin or minGW installation between a folder in the current disk and a folder in another disk.
A call such as
rsync -a dir1\ d:\dir2
is illegal, because of the syntaxis of the path in Windows.
ssh: Could not resolve hostname d: Name or service not known
How should i write the paths in Cygwin for this case?