libimobiledevice icon indicating copy to clipboard operation
libimobiledevice copied to clipboard

--full with idevicebackup2 still states Incremental backup mode.

Open yoonsikp opened this issue 8 months ago • 1 comments

Log shows that idevicebackup2 --full potentially still using incremental backup mode. Is there any way to confirm that a full backup was conducted?

idevicebackup2 backup --full /rust/backups/iphone/

Backup directory is "/rust/backups/iphone/"
Started "com.apple.mobilebackup2" service on port 49221.
Negotiated Protocol Version 2.1
Reading Info.plist from backup.
Starting backup...
Enforcing full backup from device.
Backup will be encrypted.
Requesting backup from device...
Incremental backup mode.

yoonsikp avatar Jul 30 '25 14:07 yoonsikp

You can try inotifywait --monitor --recursive /rust/backups/iphone/ and sudo strace -p $(pgrep idevicebackup2) -e trace=read,write,connect,open to check if it's stuck.

I'm not related to the project development in any way so I might be wrong and the process might be doing something else.

lnk3 avatar Nov 05 '25 20:11 lnk3

It has a progress bar at the bottom. Can you not just check that it goes to 100%?

itscool900 avatar Dec 19 '25 04:12 itscool900