Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2022-11-21 15:10:03 -04:00
commit e371ccd3e9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,9 @@
Thank you for your previous message here: [[/todo/Copy-on-Write__47__reflink_support_for_unlocked_files/]].
I indeed discovered it was done for Linux after I posted it, but macOS with APFS also supports reflinks, under the `-c` (clonefile) option, which does the same as the `--reflink=always` option on Linux.
The biggest problem is that there is no auto option, but in theory its possible to first try the clone option, and then fall back if it doesnt work, although that would be inefficient.
I can try to code something, although I am not that proficient in Haskell, or run test code if needed on macOS 12.
-- Lena Wildervanck