Ask HN: Does your company back up its GitHub/Gitlab source code?

3 wewewedxfgdf 5 8/2/2025, 10:57:27 PM

Comments (5)

__d · 4h ago
Daily backups of our (self-hosted) GitLab, rsync-ed to a remote machine, and from there, BTRFS snapshots onto a removable HDD, which is rotated off-site every week.
brodo · 10h ago
Yes. Our company backs up pretty much everything.
stockresearcher · 7h ago
The snarky answer is that if you have n developers, you have n backups of your git repositories.
westurner · 8h ago
What about Issues and PRs too?
PseudoComputer · 10h ago
yes, and you absolutely should