this post was submitted on 04 Oct 2023
107 points (95.0% liked)

Selfhosted

39640 readers
270 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
 

I've been considering paying for a European provider, mounting their service with rclone, and thus being transparent to most anything I host.

How do y'all backup your data?

(page 2) 50 comments
sorted by: hot top controversial new old
[–] Father_Redbeard@lemmy.ml 2 points 1 year ago

I've finally settled on Duplicacy. I've tried several CLI tools, messed with and love rclone, tried the other GUI backup tools, circled back to Duplicacy.

I run a weekly app data backup of my unRAID docker containers, which is stored on an external SSD attacked via USB to the server. The day after that runs duplicacy does a backup of that folder to Backblaze B2. My Immich library is backed up nightly and also sent to B2 via Duplicacy. Currently, those are the only bits of critical data on the server. I will add more as I finalize a client backup for the Win10, Linux, and MacOS devices at home, but it will follow this trend.

[–] fbmac@lemmy.fbmac.net 2 points 1 year ago
[–] krash@lemmy.ml 2 points 1 year ago

I am a simple man, and like simple setups that's easy to maintain.

When it comes to my pictures and private data, I have them on one portable disk, that I rsync over to another portable disk on a monthly basis.

When it comes to my application logs and data, I back them up to a S3-compatible bucket with s3-cmd, through the frequency of my choosing as a cron-job. The S3 bucket is configured for "write once, read many" mechanism to avoid alternation of the data. And if the cron-job fails, I get a notification through ntfy.

Quite simple, and robust.

[–] joel_feila@lemmy.world 1 points 1 year ago
[–] ikidd@lemmy.world 1 points 1 year ago (1 children)
load more comments (1 replies)
[–] ZAX2717@lemmy.world 1 points 1 year ago

Backblaze. Easy and cheap. It’s fire and forget for the most part.

[–] Catsrules@lemmy.ml 1 points 1 year ago

Backend storage is all ZFS. I have a big external drive plugged in via USB on my ZFS box and that backs up my daily backups.

I have a two old PCs that I run ZFS on as well. One auto turns on every week and ZFS backs up to that. The other PC is completely manual and I just randomly turn that on and backup. Every so often. Usually every 2-4 weeks.

For off-site backups. I use Syncthing and it is running on a server at a families house. Few miles away.

I picked Syncthing over ZFS because I actually a little more than an off-site I wanted a two way sync between our two locations so both locations could have a local copy they can edit and change.

[–] ThorrJo@lemmy.sdf.org 1 points 1 year ago

For a long time I did 1 hot copy (e.g. on my laptop), 1 LAN/homelab copy (e.g. Syncthing on a VM), and 1 cloud copy ... less a backup scheme than a redundancy scheme, albeit with file versioning turned on on the homelab copy so I could be protected from oopsies.

I'm finally teaching myself duplicity in order to set up a backup system for a webdev business I'm working on ... it ain't bad.

[–] gridleaf@lemmy.world 1 points 1 year ago (1 children)
[–] giacomo@lemm.ee 1 points 1 year ago

lol I mean it's not raid per se

[–] nameisnotimportant@lemmy.ml 1 points 1 year ago (1 children)

I do a Clonezilla image on an old 3.5'' drive from time to time, most of my documents are stored on the cloud so I'm pretty safe in terms of 'uptodateness'

[–] onlinepersona@programming.dev 1 points 1 year ago (1 children)

Are they encrypted on the cloud?

[–] nameisnotimportant@lemmy.ml 1 points 1 year ago

Yes absolutely, and they are even stored on my own NAS 👌

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

Illuminated Binary Manuscripts.

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

Nightly backups to an on-prem NAS. Then an rsync to a second off-site NAS at my folks house.

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

The main storage is a Nas that is mounted in read only most of the time and has two drives in raid mirror. Plus rclone to push a remote and client side encrypted backup to backblaze.

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

I have my data backed up locally on an HDD, though I'm planning on building a server machine to hold more data with parity (not just for backups). Important data I have backed up in Google drive and Proton drive, both encrypted before upload. It isn't that big, I don't back up media or anything in the cloud. Oh and I have some stuff in mega, but I stopped adding to that years ago. I should probably delete that account, thanks for the reminder!

[–] leraje@lemmy.blahaj.zone 1 points 1 year ago

rsync over ssh (my server is in the next room) which puts the backup on an internal drive. I also have an inotify watch to zap a copy from there to an external USB drive.

[–] sj_zero@lotide.fbxl.net 1 points 1 year ago

I still need to get it set up, but I'll have 3: One on my NAS, one on a local USB drive, and one offline backup. I'll use rsync for the job.

[–] kowcop@aussie.zone 1 points 1 year ago

Cheap second NAS that I power up every now and again, then I run a dsynchronize profile which replicates the important stuff (video), and all the stuff I could never replace I put on a usb and keep it elsewhere

[–] emhl@feddit.de 1 points 1 year ago

Local versioning with btrfs rsync copy to other machine in home network rsync to NAS at my parents home

[–] watcher@nopeeking.link 1 points 1 year ago

Encrypted files sent to Google Cloud Storage (bucket) for long-term archival. Comes out pretty cheap like that.

load more comments
view more: ‹ prev next ›