This commit is contained in:
parent
1fccea5154
commit
cd451760c3
1 changed files with 5 additions and 0 deletions
5
doc/forum/batch_check_on_remote_when_using_copy.mdwn
Normal file
5
doc/forum/batch_check_on_remote_when_using_copy.mdwn
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
When I copy my local repository with SHA* to a remote repo with SHA*, every single file is checked by itself which seems rather inefficient. When my remote is accessed via ssh, git-annex opens a new connections for every check. If you are not using a ssh key or key agent, this gets tedious...
|
||||||
|
|
||||||
|
For all locked files, either git's built-in mechanisms should be used or, if that's not possible, a few hundred checksums (assuming SHA* backend) should be transfered at once and then checked locally before deciding that to transfer.
|
||||||
|
|
||||||
|
-- RichiH
|
Loading…
Reference in a new issue