]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-memtest.md
Documentation/bup-save.md: change --strip-prefix to --strip-path.
[bup.git] / Documentation / bup-memtest.md
index 108a5a1328fe97f0df5fb771ab3c5af8632b0194..1450d2bb00ca750bb2a6e0795cbd66bf12424bab 100644 (file)
@@ -42,6 +42,18 @@ what causes an increase in the VmRSS column.
 :   ignore any `.midx` files created by `bup midx`.  This
     allows you to compare memory performance with and
     without using midx.
+    
+--existing
+:   search for existing objects instead of searching for
+    random nonexistent ones.  This can greatly affect
+    memory usage and performance.  Note that most of the
+    time, `bup save` spends most of its time searching for
+    nonexistent objects, since existing ones are probably
+    in unmodified files that we won't be trying to back up
+    anyway.  So the default behaviour reflects real bup
+    performance more accurately.  But you might want this
+    option anyway just to make sure you haven't made
+    searching for existing objects much worse than before.
 
 
 # EXAMPLE