rsync error

2007-12-18 Thread Madhavan Chari
Hi, I am doing a delta transmission through rsync from a SOURCE to TARGET with same folder name. My config files looks as below: HOSTTOBACKUP1=ctlrws002 SOURCE1=/opt/mscdr/ TARGET1=/opt/mscdr/ I am getting a error while running the cron job for the above config and sh file as below Error

Is cp then mv the default?

2007-12-18 Thread Tang, Clayton (Yiqi)
Hi, I noticed there is an -inplace option on rsync web site's man page. So this seems to mean copy then move is the default behavior. Has this been the default all the time? I am running a pretty old version, see below, and I need to have the copy then move feature to ensure partial files are

RE: Is cp then mv the default?

2007-12-18 Thread Tang, Clayton (Yiqi)
Nevermind, I was able to find a large file and observe the rsync progress. It turns out rsync makes a remote file in the target directory with . + original_file_name + some random letter as filename. Once the file is complete, rsync does a mv command. Regards, Clayton -- Clayton (Yiqi) Tang, LMX

3.0.0pre7 compiler warning on ia64

2007-12-18 Thread radius13a
Any concerns with the compiler warning on flist.c on a ia64 system running SLES10SP1? ~/rsync-3.0.0pre7 make gcc -std=gnu99 -g -O2 -DHAVE_CONFIG_H -Wall -W -o mkrounding -I. ./ mkrounding.c ./mkrounding rounding.h Rounding file_extras in multiples of 2 (EXTRA_LEN=4, FILE_STRUCT_LEN=24) gcc