]> arthur.barton.de Git - bup.git/commitdiff
Documentation: replace ~/.bup with $BUP_DIR in bup-index.md and bup-save.md.
authorGabriel Filion <gabster@lelutin.ca>
Tue, 14 May 2013 06:53:05 +0000 (02:53 -0400)
committerRob Browning <rlb@defaultvalue.org>
Wed, 15 May 2013 02:13:54 +0000 (21:13 -0500)
When one is not using the default bupdir placement, then those files
aren't found inside ~/.bup, but wherever "-d /path.." or $BUP_DIR are
pointing to.

Thanks to krichter722@aol.de for mentioning this.

Signed-off-by: Gabriel Filion <gabster@lelutin.ca>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
Documentation/bup-index.md
Documentation/bup-save.md

index fe783b243affaf9353a4507aa03b68b3658034aa..29576e77afa4ebd001e97be8823f06e10f98dfd0 100644 (file)
@@ -18,7 +18,7 @@ bup index \<-p|-m|-s|-u\> [-H] [-l] [-x] [\--fake-valid] [\--no-check-device]
 which is a cache of the filenames, attributes, and sha-1
 hashes of each file and directory in the filesystem.  The
 bup index is similar in function to the `git`(1) index, and
-can be found in `~/.bup/bupindex`.
+can be found in `$BUP_DIR/bupindex`.
 
 Creating a backup in bup consists of two steps: updating
 the index with `bup index`, then actually backing up the
@@ -143,7 +143,7 @@ does, due to the accommodations described above.
 
 -f, \--indexfile=*indexfile*
 :   use a different index filename instead of
-    `~/.bup/bupindex`.
+    `$BUP_DIR/bupindex`.
 
 \--exclude=*path*
 :   a path to exclude from the backup (can be used more
index e71cb1f79c5a575229cf934d039c18ee25cf90f7..9b4097ed840a30feb103f2161b95ac28aad5ac47 100644 (file)
@@ -65,7 +65,7 @@ handling of metadata.
 
 -f, \--indexfile=*indexfile*
 :   use a different index filename instead of
-    `~/.bup/bupindex`.
+    `$BUP_DIR/bupindex`.
 
 -v, \--verbose
 :   increase verbosity (can be used more than once).  With