Guy Rouillier - 2021-04-22

I just discovered luckyBackup today. I'm looking for a solution to sync multiple computers running Windows and Linux to a new QNAP NAS I recently acquired. I got LB running, but I'm in an MSYS2 environment, not CygWin. So when I attempt to do anything with a Windows directory, I encounter the following error:

rsync: [sender] change_dir "/cygdrive/d" failed: No such file or
directory (2) 
rsync: [Receiver] mkdir "/cygdrive/d/util/LuckyBackup/temp/Projects-Linux" failed: No such file or directory (2) 
rsync error: error in file IO (code 11) at main.c(784)
[Receiver=3.2.3] .

Working with rsync from a command prompt, I determined it is looking for the following format:

 /d/util/LuckyBackup/temp/Projects-Linux

I don't know if there is some way you could query the environment to differentiate between CygWin and MSYS2. I finally managed to find a post discussing rsync in the two environments, and they both originate with samba.org, but they are not the same. So perhaps there is a way to determine what format rsync requires directly from it.

Thanks.