Implement repository backups as per backup.rake
- 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