<HTML><HEAD>
<STYLE id=eMClientCss>BLOCKQUOTE.cite {
        BORDER-LEFT: #cccccc 1px solid; PADDING-LEFT: 10px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px
}
BLOCKQUOTE.cite2 {
        BORDER-LEFT: #cccccc 1px solid; MARGIN-TOP: 3px; PADDING-LEFT: 10px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-TOP: 0px
}
.plain PRE {
        FONT-STYLE: normal; FONT-FAMILY: monospace; FONT-SIZE: 100%; FONT-WEIGHT: normal
}
.plain TT {
        FONT-STYLE: normal; FONT-FAMILY: monospace; FONT-SIZE: 100%; FONT-WEIGHT: normal
}
.plain PRE {
        FONT-FAMILY: Tahoma; FONT-SIZE: 12pt
}
.plain TT {
        FONT-FAMILY: Tahoma; FONT-SIZE: 12pt
}
BODY {
        FONT-FAMILY: Tahoma; FONT-SIZE: 12pt
}
</STYLE>
</HEAD>
<BODY><SPAN id=df24c710b3d3423a86f3686180cc9df7>
<DIV></DIV>
<DIV>I'm using a mixture of FreeBSD w/ ZFS+snapshots and rsync to backup all the servers at my day job. This works pretty good overall but on one server it's not working so well :)</DIV>
<DIV> </DIV>
<DIV>We have an Exchange 2003 server with 4 separate mail store databases. One of them is roughly 900GB the others are ~200GB, ~160GB, and ~50GB. Rsync seems to spend a lot of time trying to find the differences in the files. On the Windows server where rsync is kicked off there's very little CPU or RAM usage for the rsync client. On the server rsync (rsyncd, no ssh) is using around 70-85% of a cpu (well, half a cpu due to hyper threading). I'm using VSS on the windows server to take a snapshot and expose it then running rsync from that to avoid locking issues.</DIV>
<DIV> </DIV>
<DIV><SPAN id=54cce7974a194d7eb399213631880107>
<DIV>Is there anything I should check to help narrow down "problems?" or any settings I should try that could help speed things up any? </DIV></SPAN></DIV>
<DIV> </DIV>
<DIV>Below is the final output of the last two rsync runs to give you an idea. It's taking 30-40+ hours to finish even though it's only transferring 80-160GB of change. Right now I'm testing this against a local rsync server so it should get pretty fast network performance. Eventually it will be moved to our off-site backup but that connection is still pretty fast (20 MBbit) and the backup is only hitting 800-1000 Kbytes/sec.</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Number of files: 19<BR>Number of files transferred: 6<BR>Total file size: 1265.74G bytes<BR>Total transferred file size: 1057.06G bytes<BR>Literal data: 160.67G bytes<BR>Matched data: 896.39G bytes<BR>File list size: 482<BR>File list generation time: 0.001 seconds<BR>File list transfer time: 0.000 seconds<BR>Total bytes sent: 160.71G<BR>Total bytes received: 73.74M</DIV>
<DIV> </DIV>
<DIV>sent 160.71G bytes received 73.74M bytes 991.84K bytes/sec<BR>total size is 1265.74G speedup is 7.87<BR>[sender] _exit_cleanup(code=0, file=/home/lapo/package/rsync-3.0.9-1/src/rsync-3.0.9/main.c, line=1052): about to call exit(0)</DIV>
<DIV> </DIV>
<DIV>real 2833m1.324s<BR>user 2225m55.906s<BR>sys 45m10.015s</DIV>
<DIV> </DIV>
<DIV>Number of files: 11<BR>Number of files transferred: 6<BR>Total file size: 1268.78G bytes<BR>Total transferred file size: 1251.04G bytes<BR>Literal data: 83.43G bytes<BR>Matched data: 1167.61G bytes<BR>File list size: 216<BR>File list generation time: 1.360 seconds<BR>File list transfer time: 0.000 seconds<BR>Total bytes sent: 83.48G<BR>Total bytes received: 87.25M</DIV>
<DIV> </DIV>
<DIV>sent 83.48G bytes received 87.25M bytes 836.85K bytes/sec<BR>total size is 1268.78G speedup is 15.18</DIV>
<DIV> </DIV>
<DIV>real 1745m5.647s<BR>user 1129m14.000s<BR>sys 39m58.875s<BR></DIV>
<DIV> </DIV>
<DIV>Thanks (in advance) for the help :)</DIV>
<DIV> </DIV></SPAN></BODY></HTML>