]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-save.md
bup-restore.md: add more detail to the restore --map-* documentation.
[bup.git] / Documentation / bup-save.md
index 3926f1b04ca82d84c9107cedae95f69be66b5166..9b4097ed840a30feb103f2161b95ac28aad5ac47 100644 (file)
@@ -16,6 +16,10 @@ bup save [-r *host*:*path*] \<-t|-c|-n *name*\> [-#] [-f *indexfile*]
 `bup save` saves the contents of the given files or paths
 into a new backup set and optionally names that backup set.
 
+Note that in order to refer to your backup set later (i.e. for
+restoration), you must either specify `--name` (the normal case), or
+record the tree or commit id printed by `--tree` or `--commit`.
+
 Before trying to save files using `bup save`, you should
 first update the index using `bup index`.  The reasons
 for separating the two steps are described in the man page
@@ -61,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