Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

files coming off of device twice #1565

Open
blakeb211 opened this issue May 4, 2024 · 4 comments
Open

files coming off of device twice #1565

blakeb211 opened this issue May 4, 2024 · 4 comments

Comments

@blakeb211
Copy link

I noticed that when using the library (c/c++ interface), files with the same exact name (coming from mb2_receive_filename) and path come off of the device twice.

Is this normal and known behavior?

Is there a reasoning behind it from the iphone side?

Most importantly - is there a way to tell that you are receiving a file that will come again later at the the time of it coming for the first time? It seems like the first one is a partial and the second one is always the complete and correct one, but I have not fully confirmed that.

Please and thank you!! Great library!

@blakeb211
Copy link
Author

This is for idevicebackup

@nikias
Copy link
Member

nikias commented May 4, 2024

What's the filename?

@blakeb211
Copy link
Author

Here is one...a sqlite file. Many of them are sqlite files. I'm not certain that all of them are though but its possible. 64d0019cb3d46bfc8cce545a8ba54b93e7ea9347

@nikias
Copy link
Member

nikias commented May 5, 2024

The device is controlling the entire process. Files are re-transmitted when the file to back up changed during the backup, for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants