Re: Rsync Daemon Remote Pull

2020-06-27 Thread Chandrasekar Natarajan via rsync
Hi Wayne, Thanks for your reply. This is the command I am using now(a simple command) *rsync -vrcz --port u...@x.x.x.xx::Module1 '/cygdrive/d/test 123/'* This is the exception 'Unexpected remote arg: User@x.x.x.x::Module1 rsync error: syntax or usage error (code 1) at main.c(1361)

Re: Rsync Daemon Remote Pull

2020-06-26 Thread Chandrasekar Natarajan via rsync
translating that for you. Correct syntax > is --port and user@host::module > >> On 6/25/20 6:01 PM, Chandrasekar Natarajan via rsync wrote: >> Hi, >> >> I am trying to pull folders from a windows remote machine using daemon >> without SSH. >> Below

Rsync Daemon Remote Pull

2020-06-25 Thread Chandrasekar Natarajan via rsync
Hi, I am trying to pull folders from a windows remote machine using daemon without SSH. Below is the command that used: rsync -vrtz --delete user@x.x.x.x:port/ModuleName '/cygdrive/d/backup/' No issue running the same command in Command Prompt.While executing this command via c#.net Process