this post was submitted on 04 Jul 2023
143 points (98.0% liked)

Selfhosted

40403 readers
416 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) 50 comments
sorted by: hot top controversial new old
[–] chellomere@lemmy.world 2 points 1 year ago
[–] haych@lemmy.one 2 points 1 year ago

I run everything in containers, so I rsync my entire docker directory to my NAS, which in turn backs it up to the cloud.

[–] zzmori@lemm.ee 2 points 1 year ago

I’m backing up my stuff over to Storj DCS (basically S3 but distributed over several regions) and it’s been working like a charm for the better part of a year. Quite cheap as well, similar to Backblaze.

For me the upside was I could prepay with crypto and not use any credit card.

[–] whoami@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

Kopia to Backblaze B2 is what I generally use for off-site backups of my devices. Borg's another good option to look at, but not as friction-less in my experience. There are a couple of additional features that are available in Kopia that are nice to have and are not in Borg (i.e. error correction, file de-duplication) from what I recall. edit: borg does do de-duplication

[–] Pika@lemmy.world 2 points 1 year ago

I use Bacula to an external drive, it was a pain in the ass to configure but once it's running its super reliable and easily extended to other drives or folders

[–] NSA_Server_04@lemmy.world 2 points 1 year ago

Using ESXi as a hypervisor , so I rely on Veeam. I have copy jobs to take it from local to an external + a copy up to the cloud.

[–] f1g4@feddit.it 2 points 1 year ago (1 children)

A simple script using duplicity to FTP data on my private website with infinite storage. I can't say if it's good or not. It's my first time doing it.

[–] stormcynk@lemmy.world 1 points 1 year ago (1 children)

How do you have infinite storage? Gsuite?

[–] f1g4@feddit.it 1 points 1 year ago

I confirm that in the terms and condition they discourage the use as a private cloud backup and only to host stuff related to the website. Now.. until now I've had no complaints as I've been paying and kept the traffic at minimum. I guess I'll have to switch to some more cloud oriented version if I keep expanding. But it's worked for now !

[–] irdc@derp.foo 1 points 1 year ago

Compressed pg_dump rsync’ed to off-site server.

[–] ptman@sopuli.xyz 1 points 1 year ago

rsync + borg, but looking at bupstash

[–] rambos@lemmy.world 1 points 1 year 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

[–] satanmat@lemmy.world 1 points 1 year 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

[–] krdo@lmmy.net 1 points 1 year ago

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

[–] Lasthiin@sh.itjust.works 1 points 1 year ago

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

[–] Sarazil@kbin.social 1 points 1 year ago

For my webserver, mysqldump to a secured folder, then restic backup the whole /svr folder, then rsync the restic backup to another server. Also have a system that emails me if these things don't happen daily. The log files are uploaded to a url, the log file is checked for simple errors, and if no file is uploaded in time, email.

Of course, in my case, the url files are uploaded to - and the email server... are the same server I'm backing up... but at least if that becomes a problem, I probably only need the backups I've already made to my second server.

[–] Richard@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

My home servers a windows box so I use Backblaze which has unlimited storage for a reasonable fixed price. Have around 11TB backed up. Pay the extra few dollars for the extended 12 month retention of deleted files, which has saved me a few times when I needed to restore a file I couldn’t find.

Locally I run stablebit DrivePool and content is mirrored and pooled using that, which covers me for drive failures.

[–] DataDreadnought@lemmy.one 1 points 1 year ago

Bash scripting and rclone personally, here is a video that helps https://youtu.be/wUXSLmGAtgQ

[–] GammaScorpii@lemmy.world 1 points 1 year ago (1 children)

TrueNAS zfs snapshots, and then a weekly Cron rsync to a servarica VPS with unlimited expanding storage.

[–] ThetaDev@lemmy.fmhy.ml 1 points 1 year ago (2 children)

If you use a VPS as a backup target, you can also format it with ZFS and use replication. Sending snapshots is faster than using file-level backup tool, especially with a lot of small files.

load more comments (2 replies)
[–] MisterB@feddit.uk 1 points 1 year ago

I've recently begun using duplicati to backup the data from my docker containers and VMware snapshots for the guest VM itself, just currently struggling to understand how to automate the snapshots yet so I do them manually

[–] somedaysoon@lemmy.world 1 points 1 year ago

https://somedaysoon.xyz/posts/tech/backups/

But tl;dr of that:

  • OS backed up with timeshift
  • Data backed up with both snapraid on the data drive pool and then also borg to other drives+devices+locations
[–] balthazar@vlemmy.net 1 points 1 year ago

Almost all the services I host run in docker container (or userland systemd services). What I back up are sqlite databases containing the config or plain data. Every day, my NAS rsyncs the db from my server onto its local storage, and I have Hyper Backup backup the backups into an encrypted S3 bucket. HB keeps the last n versions, and manages their lifecycle. It's all pretty handy!

[–] shrugal@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

My server is a DiskStation, so I use HyperBackup to do an encrypted backup of the important data to their Synology C2 service every night.

[–] netburnr@lemmy.world 1 points 1 year ago

Veeam backup and recovery notnfor retail license covers up to 10 workloads. I then s3 offsite to backblaze

[–] nnullzz@kbin.social 1 points 1 year 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.

[–] wyatt@lemmy.wyattsmith.org 1 points 1 year ago

If you are using kubernetes, you can use longhorn to provision PVCs. It offers easy S3 backup along with snapshots. It has saved me a few times.

[–] originalucifer@kbin.social 1 points 1 year ago

dont overthink it.. servers/workstations rsync to a nas, then sync that nas to another nas offsite.

load more comments
view more: ‹ prev next ›