Found 20 matching messages (0.090 seconds). Page 1 of 1.
... copy all of the > objects, then a git commit happens, which adds more objects ( ... "refs" directory. > > It's likewise possible to have part of the information for a ... . Copying out from the central repository to backup repository would be incremental, and ...
git - Junio C Hamano - May 12 2008 - 18:26
... be a simple question. How to backup a git repository but > excluding files ... -backup.tar.gz If you want to back up the working directory, ... this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo ...
git - Sverre Hvammen Johansen - May 12 2008 - 02:40
...
git - Miklos Vajna - May 12 2008 - 10:54
... you just go with the "git fetch" approach I described? > We ... yesterday ; mv today yesterday 2. git clone yesterday today 3. cd ... this easy?): 1. git backup /path/to/repo /backup/location/ And ... list: send the line "unsubscribe git" in the body of a ...
git - Heikki Orsila - May 12 2008 - 14:36
... --mirror option, if you want to >>> preserve the refs' namespaces. >> >> Preferably some ... of hacking >> their own inefficient backup scripts. >> >> Could someone please write a ... would be best to use 'git-stash' before creating backup, and unstash ...
git - Jakub Narebski - May 12 2008 - 14:54
... t think > many organizations want to rely on that assumption. The ... a simple, efficient and manageable backup system that > does _not_ require ... a 'git backup' would probably not be very usefull to most ... list: send the line "unsubscribe git" in the body of a ...
git - Sverre Rabbelier - May 12 2008 - 15:49
... . svn > has a hotcopy command to ensure integrity so that it is possible to backup > without shutting down the ... of the objects, then a git commit happens, which adds more ... *This .sig left intentionally blank* -- To unsubscribe from this list: send ...
git - Daniel Barkalow - May 12 2008 - 17:19
... efficient mechanism for incremental backups? > > > > Umm. "git fetch"? > > > > Like I said, ... mirror option, if you want to > > preserve the refs' namespaces. > > Preferably ... what you want. Ciao, Dscho -- To unsubscribe from this list: send ...
git - Johannes Schindelin - May 12 2008 - 14:21
... the real issue). I just wanted to get a note into this ... simultaneously when such > a fetch to backup repository is running (but ... *This .sig left intentionally blank* -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a ...
git - Daniel Barkalow - May 12 2008 - 19:43
... question. svn has a hotcopy command to ensure integrity so that it is possible to backup without shutting down the svn ... this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo ...
git - bill lam - May 12 2008 - 10:13
... so that it is > possible to backup without shutting down the svn ... commit still preserve in my backup copy? No, rsync is particularly ... , you usually do not want to back up reflogs anyway, since ... list: send the line "unsubscribe git" in the body of a ...
git - Johannes Schindelin - May 12 2008 - 11:08
... efficient mechanism for incremental backups? > > Umm. "git fetch"? > > Like I said, ... --mirror option, if you want to preserve the > refs' namespaces. Preferably ... of hacking their own inefficient backup scripts. Could someone please write ...
git - Heikki Orsila - May 12 2008 - 14:07
Hi bill, Backing up the ".git" directory is all you need. You can ... should be a simple question. How to backup a git > repository but excluding files that ... All non-versioned files are added. > > regards -- To unsubscribe from this list: send the line ...
git - Tobias Sarnowski - May 12 2008 - 02:36
... enough. I don't think many organizations want to rely on that assumption. The point is to have ... simple, efficient and manageable backup system that does _not_ require knowledge of Git internals. -- Heikki Orsila heikki.orsila@iki.fi http://www ...
git - Heikki Orsila - May 12 2008 - 15:10
... be a simple question. How to backup a git bill> repository but excluding ... -- Matt Zoller Seitz, NY Times -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info ...
git - Eric Hanchrow - May 12 2008 - 09:11
... a simple question. How to backup a git > bill> repository but ... is necessary if you want to keep the reflogs (clone would ... not copy them). Ciao, Dscho -- To unsubscribe from this list: send ... the body of a message to majordomo@vger.kernel.org More ...
git - Johannes Schindelin - May 12 2008 - 09:28
... a simple and efficient mechanism for incremental backups? It should be safe with respect to simultaneous repository access. Incrementals should be ... is a common administration problem; something like "git-backup" script/tool would be nice so ...
git - Heikki Orsila - May 12 2008 - 11:27
... they are purely local and not visible to anybody else. > > Is there a simple and efficient mechanism for incremental backups? Umm. "git fetch"? Like I said, it ... the --mirror option, if you want to preserve the refs' namespaces. Ciao, Dscho ...
git - Johannes Schindelin - May 12 2008 - 13:07
... wrote: >> 3. cd today && git fetch /path/to/repo > > That was ... Heikki - I wonder if you're missing the point. In our ... don't bother with repository backups here. Everyone developer has a ... http://www.iki.fi/shd > -- > To unsubscribe from this list: send ...
git - Tim Harper - May 12 2008 - 14:58
... Heikki Orsila wrote: > 3. cd today && git fetch /path/to/repo That was a mistake, ... @iki.fi http://www.iki.fi/shd -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo ...
git - Heikki Orsila - May 12 2008 - 14:38