100

I just got my home server up and running and was wondering what you guys recommend for backups. I figure it will probably be worth having backups on cloud servers tjay are external, are there any good services yall use for that?

(page 2) 50 comments
sorted by: hot top controversial new old
[-] youRFate@feddit.de 2 points 1 year ago* (last edited 1 year ago)

I use wasabi s3, I back up to that using restic.

[-] dsemy@lemm.ee 2 points 1 year ago* (last edited 1 year ago)

Git Annex.

Took me a while to wrap my head around it, but nothing comes close to it once you set it up.

Edit: should have read the post more carefully, I use Git Annex both locally and on a VPS I rent from openbsd.amsterdam for off-site backups.

[-] Rakn@discuss.tchncs.de 2 points 1 year ago

Somehow "took me a while to wrap my head around it" doesn't make me feel comfortable. Apart from git-annex themselves saying that they aren't a backup system and just a building block to maybe create one, a backup system should imho be dead simple sind easy to understand.

[-] dsemy@lemm.ee 1 points 1 year ago

Once you actually start using it it is dead simple and integrates extremely well with stuff you (might) already do.

I have a Git repo which contains my dotfiles + every “large” (annexed) file I want to back up under my home directory.

Git annex automatically tracks where all annexed files are, how many copies there are on various repos, etc.

I add and modify files using mostly standard git commands.

It supports pretty much anything as a “remote”.

It’s extremely simple to restore backups locally or remotely.

Basically Git annex is the Git of backup solutions IME, allowing you extreme flexibility to do exactly what you want, provided you take the time to learn how to do what you want.

[-] Rakn@discuss.tchncs.de 1 points 1 year ago

Features that are important to me are things like an easy overview of all backup jobs (ideal via a web UI), snapshots going back every day for a week and after that every month. Backup to providers like Backblaze or AWS and the ability to browse these backups and individual snapshots.

I'd assume that you can build all of this with git annex in some way. But I really want something that works out of the box. E.g. install the backup software give it some things to backup and an B2 bucket and then go.

What I'm curious about is that the git-annex site explicitly days that they aren't a backup system, but you describe it as such.

[-] dsemy@lemm.ee 1 points 1 year ago* (last edited 1 year ago)

I don’t care about stuff working OOTB - half the fun is messing around with things IMO.

I also don’t care about web UIs and similar features (I always got the impression from selfhosting communities that this is considered important but I never really understood why - I don’t spend all day staring at statistics, and when I need some info I can get it through the terminal usually).

Also, first sentence on Git Annex’s website:

git-annex allows managing large files with git, without storing the file contents in git. It can sync, backup, and archive your data, offline and online. Checksums and encryption keep your data safe and secure.

Not sure why you’re saying it’s not a backup solution.

Efit: I guess the “what git-annex is not” page says this.

To quote a comment by the creator on the same page:

It's definitely possible to use git-annex in backup-like ways, but what I want to discourage is users thinking that just putting files into git-annex means that they have a backup. Proper backups need to be designed, and tested. It helps to use software that is explicitly designed as a backup solution. git-annex is more about file distribution, and some archiving, than backups.

So basically he says this just so people won’t yell at him when they fail to use it as a backup solution correctly.

load more comments (2 replies)
[-] redballooon@lemm.ee 2 points 1 year ago

To back up my Synology: My first level is an old Synology, the second is Amazon Glacier.

[-] shadowbert@kbin.social 2 points 1 year ago

Duplicati, to a friend's home server who lives in another town.

load more comments (7 replies)
[-] cctl01@feddit.nl 1 points 1 year ago

Duplicati to Backblaze B2 for the important stuff. For as far as the media library goes, no backup just local raid setup...

[-] tqgibtngo@kbin.social 1 points 1 year ago
[-] jrest18n@lemm.ee 1 points 1 year ago

Veeam backup and replication at home and at work.

[-] quantum_mechanic@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

My truenas backs up to B2 Backblaze. Set it up years ago and haven't touched it since.

[-] atzanteol@sh.itjust.works 1 points 1 year ago

(you should test your backups)

You may have, but this is a friendly reminder just in case.

[-] quantum_mechanic@lemmy.world 2 points 1 year ago

Yeah I have. I work in tech, so I know better :)

[-] davad@lemmy.world 1 points 1 year ago

Restic using resticprofile to configure and schedule backup runs.

[-] bmck@lemmy.bmck.au 1 points 1 year ago* (last edited 1 year ago)

AWS Glacier. I use the Synology plugin that does it automatically on a schedule.

https://aws.amazon.com/es/s3/storage-classes/glacier/

[-] TheHolm@aussie.zone 0 points 1 year ago

Their prices are ridicules if you add cost of outbound traffic.

[-] hjpoijnerflkjn@feddit.de 2 points 1 year ago

But if not (for disaster recovery only) it is pretty cheap. Like 1$/TB/month.

[-] bmck@lemmy.bmck.au 1 points 1 year ago

I hope to never have to restore from there. It’s not something you’re to do frequently.

[-] giddy@aussie.zone 1 points 1 year ago

I use nightly borg backup to a separate box and then that box uses rclone to back up the borg repo offsite. Before running the borg backup I export all databases and docker volumes so they get picked up.

load more comments
view more: ‹ prev next ›
this post was submitted on 22 Jul 2023
100 points (95.5% liked)

Selfhosted

40359 readers
404 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