this post was submitted on 19 Sep 2026
29 points (100.0% liked)

Programming

28538 readers
471 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

Most companies rely on a SaaS based source control solution (GitHub, ADO, GitLabs, Codeberg, etc.). While this helps with issues are code loss from an individual POV (your laptop dies, you delete something). How do you back it up at scale should something happen to the service?

I know people, rightfully, joke about GitHub’s uptime, but what if it were to go hard down for an extended period of time?

So lemmings, how would you back up an organization’s source control?

Edit: a lot of people are focusing on personal or home. I’m wondering about corporate level without having on-premise resources.

you are viewing a single comment's thread
view the rest of the comments
[–] locuester@lemmy.zip 2 points 2 days ago (1 children)

I use local Gitea hosted on a pi cluster. I only push open source stuff I want to share to github. Most of my code does not push there anymore. No reason to give them training data without compensation.

My local gitea has its database and files on a NAS storage device, which encrypts and backs up to an AWS S3 bucket in another continent.

[–] MyNameIsRichard@lemmy.ml 1 points 1 day ago (1 children)

The compensation is the service you're getting for free. It becomes more tricky if you've got a paid account. I don't care if they train on my code because if they want to train on my crap, that's their problem.

[–] locuester@lemmy.zip 3 points 1 day ago

Yeah I don’t find that compensation to be worth it anymore.