Hi,

I'm trying to use rsync.

my /usr/local/etc/rsyncd.conf is:

log file = /var/log/rsyncd
pid file = /etc/rsyncd.pid
syslog facility = local5
 
[padrao]
comment= Arquivos para Configuracao Maq RedHat
path=/usr/adm/padrao
read only=no
list = yes


I want to write in /usr/adm/padrao with the command
"rsync -uve ssh ./oi2 drcpc1:/padrao/oi2"
of client machine but I received this message of error:

andreia@drcpc1's password: xxxxxxx
oi2
cannot create /padrao/.oi2.sJ5loG : No such file or directory
wrote 85 bytes  read 36 bytes  22.00 bytes/sec
total size is 11  speedup is 0.09

and the file oi2 isn't write in the server drcpc1


Thanks,


Reply via email to