PDA

View Full Version : rsync error "All source args must come from the same machine."



Fli
12-15-2014, 10:41 AM
Hello,

i used Windows cwRsync (https://www.itefix.net/content/cwrsync-free-edition) and when i do an rsync command it says:

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:

C:\cwrsync>rsync -Pa rsync://root@remoteserveriphere:porthere/backup/1/ C:\Documents and Settings\Me\Dokumenty\

i also tried

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?