this post was submitted on 30 Mar 2025
24 points (96.2% liked)

Selfhosted

45381 readers
484 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
 

So, I run three VPS and one rack in the closet. Currently I have Duplicati running on all four servers. What I would like to do is have one central server back up all four servers and store the backups in an offsite repository.

I'd prefer something with a good GUI. I know you purist get a hard on thinking about the CLI, and while it is a very powerful aspect of Linux, I still like a GUI.

What are my options?

Side note, I wanted to look at Bacula but their site seems nonexistent. Is Bacula defunct?

top 8 comments
sorted by: hot top controversial new old
[–] Darkassassin07@lemmy.ca 14 points 3 days ago* (last edited 3 days ago) (5 children)

I will always recommend Borg backup just because of it's compression+de-duplication algorithms:

550gb of raw data, 20 historical backups going back over a year (10.98tb of data total), only 400gb of disc space used to store them all...

You can backup directly to remote servers via ssh, nfs, or directly between two borg instances, optionally encrypted in transit and at rest.

collapsed inline media

Borg is a CLI tool normally, but there are a number of GUI frontends you can use if you really want: Vorta, BorgWeb, and BorgWarehouse for example. (I've not used any of these, just examples from a google search)

[–] Dave@lemmy.nz 4 points 3 days ago

I use Borgmatic for my scheduled backups, and sync to Backblaze B2 with Rclone. Works great!

My data doesn't compress as well as yours though.

[–] rice@lemmy.org 2 points 2 days ago* (last edited 2 days ago)

restic also written to do what borg does but fix a bunch of the shortcomings that they also now fixed (many of) in the new 2.0/2.x versions

[–] Lem453@lemmy.ca 1 points 14 hours ago

I use self hosted borg repo to backup to a local server and then also borgbase is a service that allows remote backup.

Borgmatic automates all of this.

[–] a@91268476.xyz 1 points 3 days ago

@Darkassassin07 @irmadlad @selfhosted I'm using restic, but I'm getting to a point where borgwarehouse might be a better solution, thanks!

[–] irmadlad@lemmy.world 0 points 3 days ago

I looked at Borg, didn't see a GUI, but Borgwarehouse look good. It's on the list. Thanks

[–] Appoxo@lemmy.dbzer0.com 2 points 2 days ago

Using Veeam.
It's whole purpose is doing backups from small deployments up to the datacenter level.
Might be worth taking a look.
And the documentation is very good.

[–] Lemmchen@feddit.org 1 points 2 days ago