Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
5169f84f22
8 changed files with 176 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
A question for Joey: What's the expected schedule for v6 repos becoming solid enough to make them the default? Is it next on the priority list or are you still waiting for some git patches to propagate through or something like that?
|
||||
|
||||
I'm asking because I make extensive use of v5 direct mode repos. They sometimes give me a bit of trouble in ways which I hope indirect, unlocked, thin v6 repos could fix. However, I don't want to switch to v6 as long as Joey considers it too experimental/unfinished to be made the default repo format. So I'm trying to decide whether I should put in the effort to investigate the issues I'm having (which are annoying but not catastrophic), or just wait until v6 is ready for prime time.
|
5
doc/forum/git_annex_repairs_since_thursday.mdwn
Normal file
5
doc/forum/git_annex_repairs_since_thursday.mdwn
Normal file
|
@ -0,0 +1,5 @@
|
|||
I have not tried to get git annex to work in a bit. My troubles of recovering this annex repo have been documented [here](http://git-annex.branchable.com/forum/git_annex_wants_to_repair_every_time_it__39__s_running/), [here](http://git-annex.branchable.com/forum/how_to_disaster_recovery/) and [here](http://git-annex.branchable.com/forum/__34__git_annex_assistant_--stop__34___doesn__39__t_work_in_OSX_10.11.4/). On Thurs day I thought I give it another try. Since Thursday it tries to repair two out of three repos: my local repo on my laptop and my repo on an external harddrive I have. The b2 special remote repo appears to be fine, or not checked, I'm not sure.
|
||||
|
||||
What can I do, to get it working again?
|
||||
|
||||
P.S.: In my mind this setup should work like this: I want to move contents from my laptop to the external hdd and to b2 so that there are two copies at all times. I want to use git annex so that I don't need to carry all that stuff around with me anymore, because space on my ssd is sparse.
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="openmedi"
|
||||
avatar="http://cdn.libravatar.org/avatar/563ffaff3b492c579bd8f094472e4506"
|
||||
subject="comment 1"
|
||||
date="2017-02-19T15:27:08Z"
|
||||
content="""
|
||||
It's now Sunday and I stopped all three running git-annex processes on my system, after git used about 80% of my cpu, the daemon.log showing nothing and git annex info -F not responding.
|
||||
"""]]
|
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="openmedi"
|
||||
avatar="http://cdn.libravatar.org/avatar/563ffaff3b492c579bd8f094472e4506"
|
||||
subject="comment 2"
|
||||
date="2017-02-19T22:03:26Z"
|
||||
content="""
|
||||
I am now trying to just start again. I have initiated a completely new repo to which I'm now adding files from the old repo manually or rather I have already done so, set up two remotes (flash drive and external hdd) and have now a repo which hold at least those files which were unproblematic to move over.
|
||||
|
||||
I try now to recover any lost files and at the same time try to get rid of the repo on my laptop. Therefore I initiated on my external drive for disk space reasons a cloned copy of my local repo to which I'm now `get`ing everything via `git annex get -A`. After this is done, I'll move the missing files, if there are any, over to the new repo by hand and will drop all files on my laptop's repo (to make sure that the new external hdd repo includes everything) and then delete any and all repos and special remotes.
|
||||
|
||||
A fresh start seems to be the best way to go, since the old repo just couldn't be repaired by the assistant or me for that matter - or so it seemed.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue