Hi everyone,

I would like to ask your opinions on reliable cloud storage providers for media. I have a media collection that isn’t too big (about 2-3TB) that I’d like to store on the cloud since I’ll be moving in the future and don’t think I can handle multiple hard drives.

What do you suggest? Any issues I should be looking at? I came across Wasabi too, along with the more expensive Scaleway and Cloudflare R2 offerings. For now Backblaze seems fine in terms of reliability, but has anyone come across complaints from them regarding what is stored on their servers?

Thanks!

  • @MigratingtoLemmyOP
    link
    English
    311 months ago

    Can I do incremental backups with rclone whilst encrypting it?

    • @solrize
      link
      English
      1110 months ago

      Idk about rclone but you can do that with Borg backup.

        • @[email protected]
          link
          fedilink
          English
          510 months ago

          But Borg does not work with object storage, it needs a borg process on the receiving side.

          • LaggyKar
            link
            fedilink
            English
            1010 months ago

            Another alternative then would be Restic. That’s what I’m using for backups

            • @sudneo
              link
              English
              310 months ago

              Or rustic! It is compatible with restic but has some nice additions, for example the fact that supports a config files. It makes operations a bit easier IMHO (I am currently using both).

            • @[email protected]
              link
              fedilink
              English
              110 months ago

              I’ve used restic before and it worked great with OVH’s object storage. Moved away from cloud backups because of the cost though.

      • @MigratingtoLemmyOP
        link
        English
        210 months ago

        Do you create one large binary blob or do you encrypt each file separately?

        • Scrubbles
          link
          fedilink
          210 months ago

          separately, that’s how I can maintain partial backups. The rclone crypt stuff is good at keeping track on huge amounts of files quickly