<br><br><div class="gmail_quote">On Sun, Feb 1, 2009 at 12:45 PM, Jed S. Baer <span dir="ltr"><<a href="mailto:cluemail@jbaer.cotse.net">cluemail@jbaer.cotse.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Folks.<br>
<br>
I've been doing a nightly rsynch of all crucial CLUE data and config<br>
files. This has worked fine for a backup for a couple years now, but I've<br>
hit a snag.<br>
<br>
The /var/lib/mailman/archives/private/clue-talk/ directory and the<br>
/var/lib/mailman/archives/private/clue-talk.mbox/clue-talk.mbox file are<br>
now both too large for rsync.<br>
<br>
The CLUE-Talk mbox file is over 31MB. Yes, it really does contain every<br>
message ever sent to CLUE-Talk.</blockquote><div><br><br>I'm guessing you mean it just takes too long and this is an older system? I use rsync on much much bigger files just fine.<br><br>The problem with rsyncing an ever-growing mbox is that it always needs to be copied since it will always be different. rdiff-backup may not be an improvement because it still has to do the diff of the whole file. If it were me, I'd try my luck with either splitting the mbox file into year files, or just using cp -a<br>
<br>Angelo<br><br></div></div>