[Haskell-cafe] huge single file syncronization

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Mon Nov 3 16:30:10 EST 2008


On Mon, 2008-11-03 at 22:16 +0100, Alberto G. Corona wrote:
> I need to backup  my ubuntu-VMWare image  frequently (5 GBits) . I
> need to know if exist such a utility (in haskell or not) for single
> file syncronization.
> 
> 
> I don´t want to reinvent te weel, but I think that it is  a few lines
> of Haskell using the Diff package or something similar. 

You could try rsync and make sure to put it into it's binary diff mode
(for local files it sometimes defaults to simple copy).

Duncan



More information about the Haskell-Cafe mailing list