From: Rob Browning Date: Sat, 17 Aug 2013 19:59:45 +0000 (-0500) Subject: README.md: add a "bup init" step to "Using bup" since we killed auto-init. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=abec0b53f642667e4e8453d043079c7e5c2ddbc5;p=packages%2Fb%2Fbup.git README.md: add a "bup init" step to "Using bup" since we killed auto-init. Signed-off-by: Rob Browning --- diff --git a/README.md b/README.md index 3fcdcc6..87cbc2f 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,10 @@ Binary packages of bup are known to be built for the following OSes: Using bup --------- + - Initialize the default BUP_DIR: + + bup init + - Try making a local backup as a tar file: tar -cvf - /etc | bup split -n local-etc -vv