On Wed, Jun 18, 2008 at 09:14:10AM +1000, Rob Mueller wrote: > > 2. How are you copying the data? Recommend using rsync -az which will > preserve all the attributes + timestamps I would also recommend using the -H option to rsync: -H, --hard-links preserve hard links If a lot of messages are linked together, this will save space. -- Nicolas