在 cygwin 中获取:“rsync:无法打开密码文件”

在 cygwin 中获取:“rsync:无法打开密码文件”

在 cygwin 中运行

rsync -vrtz --password-file=c:\cygwin\secret --delete /cygdrive/d/Data [email protected]::modulename

但得到

rsync: could not open password file c:cygwinsecret: No such file or directory (2)
rsync error: syntax or usage error (code 1) at /home/lapo/package/rsync-3.0.9-1/src/rsync-3.0.9/authenticate.c(166) [sender=3.0.9]

我尝试过“chmod 600 secret”并以多种方式更改所有者/组,但 rsync 似乎仍然无法看到此文件。有什么想法吗?

答案1

cygwin 中 C: 的正确路径是 /cygdrive/c。但您已在同一行中使用了该路径。请更正此问题并重试。

相关内容