Re: File archiver using git

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Matt McCutchen
Date: Sunday, August 27, 2006 - 5:40 pm

On 8/27/06, Grzegorz Kulewski <kangur@polcom.net> wrote:

Git tracks data, not filesystems.  That means it doesn't handle any of
the things you mentioned except soft links.  It doesn't even handle
empty directories, though I don't accept the argument that they do not
constitute data.  If you want to capture a filesystem, I would
recommend running "find . -ls" to create a listing file from which
everything you mentioned can be reconstructed and then putting the
filesystem together with the listing file into git.


With the above technique, you can do both.  However, if you just want
to back up /etc, you might be better served by a backup tool.  For
example, I use rsnapshot ( http://www.rsnapshot.org/ ).

Matt
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
File archiver using git, Matt McCutchen, (Sun Aug 27, 6:10 am)
Re: File archiver using git, Grzegorz Kulewski, (Sun Aug 27, 6:31 am)
Re: File archiver using git, Matt McCutchen, (Sun Aug 27, 5:40 pm)