Rsync

在 cygwin 中獲取:“rsync:無法打開密碼文件”

  • February 18, 2012

在cygwin中執行

rsync -vrtz --password-file=c:\cygwin\secret --delete /cygdrive/d/Data user@xx.xx.xx.xx::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 似乎仍然看不到這個文件。有任何想法嗎?

cygwin 中的正確路徑是 /cygdrive/c 用於 C:。但是您已經在同一行中使用了它。更正此問題並重試。

引用自:https://serverfault.com/questions/361486