this post was submitted on 04 Jul 2023
68 points (98.6% liked)

Selfhosted

42489 readers
663 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 2 years ago
MODERATORS
 

I have a home server that I’m using and hosting files on it. I’m worried about it breaking and loosing access to the files. So what method do you use to backup everything?

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

3-2-1

Three copies. The data on your server.

  1. Buy a giant external drive and back up to that.

  2. Off site. Backblaze is very nice

How to get your data around? Free file sync is nice.

Veeeam community version may help you too

[–] [email protected] 1 points 2 years ago

Running a Duplicacy container backing up to Google drive for some stuff and Backblaze for mostly all other data. Been using it for a couple years with no issues. The GUI and scheduling is really nice too.

[–] [email protected] 1 points 2 years ago
  • kopia backup to 2nd disk
  • kopia backup to B2 cloud
  • duplicaty backup to google drive (only most important folder <1GB)

Most of the files are actually nextcloud so I get one more copy of files (not backup) on PC by syncing with nextcloud app

[–] Lasthiin 1 points 2 years ago

Not what you mean but I use BDR shadow protect and Datto. Depending on customers budget.

[–] Difficult_Bit_1339 1 points 2 years ago* (last edited 2 years ago)

ZFS array using striping and parity. Daily snapshots get backed up to another machine on the network. 2 external hard drives with mirrors of the backup rotate between my home and office weekly-ish.

I can lose 2 hard drives from the array at the same time without suffering data loss. Any accidentally deleted files can be restored from a snapshot if my house is hit by a meteor I lose maximum of 3-4 days of snapshots.

[–] kn100 1 points 2 years ago

I personally separate my files into two separate zpools, but they may as well be directories. One zpool contains data that while it would suck to lose, wouldn't be a disaster. That data is stored on a mirrored disk, but isn't backed up anywhere else. The other zpool contains data that I absolutely do not want to lose. That is stored on the same mirrored disk setup, but is also backed up to Backblaze every night using Restic. VMs which produce data I don't want to lose store this data in this directory, so it gets backed up too.

[–] [email protected] 1 points 2 years ago

It’s kind of broken at the moment, but I have set up duplicity to create encrypted backups to Bacblaze B2 buckets.

Of course the proper way would be to back up to at least 2 more locations. Perhaps a local NAS for starters. Also could be configured in duplicity.

[–] [email protected] 1 points 2 years ago

I backup using a simple rsync script to a Hetzner storage box.

load more comments
view more: ‹ prev next ›