summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-12 00:56:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-12 00:56:08 -0400
commit09da0da02f683a218c56cbba0fe0d2c2d5909fe9 (patch)
treec9213a158d6000137b10f8d6e06ad5974be7cdab
parentc7ec38b829192ce6c29acf37d49a30f28ebd6cb6 (diff)
add
-rw-r--r--doc/todo/use_cp_reflink.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/use_cp_reflink.mdwn b/doc/todo/use_cp_reflink.mdwn
new file mode 100644
index 000000000..d7974928c
--- /dev/null
+++ b/doc/todo/use_cp_reflink.mdwn
@@ -0,0 +1,5 @@
+The unlock command needs to copy a file, and it would be great to use this:
+ cp --reflink=auto src dst
+
+O(1) overhead on BTRFS. Needs coreutils 7.6; and remember that git-annex
+may be used on systems without coreutils..