My 13 year old Windows box just died. No point resurrecting, as it's Windows 8.1, but I do need a new way to back up my iPhone (that does not involve Apple's cloud). It's running iOS 16.5.1(c).
Is anyone backing up their iPhone with comms/libimobiledevice?
I have failed at the first hurdle:
Any advice appreciated.
Is anyone backing up their iPhone with comms/libimobiledevice?
I have failed at the first hurdle:
Code:
[sherman.191] $ uname -a
FreeBSD sherman.my.domain 13.2-RELEASE-p1 FreeBSD 13.2-RELEASE-p1 GENERIC amd64
[sherman.192] $ sudo lsusb | grep Apple
Bus /dev/usb Device /dev/ugen2.3: ID 05ac:12a8 Apple, Inc. iPhone 5/5C/5S/6/SE/7/8/X
[sherman.193] $ idevicebackup2 -v
idevicebackup2 1.3.0
[sherman.194] $ mkdir -p iPhone
[sherman.195] $ idevicebackup2 -i backup --full ./iPhone
No device found.
[sherman.196] $ sudo idevicebackup2 -i backup --full ./iPhone
No device found.
[sherman.197] $ sudo idevice_id -l
ERROR: Unable to retrieve device list!
Any advice appreciated.