]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-save.md
Update base_version to 0.34~ for 0.34 development
[bup.git] / Documentation / bup-save.md
index e71cb1f79c5a575229cf934d039c18ee25cf90f7..7bbe44e38122755f967b759210b4097e813b2773 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
@@ -82,7 +82,7 @@ handling of metadata.
     over large ones (like virtual machine images) which
     take longer.  Then you can back up the large files
     less frequently.  Use a suffix like k, M, or G to
-    specify multiples of 1024, 1024*1024, 1024*1024*1024
+    specify multiples of 1024, 1024\*1024, 1024\*1024\*1024
     respectively.
     
 \--bwlimit=*bytes/sec*
@@ -90,7 +90,7 @@ handling of metadata.
     to the server.  This is good for making your backups
     not suck up all your network bandwidth.  Use a suffix
     like k, M, or G to specify multiples of 1024,
-    1024*1024, 1024*1024*1024 respectively.
+    1024\*1024, 1024\*1024\*1024 respectively.
     
 \--strip
 :   strips the path that is given from all files and directories.
@@ -104,10 +104,11 @@ handling of metadata.
 :   strips the given path prefix *path-prefix* from all
     files and directories.
     
-    A directory */root/chroot/webserver* saved with "bup save -n
-    webserver \--strip-path=/root/chroot" would be saved as
-    */webserver/etc*.  Note that currently, metadata will not be saved
-    for the root directory (*/*) when this option is specified.
+    A directory */root/chroot/webserver/etc* saved with "bup save -n
+    webserver \--strip-path=/root/chroot /root/chroot/webserver/etc"
+    would be saved as */webserver/etc*.  Note that currently, metadata
+    will not be saved for the root directory (*/*) when this option is
+    specified.
     
 \--graft=*old_path*=*new_path*
 :   a graft point *old_path*=*new_path* (can be used more than
@@ -124,8 +125,7 @@ handling of metadata.
     is 1 (fast, loose compression)
 
 
-# EXAMPLE
-
+# EXAMPLES
     $ bup index -ux /etc
     Indexing: 1981, done.