Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed one TODO (directories)
  • Loading branch information
dyorgio authored Nov 24, 2021
1 parent f7e6116 commit be8d03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ chmod +x clone_checker
```

## Work TODO
* Investigate about directory cloning.
* ~~Investigate about directory cloning.~~ 2021-11-24 - Not supported, directories are always new inodes, but files inside can be all clones.
* ~~Investigate how to get j_inode_flags and check INODE_WAS_CLONED flag (optimization) [Apple APFS Reference](https://developer.apple.com/support/downloads/Apple-File-System-Reference.pdf)~~ 2020-12-12 - To get it is necessary to use reverse engineer and parse all device fs structure.
* Support to percentual of clone mode (A clone can have only some blocks altered).

0 comments on commit be8d03c

Please sign in to comment.