161823d6ea
* cp --reflink=auto is used if supported, and will make git annex unlock much faster on filesystems like btrfs that support copy of write.
7 lines
230 B
Markdown
7 lines
230 B
Markdown
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..
|
|
|
|
[[done]]
|