Re: Q : Rsync verbose message

2003-01-22 Thread Yuji Sato
Thank you for answer.

I'd like to profile to step of rsync process.

This is my crontab.
0 0 * * * /usr/bin/rsync -avx --delete --exclude=/.snapshot/ 
/mnt/fileserver/ /mirror/fileserver/
#/mnt/fileserver is nfs now. but I'll export outside LAN.

I'm looking for more effective plan.
Small(Mirror Disk Space) Quick and Redundant

Yujis

--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html


Q : Rsync verbose message

2003-01-20 Thread Yuji Sato
Hi,

I am using rsync for file server mirroring by Linux(Redhat7.2).
Please tell me, How to read about rsync last verbose message.

wrote 30 bytes read 200 bytes 60.00 bytes/sec
total size is 4000 speedup is 125.30

"bytes/sec"
Is this figure only as a result of a file transfer?
Or is it the total result of since the rsync command is performed?
I had connected by gigabit(1000Base-T  1000Base-SX), I hope more better
results.

"speedup is"
Is this that processing of only a file transfer took 125.30 seconds?
I'd like to find to bottle neck.

regards
Yujis

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html