I just started getting into self hosting using docker compose and I wonder about possible backup solutions. I only have to safe my docker config so far, but I want host files as well. What software and hardware are you using for backup?

@[email protected]
link
fedilink
English
2
edit-2
2Y

Everything:

Kopia encrypted -> another phisical drive

Kopia encrypted -> backblaze B2

  • Chron job every day at 4:15 AM

Most important folder (part of everything):

Duplicaty encrypted -> google drive

  • Also daily backup
Tupcakes
link
fedilink
English
22Y

I do something similar with kopia to b2. it works wonderfully.

@[email protected]
link
fedilink
English
5
edit-2
2Y

For app data, Borg as backup/restore software. Backup data is then stored on Hetzner as an offsite backup - super easy and cheap to setup. Also add healthchecks.io to get notified if a backup failed.

Edit: Backup docker compose files and other scripts (without API keys!!!) with git to GitHub.

Morethanevil
link
fedilink
English
22Y

I rsync my data once a day to another drive via script. If I accidentaly delete files, I can easily copy them back. Then once a day, rclone makes an encrypted backup to a hetzner storagebox

@[email protected]
link
fedilink
English
4
edit-2
2Y

I’ve had excellent luck with Kopia, backing up to Backblaze B2.

At work, I do the same to a local directory in my company provided OneDrive account to keep company data on company resources.

madeofstown
link
fedilink
English
32Y

I host everything on Proxmox VM’s so I just take daily snapshots to my NAS

WxFisch
link
fedilink
English
22Y

Backblaze B2. Any software that is S3 compatible can use B2 as the target and it’s reasonably priced for the service. I backup all the PCs and services to a Synology NAS and then backup that to B2 (everything except my Plex media, that would be pricy and it’s easy enough to re-rip from disc if needed).

@[email protected]
link
fedilink
English
32Y

I use Backblaze B2. I was using AWS S3 but the Backblaze pricing is significantly better.

@[email protected]
link
fedilink
English
22Y

You should look into s3 deep glacier. It’s $0.001 GB / month. Caveat is there’s a 6 month minimum charge per object.

Entropy
link
fedilink
English
12Y

Encrypted backup to google drive weekly from unraid, planning to get a NAS for another backup location

Freeman
link
fedilink
English
12Y

I have an old synology DS1513+

it runs Active Backup for business and Active backup for google workspace, as well as an AFP share for Apple machines. This is about 95% of all backups. Those backup archive files are then ALSO backed up to one of two large 14TB hdds. I swap them out monthly (or thereabout) and keep the spare at my office or in my firesafe when at home.

I have a couple other things out there too. A small SSh box to handle some scripting of config file backups etc. My main synology 1815+ also has a cloud sync up to backblaze that happens in realtime, but only keeps 1 copy of stuff as well as a hyperbackup job for super important stuff up to Backblaze, in addition to the nightly backups to the 1513+. This way if my house burns down I still have something (and likely a full copy with the 14TB HDD)

dr_robot
link
fedilink
12Y

ZFS send to a pair of mirrored HDDs on the same machine ever hour and a daily restic backup to S3 storage. Every six months I test and verify the cloud backup.

mariom
link
fedilink
English
12Y

For containers (but I use k3s) I use git to store helmfiles and configuration, secrets in ci/cd system.

For the rest - I use autorestic that backups data over ssh and S3.

Rosco
link
fedilink
English
22Y

On Proxmox, I use the built-in system + storing it to my Synology NAS (RS1221+). I use Active Backup for business (filesync) to back up the Proxmox config files, and also backup the husband’s PC and my work PC.

@[email protected]
link
fedilink
English
4
edit-2
2Y

I use restic (and dejadup just to be safe) backing up to multiple cloud storage points. Among these cloud storage points are borgbase.com, backblaze b2 and Microsoft cloud.

pirate526
link
fedilink
22Y

I run a second Unraid server with a couple of backup-related applications, as well as Duplicati. I have my main server network mounted and run scheduled jobs to both copy data from the main pool to the backup pool, as well as to Backblaze. Nice having the on-site backup as well as the cloud based.

I occasionally burn to 100gb blurays as well for the physical backup.

@[email protected]
link
fedilink
English
32Y

Rsync to backblaze b2. I only backup the stuff I can’t download again (photos/docs etc). It’s the cheapest option and does version control automatically for me on a 12 hourly basis.

I then also once a week plug in my external SSD and it auto dumps changes to it via rclone.

Google drive/takeout etc are all done periodically and put into a folder that will roll into the above backups.

Create a post

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:

  • Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.
  • No spam posting.
  • Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.
  • Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
  • No trolling.

Resources:

> Any issues on the community? Report it using the report flag.

> Questions? DM the mods!

  • 1 user online
  • 218 users / day
  • 9 users / week
  • 244 users / month
  • 841 users / 6 months
  • 0 subscribers
  • 542 Posts
  • 8.93K Comments
  • Modlog