There were 56 deletions on the destination and ~ 1380 files copied total (I gathered these stats by using grep and wc -l on a saved file of my ssh session to the source host). Below is the last couple of lines on my ssh session. Pressing enter will give me an extra blank line. There are blank lines after the last file was copied. I have not pressed CTRL-C yet. I do not have the prompt yet nor are the normal statistics/report returned from rsync.
" saturn/sfkpipe07.lis saturn/sfkpipe08.lis saturn/sfkpipe09.lis saturn/sfkpipe10.lis saturn/sfrpini.lis saturn/sfrpini_uvi.log
"
After completion, while hanging waiting for report and shell prompt,
On the sending side:
ps -ef | grep rsync
root 467122 757914 0 20:28:47 pts/0 0:00 remsh backenp650 rsync --server -vlogDtprz --delete . /banproc
root 757914 434186 0 20:28:47 pts/0 1:19 rsync -vaz --delete /banproc/ backenp650:/banproc
root 1019966 1007658 0 21:17:09 pts/1 0:00 grep rsync
root 1237152 467122 0 20:28:47 pts/0 0:00 remsh backenp650 rsync --server -vlogDtprz --delete . /banproc
On the receiving side:
ps -ef | grep rsync
root 385028 327858 0 21:19:43 pts/0 0:00 grep rsyncAny ideas?
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.552 / Virus Database: 344 - Release Date: 12/15/2003
-- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
