我正在尝试使用cwrsync端口在Windows上运行rsync。
我正在发出以下命令(请注意,这只是一次试运行):
rsync -nPaAz foouser@webxx.example.com:/home/foobar/webapps/barbaz/ C:\\mybackupfolder\
但我收到以下错误
The source and destination cannot both be remote.
rsync error: syntax or usage error (code 1) at main.c(1148) [Receiver=3.0.8]
有人可以指出我正确的方向吗?