Hello,

i used Windows cwRsync and when i do an rsync command it says:
Code:
All source args must come from the same machine.
rsync error: syntax or usage error (code 1) at main.c(1348) [Receiver=3.1.1]
the command that caused error:
Code:
C:\cwrsync>rsync -Pa rsync://root@remoteserveriphere:porthere/backup/1/ C:\Documents and Settings\Me\Dokumenty\
i also tried
Code:
C:\cwrsync>rsync -Pae "ssh -p porthere" root@remoteserveriphere:/backup/1/ C:\Documents and Settings\Me\Dokumenty\
but same error

Please anyone have idea on how to fix?