git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ok to delete tmp_pack file(s)? also, backing up a git repository
@ 2010-05-19 23:05 Adam Monsen
  2010-05-19 23:56 ` Nicolas Pitre
  0 siblings, 1 reply; 3+ messages in thread
From: Adam Monsen @ 2010-05-19 23:05 UTC (permalink / raw)
  To: git

I backup my remote git repositories on sf.net using "rsync -a REMOTE
LOCAL". I chose rsync instead of clone --mirror/fetch because I wanted
hook scripts, "description", and "config" backed up.

I got the following error from my backup cron job:

        rsync: send_files failed to open
        "/mifos/head/objects/pack/tmp_pack_IcK2CZ" (in gitroot):
        Permission denied (13)

So, fine, I can't reach that file. Looks like a temp file--I think I did
a CTRL-C during a push, so maybe that's what caused it to be left
around. A few questions:

     1. Should I just ignore "objects/pack/tmp_pack_*" file in my rsync
        backup?
     2. Should I shell into sf.net and run "git gc" on the repository?
        or "git repack"? or something else?
     3. Is rsync a bad idea? For instance, is the backup useful even if
        rsync was running while someone was doing a "git push" into the
        repository being backed up?
     4. Anyone have different rsync options to recommend for optimal
        backup of a git repository?

Thank you!
-Adam

PS - git rocks... our benefits since migrating from svn are numerous:
* remote folks (UK, India, Africa, etc.) are quite happy with the speed
increase
* branching and merging just works
* examining logs/forensics is much easier and faster
* lots more, but I gotta grab me some lunch

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-20  2:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19 23:05 ok to delete tmp_pack file(s)? also, backing up a git repository Adam Monsen
2010-05-19 23:56 ` Nicolas Pitre
2010-05-20  2:55   ` Adam Monsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).