Skip to content

Implement repository backups as per backup.rake

James Fargher requested to merge gitaly-backup into master

gitlab#35862 (closed)

  • Introduces new gitaly-backup executable that receives server/repo pairs to backup over stdin as a JSON stream.
  • Replicates backup.rake repository backups as close as possible. It passes tests when setup as a proof of concept.

Still to add:

  • Restore backup
  • Concurrency
Edited by James Fargher

Merge request reports

Loading