this post was submitted on 02 Oct 2023
153 points (95.3% liked)

Asklemmy

53803 readers
478 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 7 years ago
MODERATORS
 

I'm looking for a diskspace of possibly 1TB online

Edit: my idea is to use it like as an external harddisk for everyday stuff. Encrypt the disk, put my filesystem on it, mount it as external drive kinda. Never worry about backups or lost data etc, as the provider would take care of it

you are viewing a single comment's thread
view the rest of the comments
[–] railsdev@programming.dev 6 points 2 years ago (1 children)

Like others are saying, it depends on your requirements.

I’m loving Storj as a cloud NAS. Basically I have a NAS with 8 TB of storage but if something goes wrong with that, I’m out of luck. What I did was copy everything to Storj then reconfigure the NAS to simply act as a local cache for it.

This is great because I can share my media with friends and family while using client-side encryption and it streams FAST rather than relying on my residential ISP with slow upload speeds.

[–] Catsrules@lemmy.ml 1 points 2 years ago* (last edited 2 years ago) (1 children)

How do you access your storage? Is there like a web front end? I thought Storj was more for backend storage?

[–] railsdev@programming.dev 2 points 2 years ago

They have their own CLI tool (uplink) but it does have an S3 gateway.

Yeah it’s geared more for backend stuff but I use rclone to both sync it and to provide a WebDAV gateway (it supports others but they didn’t work great for my needs).