GithubHelp home page GithubHelp logo

Comments (13)

mexmer avatar mexmer commented on June 20, 2024 1

wireless backup is only possible to computer that is located on same network as phone, that is limitation imposed by Apple (Eg. built into operating system). if you want to upload your backup to different site/network, you would need first to setup machine, that will your phone backup to (at same network as phone), and then that computer will need to upload it to your offsite target, after backup is finished.

only direct offsite backup of iphone is to icloud.

there is exists tools that can do limited backup (mostly focusing on doing offsite backup of photos, sometimes also contacts, but no application can backup other applications data).

from libimobiledevice.

iFred09 avatar iFred09 commented on June 20, 2024

Hello,

You can compile and install the latest version of libplist which works with libimobiledevice here: https://github.com/libimobiledevice/libplist

After, you can compile libusbmuxd, libimobiledevice-glue and libimobiledevice (in that order) and it will works. These are available on https://github.com/libimobiledevice/

from libimobiledevice.

Blackspell01 avatar Blackspell01 commented on June 20, 2024

Ok thanks, this seemed to work. Though, I still don't know how to backup wirelessly... Can you help me with that?

from libimobiledevice.

iFred09 avatar iFred09 commented on June 20, 2024

I think that you can't do this wirelessly with libimobiledevice...plug your device to your computer and it will be fine!

from libimobiledevice.

Blackspell01 avatar Blackspell01 commented on June 20, 2024

My server is not located comfortably enough to plug in my iPhone every time. Goal is also to backup from somewhere else. Otherwise I could just use a usb ssd and plug it into my Mac.
I was just wondering because on the website it is advertised to work wirelessly.

from libimobiledevice.

Blackspell01 avatar Blackspell01 commented on June 20, 2024

what about vpn? Network backup is actually advertised here on GitHub...

Bildschirmfoto 2024-04-12 um 21 20 18

from libimobiledevice.

mexmer avatar mexmer commented on June 20, 2024

apple designed it that way, nothing to do on limbimobile side. iOS device advertises it presence on local network, establishes "trust" with computer on that local network, and only to that computer does backup (again on local network), discovery protocols like bonjour or SSDP are designed to work only on local network.

technically, you can setup site to site VPN, and allow forwarding discovery and broadcast packets to other end of VPN, but you will need to setup network for that. (eg. networks on both sides of VPN need to be part of same network). again it's stuff out of scope of libimobile.

"network" doesn't equal internet.

from libimobiledevice.

Blackspell01 avatar Blackspell01 commented on June 20, 2024

Ok, thanks for the clarification. Im gonna use iMazing then

from libimobiledevice.

mexmer avatar mexmer commented on June 20, 2024

iMazing utilizes libimobile, so if they doing what you want, it's because they programmed that additional functionality, that is required to do that.

there are multiple software that use libimobile and extend it's functionality, which in my opinion is great.

from libimobiledevice.

Blackspell01 avatar Blackspell01 commented on June 20, 2024

its actually pretty simple, I want to backup my iPhone from time to time but not waste any space on my MacBook so the files should be stored on my nas.
Over there my wish is described but I don't understand every step so I might just give up at this point

from libimobiledevice.

codebar33 avatar codebar33 commented on June 20, 2024

A quick note for @mexmer: As the developers of iMazing, we don't utilize libimobiledevice. Instead, iMazing directly links the Apple MobileDevice framework/dll :)

from libimobiledevice.

mexmer avatar mexmer commented on June 20, 2024

A quick note for @mexmer: As the developers of iMazing, we don't utilize libimobiledevice. Instead, iMazing directly links the Apple MobileDevice framework/dll :)

Really, i though i've seen libimobile in some version we had tested in past.
must have mistaken it with some other tool then.

Thanks for clarification, and appologize for my misinformation.

from libimobiledevice.

codebar33 avatar codebar33 commented on June 20, 2024

No worries, we have always relied on Apple's MobileDevice library. This doesn't make much of a difference compared to using libimobiledevice, but it typically results in fewer breaking changes, especially for updating or restoring iOS. I'm always open to discussing various subjects related to MobileDevice :)

from libimobiledevice.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.