A tool to help restore files from an iTunes backup of an iPhone or iPad.
For now - edit the main.py
file and fill out the settings on the top, including the path to your backup folder.
Arranged by rough priority
- Verify "plist timestamp recovery"
- Improve plist handling code (don't just use a magic string & raw handling of bytes-to-date)
- Fix (or remove) EXIF-based timestamp option
- Use arguments/parameters rather than "edit my varibles"
- Symbolic-link based "recovery" tree building
- Can be implemented cross-platform using
os.symlink
- Can be implemented cross-platform using
- GUI?