diff --git a/doc/todo/Copy-on-Write__47__reflink__47__clonefile_support_on_macOS.mdwn b/doc/todo/Copy-on-Write__47__reflink__47__clonefile_support_on_macOS.mdwn index e70a5b7e6c..4eee65f34e 100644 --- a/doc/todo/Copy-on-Write__47__reflink__47__clonefile_support_on_macOS.mdwn +++ b/doc/todo/Copy-on-Write__47__reflink__47__clonefile_support_on_macOS.mdwn @@ -5,3 +5,5 @@ I indeed discovered it was done for Linux after I posted it, but macOS with APFS The biggest problem is that there is no auto option, but in theory it’s possible to first try the clone option, and then fall back if it doesn’t 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