You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Advantages over `bees`:
47
47
- Written in a memory safe language (*hopefully never matter*).
48
48
- Easier to use (just go to the directory and run it).
49
49
- More granular dedup (dedup selected files or directories recursively instead of whole filesystem)
50
-
- File based dedup, does not shard or move extants around on disk,
50
+
- File based dedup, does not shard or move extents around on disk,
51
51
- less fragmentation compared to block based dedup
52
52
- less wear on SSDs.
53
53
-\*shouldn't be undeduped by `btrs fi defrag`.
@@ -71,4 +71,4 @@ This create *reflinks* which are Copy-On-Write that means the files share the on
71
71
72
72
**Assuming there are no bugs in the kernel**, the worst that can happen is dedup not happening where it should have, it can't corrupt or change the content of your files.
73
73
74
-
It is also possible to have a bug in Go or thunderdup itself, but that less likely.
74
+
It is also possible to have a bug in Go or thunderdup itself, but that less likely.
0 commit comments