Displaying 1 result from an estimated 1 matches for "bandwdt".
Did you mean:
bandwdth
2008 Jun 12
1
Rsync compression problem - sometimes ineffective?
Running rsync 2.6.9-1.el4.rf on CentOS 4.4 client and remote server.
Backing up user data from 2 different clients using following:
su - $HOSTID -c 'rsync -azr --timeout=600 --log-file=$DEBUGFILE
--log-file-format="%o %f %b %l %i" --stats --delete --bwlimit=$BANDWDT
--rsh="ssh -P ____" $STAGE $TARGET:$TARGETDIR'
Using "bytes sent"/"literal data" from statistics as a rough estimation
(I know there is overhead in the bytes sent) of the effectiveness of
compression, most days I see reasonable compression, such as from our
summa...