On Mon, May 12, 2008 at 9:10 PM, Heikki Orsila <shdl@xxxxxxxxxx> wrote: > So you assume everyone syncs everyone else often enough. I don't think > many organizations want to rely on that assumption. The point is to > have a simple, efficient and manageable backup system that > does _not_ require knowledge of Git internals. Isn't that what Dscho and others have mentioned a few times now? Initially you git clone the repo, every few hours you have cron do a git pull and daily you do 'rm yesterday.tar.gz && mv today.tar.gz yesterday.tar.gz && tar czvf today.tar.gz .git '. Why would git need a 'backup script' for something so trivial? I reckon everybody wants a different type of backup too, so creating a 'git backup' would probably not be very usefull to most. -- Cheers, Sverre Rabbelier -- 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