ฉันพยายามเรียกใช้ rsync บน Windows ด้วยพอร์ต cwrsync
ฉันกำลังออกคำสั่งต่อไปนี้ (โปรดทราบว่านี่เป็นเพียงการเรียกใช้แห้ง):
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]
ใครบางคนสามารถชี้ให้ฉันในทิศทางที่ถูกต้อง?