git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git as a backup tool?
@ 2007-05-14 11:48 Geert Uytterhoeven
  2007-05-14 22:53 ` Ron Parker
  2007-05-15  5:09 ` Russell
  0 siblings, 2 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2007-05-14 11:48 UTC (permalink / raw)
  To: git; +Cc: Geert Uytterhoeven

	Hi,

Has anyone considered using git as a backup tool?  I.e.
  - put your whole file system in git
  - do `git add .; git commit -a' from cron
  - copy .git to external media once in a while
  - clean up old stuff (unused and older than xx days) from .git

Thanks!

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

* RE: git as a backup tool?
  2007-05-14 11:48 git as a backup tool? Geert Uytterhoeven
@ 2007-05-14 22:53 ` Ron Parker
  2007-05-15  5:09 ` Russell
  1 sibling, 0 replies; 4+ messages in thread
From: Ron Parker @ 2007-05-14 22:53 UTC (permalink / raw)
  To: Geert Uytterhoeven, git


> Geert Uytterhoeven wrote:

> Has anyone considered using git as a backup tool?  I.e.

At the very least you would have a lot of chgrp/chown work to do after a
"restore".  Git stores file mode, but not ownership information, ACL's
or extended attributes.

I found this out when I tried using git to backup part of BOINC
development server.  Various files and directories had to have different
ownership and extended attributes (for SELinux).
-- 
Ron Parker

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

* Re: git as a backup tool?
  2007-05-14 11:48 git as a backup tool? Geert Uytterhoeven
  2007-05-14 22:53 ` Ron Parker
@ 2007-05-15  5:09 ` Russell
  2007-05-15  5:51   ` Peter Baumann
  1 sibling, 1 reply; 4+ messages in thread
From: Russell @ 2007-05-15  5:09 UTC (permalink / raw)
  To: git

On 5/14/07, Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>         Hi,
>
> Has anyone considered using git as a backup tool?  I.e.
>   - put your whole file system in git
>   - do `git add .; git commit -a' from cron
>   - copy .git to external media once in a while
>   - clean up old stuff (unused and older than xx days) from .git

I'm using git to backup my private email, all in Maildir format, in
that manner.  In addition, I push to a remote bare repository
automatically, using ssh host keys.

The most annoying issue was trying to prevent spam getting stuck in
the mail history.  I do this by having the "unsure" mail folder in a
different place, and then having a symlink from the mail store point
there so mutt can still find it easily if needed.

Backing up a whole home directory would require careful thought about
what _not_ to backup, similar to the spam issue.  You probably
wouldn't want to backup things that you download off the net and can
easily retrieve again, like foo-1.2.tar.gz etc.

I'm not sure what you mean by cleaning up old stuff.  git (or at least
my usage of it) requires the whole history to be in the repository.  I
haven't looked at shallow clones or other ways to prune history.



-- 
Virus found in this message.

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

* Re: git as a backup tool?
  2007-05-15  5:09 ` Russell
@ 2007-05-15  5:51   ` Peter Baumann
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Baumann @ 2007-05-15  5:51 UTC (permalink / raw)
  To: Russell; +Cc: Geert Uytterhoeven, git

On Tue, May 15, 2007 at 01:09:06PM +0800, Russell wrote:
>  On 5/14/07, Geert Uytterhoeven <geert@linux-m68k.org> wrote:
> >         Hi,
> >
> > Has anyone considered using git as a backup tool?  I.e.
> >   - put your whole file system in git
> >   - do `git add .; git commit -a' from cron
> >   - copy .git to external media once in a while
> >   - clean up old stuff (unused and older than xx days) from .git
> 
>  I'm using git to backup my private email, all in Maildir format, in
>  that manner.  In addition, I push to a remote bare repository
>  automatically, using ssh host keys.
> 
>  The most annoying issue was trying to prevent spam getting stuck in
>  the mail history.  I do this by having the "unsure" mail folder in a
>  different place, and then having a symlink from the mail store point
>  there so mutt can still find it easily if needed.
> 
>  Backing up a whole home directory would require careful thought about
>  what _not_ to backup, similar to the spam issue.  You probably
>  wouldn't want to backup things that you download off the net and can
>  easily retrieve again, like foo-1.2.tar.gz etc.
> 
>  I'm not sure what you mean by cleaning up old stuff.  git (or at least
>  my usage of it) requires the whole history to be in the repository.  I
>  haven't looked at shallow clones or other ways to prune history.
> 

There was already a discussion about using git for backup in [1], which
is probabily worth reading. For cleaning up old history Junio explained a
very elegant solution in [2].

-Peter


[1]: http://thread.gmane.org/gmane.comp.version-control.git/33887
[2]: http://article.gmane.org/gmane.comp.version-control.git/34455

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

end of thread, other threads:[~2007-05-15  5:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-14 11:48 git as a backup tool? Geert Uytterhoeven
2007-05-14 22:53 ` Ron Parker
2007-05-15  5:09 ` Russell
2007-05-15  5:51   ` Peter Baumann

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).