Hacker News new | ask | show | jobs
by rmkrmk 2608 days ago
> We believe that no data has been lost, unless the owner/maintainer of the repository did not have a local copy and the GitLab copy was the only one.

Too bad they don't make backups of users repositories?

2 comments

They do infact create snapshots twice a day and keep them for two weeks.

https://about.gitlab.com/handbook/engineering/infrastructure...

GitLab is not a repository backup service. They are only required to hold multiple copies of what is the current version of the repository for their own hard drive fault tolerance purposes; they are not required to hold copies of the repository from a day, week, month, or year ago.
Was just a question, don't get me wrong here. Thought they would do this for their managed service.
You can see how GitLab handles repository backups on the following page https://about.gitlab.com/handbook/engineering/infrastructure...