git-annex/doc/todo/use_cp_reflink.mdwn

6 lines
220 B
Text
Raw Normal View History

2010-11-12 04:56:08 +00:00
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..