Problem with rsync - error (code 1) at main.c(1420)

Status
Not open for further replies.

radziwil

Cadet
Joined
Sep 28, 2011
Messages
5
HI
I have a problem with rsync on FreeNAS server. I install FreeNAS version:
FreeBSD 8.2-RELEASE-p3
and FreeNAS-8.0.1-RC1-amd64 (7508) on second server. Both servers are installed on VMWare ESXi ver. 5.0.0. When I run the rsync command I get:

Code:
...
Use "rsync --daemon --help" to see the daemon-mode command-line options.
Please see the rsync(1) and rsyncd.conf(5) man pages for full documentation.
See http://rsync.samba.org/ for updates, bug reports, and answers
rsync error: syntax or usage error (code 1) at main.c(1420) [client=3.0.8]


Why i get error? What should I do that the error did not appear?

Darek
 

Milhouse

Guru
Joined
Jun 1, 2011
Messages
564
Code 1 is apparently a syntax error, there's a problem with the syntax of the command you are trying to execute which you have cleverly omitted from your post. Although, it appears you are trying to execute rsync as a daemon... why? Just start the rsync daemon (service) in Services (after you've configured it appropriately, of course).
 
Status
Not open for further replies.
Top