Add local implementation to backup.Repository
In order to implement server-side backups, we need a way to directly access repositories on the gitaly in question. Usually backup.Manager uses RPCs for this purpose, instead we implement the same interface using localrepo.
Edited by James Fargher