this post was submitted on 22 Apr 2025
38 points (93.2% liked)

Selfhosted

60482 readers
1229 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I have 3 servers:

  • my house
  • my sister house
  • my parents house

My server has a lot of services (Nextcloud and Immich the ones that use more space), the other 2 servers only have Home Assistant, Frigate and some shared folders. On my server I use Backrest to backup locally and on Wasabi, the other 2...well...are not backed up ๐Ÿ™ˆ ...yet!

I was thinking to buy a couple of 14/20TB drives and install them in my parents and sister servers so that each server can backup data on the other 2. The backup will be done locally on all the servers with Backrest. How do I copy the backups across servers? Should I use Syncthing or is it better to use one repository per location on each Backrest? Or...other ideas?

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] surewhynotlem@lemmy.world 2 points 1 year ago (1 children)
[โ€“] possiblylinux127@lemmy.zip 1 points 1 year ago (2 children)

Configure each backup machine to read from the data you are backing up

[โ€“] surewhynotlem@lemmy.world 2 points 1 year ago (1 children)

You can do it that way, but I don't see how that's more secure. Fewer server bits to maintain I guess?

[โ€“] EarMaster@lemmy.world 4 points 1 year ago

I think what he means is that if your backup is triggered from your main server and your main server is compromised the backups can also be attacked immediately. If the backup is requested from the backup machine you will at least have the time between the attack and the next backup to prevent the attack from reaching your backup machines.

[โ€“] peregus@lemmy.world 1 points 1 year ago (1 children)

I'm sorry, but I still don't understand what you mean. Could you please elaborate bit? Thanks!

[โ€“] possiblylinux127@lemmy.zip 1 points 1 year ago (1 children)

You configure the backup systems to connect to the device to be backed up. The idea is if something bad happens on the main machine it won't impact the backups

[โ€“] peregus@lemmy.world 2 points 1 year ago

Got it, good idea, thanks!