Releases: systemmonkey42/iphonebackupfs
Releases · systemmonkey42/iphonebackupfs
Release v0.7.0
The release adds the following feature:
- Added cmdline option '-l' to convert all filenames to lowercase. (and handle conflicts)
Release v0.6.0
- Fixed issue with duplicate inodes
- Cleaned up signal handling
Release v0.4.0 - Now with windows support
This release adds Microsoft Windows compatibility thanks to WinFSP project.
This allows you to mount your AppData\Roaming\Apple Computer\MobileSync\Backups<backup id> folder directly as a drive letter.
Frozen Lake
Initial beta release with limited testing.
Built with:
- go build -tags osusergo,netgo -o iphonefs -ldflags "-w -s" .
Requires:
- fuse3
- libfuse
- libfuse3-dev (optional, for building)