Group Backup Overview

This article contains information about GitLab group backup.

Group backup overview

GitProtect is built for GitLab (including GitLab groups) protect too. To be sure that all of your GitLab environment is reliably protected make sure to backup all repositories and GitLab Groups with related metadata. The best practice is to create a backup plan for critical repositories and metadata that change on the daily basis (or even more frequently) for example using recommended Grandfather-Father-Son (GFS) rotation scheme and another backup plan for unused data that you need to keep for any future reference. This kind of backup is required more for GitLab archive goals and due to unlimited retention, you can store your copies for as long as you need – even infinitely. Moreover, you can even delete those data from your GitLab account and keep the copy on storage to bypass GitLab limits.

See also:

pageProtected Resources

Backup type

Incremental and differential backups that save your storage space. Your backup software should include only changed blocks of your GitLab data since the last copy to reduce the backup size on your storage, speed up backup and limit bandwidth. Moreover, in the perfect scenario, you should be able to define different retention and performance schemes for every type of copy (full, incremental, and differential). Adding multiple storage instances Use different types of storages to replicate backups between storages, eliminate any outage or disaster risk and meet the 3-2-1 backup rule. It says that you should have at least 3 copies on 2 different storage instances with at least one off-site copy.

Storage

GitProtect is a multi-storage system. It allows you to store your data:

  • in the cloud (GitProtect Cloud, AWS S3, Wasabi Cloud, Backblaze B2, Google Cloud Storage, Azure Blob Storage, and any public cloud compatible with S3),

  • locally (NFS, CIFS, SMB network shares, local disk resources),

  • in hybrid environment/multi-cloud

Create a dedicated GitLab user

The best practice for big, enterprise users is to create a dedicated GitLab user account that will be connected to GitLab backup software and responsible only for backup purposes (ie. backup@companyname.com). It is due to two reasons – but security first. It means that this user should have access only to data it aims to protect. It also helps to bypass throttling – each GitLab user has his own pool of requests to the GitLab API – so every application associated with this account operates on the same number of requests. Thus, the separate user enables them to bypass these limits and perform backup smoothly without any queuing or delay.

If you manage a big organization and numerous repositories it is good to have even several GitLab users dedicated to backup purposes within your GitLab account – when the first one exhausts the number of requests to the API, the next one is automatically attached, and so on. Then the backup of even the biggest GitLab environment performs uninterruptedly.

Last updated