4
Warum cwRsync funktioniert nicht auf Windows?
Ich versuche, Rsync unter Windows mit dem Cwrsync-Port auszuführen. Ich gebe den folgenden Befehl aus (beachte, dass dies nur ein Probelauf ist): rsync -nPaAz foouser@webxx.example.com:/home/foobar/webapps/barbaz/ C:\\mybackupfolder\ aber ich erhalte die folgenden Fehler The source and destination cannot both be remote. rsync error: syntax or usage error (code 1) at main.c(1148) …