• Corvus Cornix@piefed.social
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 hours ago

    Yeah I just spent a few days trying to get Nextcloud on Android working and it was a disaster. I ultimately decided to use Cryptomator to handle the sync since I’m already using it on my PCs, but I’m looking at maybe Syncthing or FolderSync (not sure which is better) because Cryptomator lacks some functionality like keeping local copies and making files available to other apps like galleries, music apps, etc.

    • sloppy_diffuser@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      4 hours ago

      It might not have the functionality you are looking for as far as app integrations, but my progression was Dropbox -> Cryptomator over Dropbox -> rclone over Backblaze B2.

      You can nest a “crypt” remote (end-to-end encryption with your own private key) over tons of cloud providers. You can mount it like a drive in Linux.

      Round Sync is an Android client that can schedule cronlike backups. Pretty much set it and forget it on my phone. I delete things on my phone when I need space and every couple years go cleanup what’s in B2.

      Dropbox was better priced at max capacity when I used it ($120/yr for 2TB?). My Backblaze bill started at $1/mo and is like $4/mo now. Its been a couple years since I cleaned things out and could probably cut that in half.

      • Corvus Cornix@piefed.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 hours ago

        Thanks for the suggestion! I have a few questions, if you don’t mind: what did you like more about rclone than Cryptomator? Is it suitable for sync, or is it more for backups? I’m ideally looking for near-ish to real-time sync for contacts, notes, files, and pictures. Are there any frontends for Linux you’d recommend, or do you script out the functionality you’re looking to implement?