]> git.decadent.org.uk Git - kernel-news-talk.git/commitdiff
Add Btrfs offline dedupe
authorBen Hutchings <ben@decadent.org.uk>
Thu, 28 Aug 2014 08:25:53 +0000 (01:25 -0700)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 28 Aug 2014 08:25:53 +0000 (01:25 -0700)
index.html

index 0aae408aa2f139e354323a5ad2b5362ca0a84d30..3a07e304378b0f083bda86cb49c01305dded7289 100644 (file)
   </ul>
 </div>
 
+<div class="slide">
+  <h1>Btrfs offline dedupe [3.12]</h1>
+  <ul class="incremental">
+    <li>
+      Btrfs generally does COW rather than updating in-place, allowing
+      snapshots and file copies to defer the actual copying and save
+      space
+    </li>
+    <li>
+      Filesystems may still end up with multiple copies of the same
+      file content
+    </li>
+    <li>
+      Btrfs doesn't actively merge these duplicates, but userland can
+      tell it to do so
+    </li>
+    <li>
+      Many file dedupe tools are packaged for Debian, but not one that
+      works with this Btrfs feature, e.g. bedup
+    </li>
+  </ul>
+</div>
+
 <div class="slide">
   <h1>Questions?</h1>
 </div>