Backup GitLab to S3 bucket

Hi guys, any suggestions for S3 pulling my GitLab into an S3 bucket?
Thanks,
Glen.

https://docs.gitlab.com/ce/raketasks/backup_restore.html#using-amazon-s3 might help

1 Like

Hi. No. Doesn’t help. We use GitLab.com the documents appear to be for GitLab servers.

I doubt whether you can do that directly, maybe you can run a scheduled job, that archives/compresses a repo (which should be available in a runner) and than push it to you bucket. I think you would need a custom container with an S3 client and you probably need to specify such a job for each repository.