This commit is contained in:
parent
ffafed4d82
commit
89a056aed6
1 changed files with 5 additions and 0 deletions
5
doc/forum/Repair_in_steps__63__.mdwn
Normal file
5
doc/forum/Repair_in_steps__63__.mdwn
Normal file
|
@ -0,0 +1,5 @@
|
|||
If I understand correctly, 'git annex repair' first runs 'git fsck' and then tries to repair the repository by connecting to available remotes.
|
||||
|
||||
It can take a long when 'git annex repair' runs 'git fsck' (at least 14 hours in my case). For me, it is not very convenient to have the remotes available during this entire time. It would be nice if I could connect to them only when necessary. This makes me wonder if it is possible to separate the running of git fsck from the operation of connecting to the remotes to repair the local repository. Or similarly, it would be nice to be able to run 'git annex repair' again quickly if it had just ran.
|
||||
|
||||
Thanks for any help on this
|
Loading…
Add table
Add a link
Reference in a new issue