Displaying 1 result from an estimated 1 matches for "publicdirectory".
2004 Jun 16
2
real Newbie query sorry!
...list.
The /etc/rsyncd.conf file is this:
----------------------------------
read only = false
use chroot = true
pid = /var/run/rsyncd.pid
transfer logging = true
log format = %h %o %f %l %b
#my windows pc
hosts allow = 192.168.1.1
strict modes = false
[public]
path = /home/public/test
comment = PublicDirectory
secrets file = /etc/rsyncd.scrt
list = yes
---------------------------------
The DOS shell command I'm using is this:
C:\cwrsync>rsync -v server:public
The output is this:
---------------------------------------------------------------
C:\cwrsync>rsync -v server:public
StuartH@server...