Skip to content

Releases: systemmonkey42/iphonebackupfs

Release v0.7.0

10 Jul 07:00
Compare
Choose a tag to compare

The release adds the following feature:

  • Added cmdline option '-l' to convert all filenames to lowercase. (and handle conflicts)

Release v0.6.0

16 Jun 03:04
Compare
Choose a tag to compare
  • Fixed issue with duplicate inodes
  • Cleaned up signal handling

Release v0.4.0 - Now with windows support

15 Jun 13:14
Compare
Choose a tag to compare

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

14 Jun 01:36
Compare
Choose a tag to compare

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)