From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: Re: Backing git repos to tape?
Date: Sun, 25 Nov 2007 12:05:08 +0100 [thread overview]
Message-ID: <fibkt4$q6g$1@ger.gmane.org> (raw)
In-Reply-To: 027601c82f52$2433fdf0$5267a8c0@Jocke
[Cc: Joakim Tjernlund <joakim.tjernlund@transmode.se>, git@vger.kernel.org]
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@racer.site>
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
next prev parent reply other threads:[~2007-11-25 11:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-25 10:58 Backing git repos to tape? Joakim Tjernlund
2007-11-25 11:05 ` Jakub Narebski [this message]
[not found] ` <028101c82f58$0e26f200$5267a8c0@Jocke>
2007-11-25 12:00 ` Jakub Narebski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='fibkt4$q6g$1@ger.gmane.org' \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.