Just to let people know.
There are several things which I discovered but will not comment on
( for example compiling with debug options on--BTW you have to
manually modify Makefiles to turn on debugging. It seems there is
no option for it in configure-- and using gdb causes rsync to
terminate prem
Hi List,
I was going through the rsync archives to find any
patches to deal with hanging issues, seems to be there
are patches but there are no instructions on how to
apply these patches. For instance the following email
points to the links where we can download patches
--
There you go. "rsync -vn --timeout=0 [EMAIL PROTECTED]::webfiles
/local_user/frank/myjsppages", and add the password when it asks, IF it asks. did you
set up the rsyncd.conf with security? If not, it's "rsync -vn --timeout=0
server.domain.com::webfiles /local_user/frank/myjsppages". The ssh
That's the way it is. If it's really a one-off change, a huge change in your
structure, telnet ssh, rsh, and so forth, work really well for dropping in and
deleting stuff (unless you're supplying the master, and other systems out of your
control copy
from you). Rsync is optimized for taking a
An analysis of your command line, (information gleaned by R(eading) T(he) F(***ing)
M(anual):
"rsync -uve ssh ./oi2 drcpc1:/padrao/oi2"
Using ssh, rsync ./oi2 into the directory /padrao/oi2 on drcpc1, updating only older
files, lightly verbose.
Your apparent intention is to create a subdirectory
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 comm