this post was submitted on 17 Feb 2024
95 points (98.0% liked)

Selfhosted

40183 readers
1026 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

What storage software could I run to have an archive of my personal files (a couple TB of photos) that doesn't require I keep a full local copy of all the data? I like the idea of a simple and focused tool like Syncthing, but they seem to be angling towards replication.

Is the simple choice to run some S3-like backend and use CLI or other client to append and browse files? I'd love something with fault tolerance that someone can gradually add disks to. If ceph were either less complicated or used less resources I'd want to do that.

(page 2) 9 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 9 months ago

Save your files to a local s3 object storage mount, enable versioning for immutability and use erasure coding for fault tolerance. You can use Lustre or some other S3 software for the mount. S3 is great for single user file access. You can also replicate to any cloud based S3 for offsite.

[–] [email protected] 10 points 9 months ago (4 children)

I use Borg Backup to a Hetzner storage box but doing the same thing to a disk array would work fine. How much data are you talking about? What is the usage picture? Backup and archiving are really not the same thing.

load more comments (4 replies)
[–] [email protected] 2 points 9 months ago

Syncthing can do send only. It's pretty configurable.

But I'd probably use a cloud storage like storj.io, and tools like duplicati.

[–] [email protected] 5 points 9 months ago (1 children)
[–] [email protected] 1 points 9 months ago (1 children)

That's top of my list for moving the files if I do an S3 or WebDAV backend. I'm overthinking this, aren't I? Just find a WebDAV server, set it up, use rclone to append files and pretty much everything else will be able to browse.

[–] [email protected] 2 points 9 months ago

Haha it's easy to overthink things sometimes. I'm guilty of that. I'm using SFTPGo at home to serve files from a small server.

[–] [email protected] 8 points 9 months ago (1 children)

Are we talking personal offsite backup, or a commercial cloud service?

For cloud backups I like BackBlaze but I’ve never tried to use it as a general cloud storage drive.

[–] [email protected] 2 points 9 months ago (1 children)

This would be self-hosted and local, one of the locations in a 3-2-1 strategy. BackBlaze would work for an offsite but I already have that portion covered.

[–] [email protected] 2 points 9 months ago (8 children)

that doesn't require I keep a full local copy of all the data

So you want a local self hosted backup, but also not a full copy? So like backup only recently changed files?

load more comments (8 replies)
load more comments
view more: ‹ prev next ›