git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Using git to store /etc, redux
@ 2007-05-19 17:48 David Härdeman
  2007-05-19 23:37 ` david
  2007-05-21 18:32 ` Jan Hudec
  0 siblings, 2 replies; 5+ messages in thread
From: David Härdeman @ 2007-05-19 17:48 UTC (permalink / raw)
  To: git

I recently had the idea to store and track /etc using git. When googling 
the topic I came across the "Using git to store /etc" thread from the 
end of last year which provided some interesting details on what would 
be necessary.

It seems the file metadata (owner, group, mode, xattrs, etc) was the big 
stumbling point, so I wrote up a tool over the last few days which 
allows the metadata to be stored in a separate file which can be stored 
along with the rest of the data in the repo (or separately).

This is also useful for tripwire type checks and for other types of 
storage which drops some of the metadata (tar comes to mind)...

The tool (metastore) is available from: 
git://git.hardeman.nu/metastore.git

Not completely cleaned up yet (it lacks a real README and some Makefile 
targets) but I hope it might be useful to others (it sure is to me).

Please CC me on any replies.

-- 
David Härdeman

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

end of thread, other threads:[~2007-05-22 12:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-19 17:48 Using git to store /etc, redux David Härdeman
2007-05-19 23:37 ` david
2007-05-20  9:48   ` David Härdeman
2007-05-21 18:32 ` Jan Hudec
2007-05-22 12:16   ` David Härdeman

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