Subject: Hashify and efficient cross-server copying
From: Gordan Bobic <gordan@bobich.net>
Date: Thu, 26 Aug 2010 11:01:29 +0100

Is there an efficient way to copy hashified data across hosts? e.g. 
using tar or rsync?

I want to have a backup host that I can periodically rsync data to, but 
would like to avoid having to re-hashify the files at the destination 
since they will already be hashified at source.

Is there a way to achieve this?

Gordan