summaryrefslogtreecommitdiff
path: root/metastore.1
AgeCommit message (Collapse)Author
2015-09-08metastore.1: Fix section of the manual page.Przemyslaw Pawelczyk
It was accidentally changed when I was amending Dan's patch, which ended in the repo as commit: b6f60de Add support for deleting directories with -a -E.
2015-09-08Add action to dump metadata in human-readable form: -d / --dump.Przemyslaw Pawelczyk
metastore depends now on libbsd, because of strmode() function. This commit fixes issue #28.
2015-09-02Add support for deleting directories with -a -E.Dan Fandrich
This is analagous to the -e option to create empty directories. It simply removes them when they are not present in the metadata. Signed-off-by: Przemyslaw Pawelczyk <przemoc@gmail.com>
2015-02-07metastore.1: Use a real minus character for dashes in options.Dan Fandrich
Literal `-` prints as a hyphen, which doesn't conform to common man page guidelines for writing options that have a leading dash. Proper form is: \- Signed-off-by: Przemyslaw Pawelczyk <przemoc@gmail.com>
2012-02-10Add option preventing metastore from omitting .git dirs.Przemyslaw Pawelczyk
2008-06-23Add dynamic metafile pathDavid Härdeman
In some situations it may be useful to have multiple sets of metadata for the same hierarchy (e.g. representing how a file set should appear on different hosts). The ability to select a metadata file may be useful in this case. Patch by Sergio Callegari <sergio.callegari@gmail.com>
2008-03-20First stab at supporting the option of automatically creating emptyDavid Härdeman
directories which are missing. This should help with Debian BR #460998
2007-11-25fix documentation of --compareJoey Hess
I considered changing metastore to match the documentation and use --diff, but I'm already using --compare in etckeeper.
2007-05-19Add a man page and update help messageDavid Härdeman