iOS Backup - CraigDonkin/ios-testing GitHub Wiki
Taking a backup with idevicebackup:
idevicebackup2 backup -full -source <device> --udid <deviceudid> <output dir>
Then unback the file to make it browsable
idevicebackup2 unback <output dir>
Taking a backup with idevicebackup:
idevicebackup2 backup -full -source <device> --udid <deviceudid> <output dir>
Then unback the file to make it browsable
idevicebackup2 unback <output dir>