Re: git, hardlinks and backups

From: Rutger Nijlunsing
Date: Mon Jul 10 2006 - 16:06:31 EST


On Mon, Jul 10, 2006 at 09:57:27PM +0200, Pavel Machek wrote:
> Hi!
>
> I know this may be stupid, but...
>
> I'm backing up my linux kernel trees, and found out that backup (done
> by rsync) is twice as big as original. That's quite bad... it is
> because git uses hardlinks heavily but rsync can't preserve them.
>
> I'm pretty sure someone hit this before... what is the trick?
> Pavel

Why can't rsync preserve them? Doesn't 'rsync --hard-links' work?
(however, it can only work if you rsync all paths at once so rsync
gets to see that the inodes match)

--
Rutger Nijlunsing ---------------------------------- eludias ed dse.nl
never attribute to a conspiracy which can be explained by incompetence
----------------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/