Israel Garcia <igalvarez@xxxxxxxxx> wrote: > Sorry to ask again, but I'm a little confuse about how git work in my case. > I use gitosis on a server where I have all repos > (/usr/local/git/repositories/), so different people clone their repos > on their computers. What I want is to backup, on gitosis server, all > repos in /backups/git/repositories/ after every commit. So, my > questions are: > > Do I have to run these two comands on tha gitosis server? Yes. > The post-commit are execute on gitosis server or on the remote pc? Actually, you need the post-update hook. post-commit doesn't run on the gitosis server. I suggested post-commit because I thought you were talking about backing up your local working directory each time you called "git commit". But since you are actually backing up every "git push" you need to use the hooks invoked by that instead. -- Shawn. -- 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