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]
누군가 올바른 방향으로 나를 가리킬 수 있습니까?