File: comment_18_6b21f1ed5a2cbbba7c7042dcfec080a8._comment

package info (click to toggle)
git-annex 8.20210223-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68,764 kB
  • sloc: haskell: 70,359; javascript: 9,103; sh: 1,304; makefile: 212; perl: 136; ansic: 44
file content (10 lines) | stat: -rw-r--r-- 592 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
[[!comment format=mdwn
 username="yarikoptic"
 avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
 subject="comment 18"
 date="2018-11-21T19:56:45Z"
 content="""
I think that annex always uses `cp --reflink=auto` for local paths (cache remote was on a local path right?).  I guess running with `--debug` could have helped to resolve the mystery ;-)

BTW -- checked locally - `reflink=auto` seems to work nicely across subvolumes of the same BTRFS filesystem. \"copying\" gigabytes takes half a second or so ;-) (without reflink=auto - takes considerably longer)
"""]]