conny
|
2010-06-09
, 14:10
|
Posts: 654 |
Thanked: 664 times |
Joined on Feb 2009
@ Germany
|
#421
|
The Following User Says Thank You to conny For This Useful Post: | ||
|
2010-06-09
, 20:12
|
Posts: 562 |
Thanked: 1,732 times |
Joined on Jan 2010
@ NYC
|
#422
|
|
2010-06-10
, 08:32
|
Posts: 654 |
Thanked: 664 times |
Joined on Feb 2009
@ Germany
|
#423
|
Yeah, But I was also thing of doing a rsync set up and do it manually sorta. As long as I have backup it good enough for me now. Since I mainly live on this device and not on desktop/laptop, syncing is less important than having a good backup...for now.
|
2010-06-11
, 16:52
|
Posts: 562 |
Thanked: 1,732 times |
Joined on Jan 2010
@ NYC
|
#424
|
|
2010-06-16
, 08:59
|
Posts: 1,179 |
Thanked: 770 times |
Joined on Nov 2009
|
#425
|
|
2010-06-16
, 09:26
|
Posts: 654 |
Thanked: 664 times |
Joined on Feb 2009
@ Germany
|
#426
|
I created a ubuntu account so I can now have online back up. Previously what I was doing was a long process of copying all notes to my home directory then copying to PC and putting in the Tomboy folder.
However, I am unable to get the ubuntu synch working. Each time I try to synch I get an Internal Error Conboy will now close message.
I have over 200 notes so don't know if that is what is causing the problem. Will be a shame if I cannot synch cause of the number of notes.
Also any possibility of creating folders as you can in Tomboy (or is it briefcase it is called - not sure)? That would be really cool and make it easier for me to sort my many notes.
The Following User Says Thank You to conny For This Useful Post: | ||
|
2010-06-16
, 15:05
|
Posts: 1,179 |
Thanked: 770 times |
Joined on Nov 2009
|
#427
|
That sounds like a plain programming error and nothing regarding the number of your notes.
Help me help you Could you please start Conboy from the terminal and send the output you get there to me. At least the last couple of lines before the crash.
Folders (aka notebooks) are not yet supported. There is an enhancement request for it in bugzilla, but currently my focus is still on the synchronization. However, the relation between notes and notebooks are preserved during sync. So you still have them in the correct notebook in Tomboy.
|
2010-06-16
, 15:08
|
|
Posts: 2,121 |
Thanked: 1,540 times |
Joined on Mar 2008
@ Oxford, UK
|
#428
|
The Following User Says Thank You to pelago For This Useful Post: | ||
|
2010-06-16
, 19:21
|
Posts: 654 |
Thanked: 664 times |
Joined on Feb 2009
@ Germany
|
#429
|
cd mv .conboy/2af63c59* . mv .conboy/dc20eale* .
|
2010-06-17
, 09:00
|
Posts: 1,179 |
Thanked: 770 times |
Joined on Nov 2009
|
#430
|
Yea, text would be better next time
It looks like you have at least 2 corrupted notes and it could be that they are messing up the sync. I'll run some tests tomorrow, maybe I can reproduce it.
If you want to try something, you could move the two notes starting with 2af63c59 and dc20eale out of the /home/user/.conboy/ folder and try again. In xterm this would be:
With those commands you move them into your home folder where Conboy won't try to load them. Also if those two notes do not contain any sensitive data, you could send them to me via PM. It could maybe help me debug this problem.Code:cd mv .conboy/2af63c59* . mv .conboy/dc20eale* .
If this is all too scary, please wait a bit. I'm continuously tweaking the sync process, so it might just work in the next version. Still, input from your side could help a lot.
Thanks for reporting this.
[Edit: I've read your original post again, so I assume you're familiar with coping files on linux etc. That will certainly help ]
The Following User Says Thank You to etuoyo For This Useful Post: | ||