add
This commit is contained in:
parent
c7ec38b829
commit
09da0da02f
1 changed files with 5 additions and 0 deletions
5
doc/todo/use_cp_reflink.mdwn
Normal file
5
doc/todo/use_cp_reflink.mdwn
Normal file
|
@ -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..
|
Loading…
Reference in a new issue