llajas / homelab

Modern self-hosting infrastructure, fully automated from empty disk to operating services with a single command.
https://homelab.lajas.tech
GNU General Public License v3.0
3 stars 0 forks source link

Off Site Backups #15

Open llajas opened 8 months ago

llajas commented 8 months ago

A discussion with @brimdor on performing off-site backups for cluster data.

Ideally, we would want a few things:

  1. Encryption at-rest/in-transit - Any backups that longhorn takes, how can we ensure that these are encrypted at rest?
  2. How does the data transfer (dedicated VPN tunnel or an in-cluster solution like tailscale or hamachi to see the adjacent cluster as in a separate VLAN)
  3. Chunking - For larger files, how can they be chunked so that transmission failures don't result in too far of a setback on uploading files.

Just some ideas to brainstorm but wanted to get them out of my head and somewhere. Feel free to add.