From: Rob Browning Date: Wed, 22 Sep 2010 01:34:51 +0000 (-0500) Subject: Fix bup-meta.1 start-extract/finish-extract example. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=82382f5d1e5e0e243964049542e57d7e3aa9d640;p=packages%2Fb%2Fbup.git Fix bup-meta.1 start-extract/finish-extract example. Signed-off-by: Rob Browning --- diff --git a/Documentation/bup-meta.1.md b/Documentation/bup-meta.1.md index ac1940b..2c2ea67 100644 --- a/Documentation/bup-meta.1.md +++ b/Documentation/bup-meta.1.md @@ -103,9 +103,9 @@ access permissions, etc.) for a set of filesystem paths. # Restore /etc completely. $ mkdir tmp && cd tmp - $ bup meta -bf ../etc.meta + $ bup meta \-\-start-extract -f ../etc.meta ...fill in all regular file contents using some other tool... - $ bup meta -sf ../etc.meta + $ bup meta \-\-finish-extract -f ../etc.meta # BUGS