Added a comment
This commit is contained in:
parent
628325f45b
commit
bc4ff0c71f
1 changed files with 28 additions and 0 deletions
|
@ -0,0 +1,28 @@
|
|||
[[!comment format=mdwn
|
||||
username="umeboshi"
|
||||
subject="comment 1"
|
||||
date="2016-01-02T23:09:53Z"
|
||||
content="""
|
||||
I have been getting more failures than I used to when using -J with get and copy commands.
|
||||
|
||||
The dirannex remote is a local directory remote.
|
||||
```
|
||||
get 74/024842a88350573fa70e33f6dea9d274.jpg (from web...) ok
|
||||
get 74/02c67a1850ee54848d0203c48a613d74.jpg (from dirannex...) ok
|
||||
get 75/024b4a9e700c51aeb9a51d7566a19c75.jpg (transfer already in progress, or unable to take transfer lock)
|
||||
Unable to access these remotes: web
|
||||
|
||||
Try making some of these repositories available:
|
||||
00000000-0000-0000-0000-000000000001 -- web
|
||||
failed
|
||||
```
|
||||
```
|
||||
git-annex copy -J5 --to dirannex
|
||||
<snip>
|
||||
(transfer already in progress, or unable to take transfer lock) failed
|
||||
git-annex: copy: 5 failed
|
||||
```
|
||||
|
||||
|
||||
|
||||
"""]]
|
Loading…
Reference in a new issue