I’m looking for a paid cloud storage provider (like google drive, but not google drive) which is privacy minded, so with features like e2e encryption. I’ve been using Jottacloud to backup my large collection of photos. Jottacloud has been satisfactory, but I’ve heard other users complain of incomplete backups, where certain files are just missing. That makes me a little bit nervous, so I’m looking for something else. Does anyone of you know a good provider?

  • DevOops@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 months ago

    If you have a server that you can sync the photos with (using Syncthing for example), then I recommend using Rclone or Duplicati to save your backups (encrypted) to any cloud that you want. I’m using OneDrive and GoogleDrive for my encrypted backups, pretty happy with the setup.

    If you don’t have a server, then Filen or Proton Drive looks like great services.

    Whatever you do, always test your backups!

    • Yolo SwaggingsOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 months ago

      I like your suggestion! I have a Proxmox server running. I’m I right to understand that rclone or duplicati take care of the file encryption? This would mean no easy way to access files in your backup, but I don’t see that as a problem

      • DevOops@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 months ago

        Yes, both Rclone and Duplicati will handle the encryption for you. For Rclone, there’s an Android app called RCX that lets you access the files. The reason I sometimes use Duplicati is because of the incremental backups, where I don’t think it’s possible for Rclone. Rclone is literally a clone from your disk to some cloud.