this post was submitted on 06 Oct 2024
54 points (96.6% liked)

Asklemmy

43604 readers
1258 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_[email protected]~

founded 5 years ago
MODERATORS
 

Most people realize too late that they didn't have backups of their data or don't realize they can easily setup their own media servers at home. What do you use and suggest? Everything from beginner tech knowledge to advance. TIA

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 1 week ago (1 children)

I have a Nas running nextcloud for general ease of automatically backing up anything important from my phone or pc.

Nextcloud and important things from the server are backed up using a tool called "restic" which honestly does not get enough mention here.

Restic is amazing, it supports just about every cloud storage provider out there - could be Amazon S3 or backblaze, but it could also be OneDrive or Google drive. If you've got some cloud storage somewhere, restic will probably support it.

Restic is super clever, it takes snapshots and only backs up any data that has changed - so it's very space efficient and fast. I back up hourly, it only takes a few mins and if nothing has changed, there cost is also basically nothing. But you can pull back files from any snapshots you keep and when you delete a snapshot, it only deletes data that's not used by any snapshot.

This means you can have backups going back months or years at very little data cost. You can restore a full backup, or just a specific file if you need.

Seriously, restic is amazing and more people need to know about it.

[โ€“] [email protected] 2 points 1 week ago (1 children)

I'll have to check it out. Restic sounds interesting.

[โ€“] [email protected] 3 points 1 week ago

Definitely do! It's entirely command line driven, but don't let that put you off, it's quite easy to use and well thought out.

If that's still a concern, there's also backrest, a project that puts a web UI in front of restic:

https://github.com/garethgeorge/backrest