[Cc: Joakim Tjernlund <joakim.tjernlund@xxxxxxxxxxxx>, git@xxxxxxxxxxxxxxx] Joakim Tjernlund wrote: > Is there a preferred way to do the above? > > To do a full backup I could just copy the whole repo, but how > do I do inrecmental backups(and restore)? Try git-bundle. There were in the mailing list archive the recipe on how to do an "incremental" bundle... ...ahh, there it is, by Johannes "Dscho" Schindelin: git bundle create retort.bundle --all \ --not $(git ls-remote the-other.bundle | cut -c1-40) Message-ID: <Pine.LNX.4.64.0711231132120.27959@xxxxxxxxxx> -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html