Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
bda4a6c56f
4 changed files with 55 additions and 8 deletions
|
@ -0,0 +1,26 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
nickname="joey"
|
||||
subject="comment 1"
|
||||
date="2013-04-27T19:54:42Z"
|
||||
content="""
|
||||
This error message means that the file's content is not present on your server.
|
||||
|
||||
It seems like git-annex *thinks* the file is there, so it sent it there. But something appears to have happened to it.
|
||||
|
||||
You can investigate like this:
|
||||
|
||||
* Get the file's key, by running `basename $(git cat-file p 'HEAD:Musik/+⁄-/2003 - You Are Here (Bonus Disc)/01 - I've Been Lost.ogg')`
|
||||
* Run `find` in /mnt/raid/Audio on the server, and grep for that key.
|
||||
|
||||
If that finds any files, we may have a git-annex bug of some kind.
|
||||
|
||||
If it finds an empty directory, that's an indication that the file's content was sent to the server before, but has now somehow gotten deleted.
|
||||
|
||||
----
|
||||
|
||||
You may also want to run, on the client: `git annex fsck --fast --from eifel.fritz.box__mnt_raid_Audio`
|
||||
That will check that all the files it thinks should be on the server are still there. If it says \"fixing location log\",
|
||||
then it's found other files that were expected to be on the server but don't seem to be any longer.
|
||||
|
||||
"""]]
|
|
@ -0,0 +1,18 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
nickname="joey"
|
||||
subject="comment 3"
|
||||
date="2013-04-27T19:35:15Z"
|
||||
content="""
|
||||
Are either the USB drive or the ssh remote configured to be in the archive or smallarchive group?
|
||||
|
||||
If not, there was a recent change to how archive directories are handled, which would explain this behavior:
|
||||
|
||||
<pre>
|
||||
* Adjust preferred content expressions so that content in archive
|
||||
directories is preferred until it has reached an archive or smallarchive
|
||||
repository.
|
||||
</pre>
|
||||
|
||||
The solution would be to make the USB drive be in the archive group, probably..
|
||||
"""]]
|
|
@ -1,8 +0,0 @@
|
|||
[[!comment format=mdwn
|
||||
username="hhm"
|
||||
ip="108.17.80.177"
|
||||
subject="file transfer?"
|
||||
date="2013-04-23T10:22:43Z"
|
||||
content="""
|
||||
Would it be possible to add optional support for transferring files over XMPP (possibly being disabled out-of-the-box so as not to suck up third-party bandwidth)?
|
||||
"""]]
|
|
@ -0,0 +1,11 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://pradermecker.myopenid.com/"
|
||||
ip="81.244.215.244"
|
||||
subject="comment 2"
|
||||
date="2013-04-27T17:14:43Z"
|
||||
content="""
|
||||
It works fine. After it is set up with the client as described, sync is automatic from the Assistant.
|
||||
|
||||
What I find cumbersome is the fact that I need to manually call \"git annex sync\" on the remote (usb or local ssh) to view (generate) the link. Is there a way to avoid this extra step ?
|
||||
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue