iphonebackuptools
iphonebackuptools copied to clipboard
Changing dirs
ibackuptool --output C:\Users\username\Downloads\Backup
Options:
-V, --version output the version number
-l, --list List Backups
-b, --backup <backup> Backup ID
-d, --dir <directory> Backup Directory (default: C:\Users\username\Apple\MobileSync\Backup)
-r, --report <report_type> Select a report type. see below for a full list.
-i, --id <id> Specify an ID for filtering certain reports
-f, --formatter <type> Specify output format. default: table
-e, --extract <dir> Extract data for commands. supported by: voicemail-files, manifest,
addressbook
-o, --output <path> Specify an output directory for files to be written to.
-v, --verbose Verbose debugging output
--plugins <plugins> List of pluging modules to use
--filter <filter...> Filters output for individual reports.
--regex-filter <filter...> Filters output for individual reports using a regular expression.
--join-reports Join JSON reports together. (available for -f json or -f raw only!)
--no-color Disable colorized output
--dump alias for "--formatter raw"
--quiet quiet all messages, except for errors and raw output
--available output a list of available reports
-h, --help display help for command
Version: 4.0.1
Run ibackuptool --available for a listing of report types.
If you're interested to know how this works, check out my post:
https://www.richinfante.com/2017/3/16/reverse-engineering-the-ios-backup
Issue tracker:
https://github.com/richinfante/iphonebackuptools/issues
Same goes for specifying the Backup Directory My username has no space in it and I'm using the global command line tool.