Category Archives: BackupPC

Error connecting to module chdir failed

Setting up BackupPC and cgywin on a Win7 system, I had the following error:

rsync: chdir /cygdrive/c/Windows/system32/C:\Users failed : No such file or directory (2)

After much research, I came across a forum post stating  that apparently, rsyncd is interpreting this as a relative path.  I changed my path from C:\Users to /cygdrive/c/Users/ and everything works!