linux mint lts jammy, i tried ifuse and i could get my cam roll but couldnt find the voice recordings or notes. any advice?

  • thatsnothowyoudoit
    link
    fedilink
    arrow-up
    3
    ·
    7 months ago

    I use Nextcloud. But that also means setting up and managing Nextcloud. By the same token you could use google drive.

    For notes and photos you can export them within the app. Notes specifically requires that you print and then hit the share on the print dialogue to save the notes to the file system as a pdf.

    Notes also has another option: if you have a non-Apple mail account on your phone - you can enable notes for that email account and simply move (or copy) your notes from one account to the other. The notes will then become available within that email account mailbox structure on any device or machine where that email account is enabled.

    For voice recordings you can save any voice recording directly to the iOS filesystem.

    The iOS files app also allows you to connect to any other server/desktop via SMB.

    There are lots of options here. None are awesome, but they work.

    • jackpot@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      7 months ago

      whats smb. also can you set up nextcloud exclusively through lan (without port forwarding) and if so how?

      • thatsnothowyoudoit
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        7 months ago

        SMB : https://en.m.wikipedia.org/wiki/Server_Message_Block

        In short it’s a way to share network access to storage across MacOS/Linux/Windows.

        MacOS switched from AFS to SMB (as the default file sharing / network storage protocol) a few years ago as it was clear that was how everything was headed - though iOS and MacOS also have native support for NFS.

        On linux, you can use samba to create SMB shares that will be available to your iOS device.

        It’s a lot of configuration though - so maybe not the best choice.

        As for Nextcloud - indeed you can use it in your local network without making it available on your WAN connection. That’s how we use it here.

        When we need it remotely - we VPN into our home network. But no exposed ports. :)