├── LICENSE ├── Makefile ├── prototype ├── first_snap.c └── fs_snapshot.d ├── snapUtil.c └── snaputil.1 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahl/apfs/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahl/apfs/HEAD/Makefile -------------------------------------------------------------------------------- /prototype/first_snap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahl/apfs/HEAD/prototype/first_snap.c -------------------------------------------------------------------------------- /prototype/fs_snapshot.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahl/apfs/HEAD/prototype/fs_snapshot.d -------------------------------------------------------------------------------- /snapUtil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahl/apfs/HEAD/snapUtil.c -------------------------------------------------------------------------------- /snaputil.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahl/apfs/HEAD/snaputil.1 --------------------------------------------------------------------------------