this post was submitted on 25 Dec 2023
0 points (NaN% liked)

Selfhosted

39167 readers
381 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'm planning to set up proper backups for my server, but I'm not sure which software to use. I've looked for solutions with encryption, compressed, incremental backups. These seem to be the best options:

Does anyone have experience with these, and if so, what was your experience?

EDIT 2023-12-28:

It seems most people are using Restic of which about half mention using a wrapper such as resticprofiles, creatic and autorestic.

Borg Restic Kopia
3 7 5
you are viewing a single comment's thread
view the rest of the comments
[–] buedi@feddit.de 0 points 8 months ago

I tried Borg for a brief moment when I used the Nextcloud AiO Container and it has Borg Backup integrated into it.

But then I tried Kopia and sticked to it. I wanted a unified backup solution for all my systems (Linux + Windows) and Kopia is doing that. Also it has a nice Web Interface and GUI Client, so it´s usable even for the people not that tech-savvy.

My Homelab runs 2 Kopia Containers at the moment. The first one is here to backup all my compose files and the Docker volumes. The second one is backing up my NAS to a cloud storage. I can access these 2 via the Web GUI, which is very convenient. And when I need to restore something, I can mount the Repo and just restore what I need. To test my Homelab Backup, I spun up a Linux VM, installed Docker + Kopia CLI to restore everything and all my containers were up and running again.

On my Windows Systems I run Kopia GUI which can connect to multiple Repositories. So my Desktops backup up to my NAS and to a Cloud storage at the moment. So they run basically 2 Backup jobs (which only take a few minutes each when run once a week). But there is also a feature that a Kopia Repo Server syncs its Repo to another Repo, so this could have been a solution too. That way your system creates a Backup only once and Kopia takes care of synchronizing the existing Repo to an additional place.