Cwrsync portu ile Windows üzerinde rsync çalıştırmaya çalışıyorum.
Aşağıdaki komutu (ben sadece bu kuru bir çalışma olduğunu unutmayın):
rsync -nPaAz foouser@webxx.example.com:/home/foobar/webapps/barbaz/ C:\\mybackupfolder\
ama şu hatayı alıyorum
The source and destination cannot both be remote.
rsync error: syntax or usage error (code 1) at main.c(1148) [Receiver=3.0.8]
Birisi beni doğru yöne yönlendirebilir mi?