* device pairing
* turn of backup encryption
* create the backup
```
idevicepair pair
idevicebackup2 encryption off # (pass? unsure)
idevicebackup2 backup --full target/
```
extract the backup to a readable target
```
git clone https://github.com/inflex/ideviceunback
cd ideviceunback/
make
./ideviceunback -i target/somehash/ -o unback/
```