I’ve an iPhone and Id like to backup my phone to my server running Debain 11 with docker installed.

So, is there a way to install and run iTunes either on the os it self or in a container?

  • @[email protected]
    link
    fedilink
    62 years ago

    I don’t think it’s possible. iTunes requires a full OS install, so you’ll have to just run it on a VM. And Apple has things locked down so much that the only way to do full iPhone/iPad backups is through iTunes.

    • @deletedOP
      link
      English
      32 years ago

      I totally understand. However, I stumbled upon this repository https://github.com/shield007/wine-itunes-docker

      But last commit was 9y so 100% abandoned.

      Then I asked myself what if we can run on a container a lightweight wine version tailor made to be compatible with iTunes?

      • Scroll Responsibly
        link
        fedilink
        English
        32 years ago

        iTunes requires usb drivers to sync with an iPhone. Wine does not support windows usb drivers so even if you get iTunes to work in wine, connecting to the iPhone with it won’t work. You might be able to use libimobiledevice to do a backup.

        • @deletedOP
          link
          English
          22 years ago

          Iphone can do wireless backup if both the iphone and pc are connected to the same network.

        • @[email protected]
          link
          fedilink
          English
          2
          edit-2
          2 years ago

          I use libimobildevice on my raspberry and it works in terms of backups. I haven‘t tried to restore it though. Hope this works too… :D

          • @deletedOP
            link
            English
            12 years ago

            Could you please elaborate more about your setup?

            Like what software you used with raspberry pi to backup your data.

            I have no problem using windows to restore though.

  • @[email protected]
    link
    fedilink
    English
    4
    edit-2
    2 years ago

    I think you can do this by mounting a macos VM: link

    New macOS versions do not require iTunes and you can back up directly through the finder window. Your backup will be located there: /Users/{USERNAME}/Library/Application Support/MobileSync/Backup

    • @deletedOP
      link
      English
      42 years ago

      Interesting

      I will give it a shot

        • @deletedOP
          link
          English
          12 years ago

          I’ll set it once and thats it. It’ll automatically backup.

  • Krafting
    link
    English
    42 years ago

    There is libimobiledevice for interavting with ios devices, you might want to check it out

    • @deletedOP
      link
      English
      12 years ago

      Good to know.

      I’m so excited to go home and try it.

  • @Jmr
    link
    English
    32 years ago

    There’s the windows version. Run it through WINE or something

    • @valkyre09
      link
      English
      32 years ago

      Would wine work for detecting the iPhone and allowing the data sync? I feel like it’s a big ask

      • @Jmr
        link
        English
        22 years ago

        I would test it but the only Apple stuff I have is a MacBook.

      • @deletedOP
        link
        English
        22 years ago

        Ill test it and update this post later.

    • @deletedOP
      link
      English
      22 years ago

      I see. I found a wine docker container but it seems to be abandoned.

      Is there more efficient way other than Debain -> wine (on a vm) -> iTunes?

      • @Jmr
        link
        English
        12 years ago

        Unless there is something that can do it that runs on Linux. As far as I know, there’s only iTunes for MacOS and Windows.

        • @deletedOP
          link
          English
          12 years ago

          I was thinking of something like this:

          What if we can run a lightweight wine version tailor made to be compatible with iTunes on a container?