Description
Copy repo data from local to ssh and vice versa
Use Case
Migrate repo's without having to re upload from the client
Temporarily move repositories to fix underlying storage issues
Faster recovery if repo data can be moved closer to the client for better bandwidth
Archival between local and ssh
Better space management if required
Alternatives Considered
Copy the repo to and from with command-line tools like rsync
Edit : overlaps with #413 except this is a manual option but would definitely work together
Description
Copy repo data from local to ssh and vice versa
Use Case
Migrate repo's without having to re upload from the client
Temporarily move repositories to fix underlying storage issues
Faster recovery if repo data can be moved closer to the client for better bandwidth
Archival between local and ssh
Better space management if required
Alternatives Considered
Copy the repo to and from with command-line tools like rsync
Edit : overlaps with #413 except this is a manual option but would definitely work together