This commit is contained in:
parent
ead200b5f7
commit
d810049988
1 changed files with 34 additions and 0 deletions
|
@ -0,0 +1,34 @@
|
|||
I am trying to synchronize "Linux Workstation" and "Android Tablet" with annex assistant through RSync remote and my google account.
|
||||
|
||||
I keep failing horribly :-) I followed http://git-annex.branchable.com/assistant/remote_sharing_walkthrough/,
|
||||
but I seem to either do the steps in wrong order, because I never managed to materialize the files on my Android device.
|
||||
|
||||
Steps went thusly:
|
||||
1L) install annex on linux and run assistant and select repository dir
|
||||
2L) add rsync remote, set folder to android_docs
|
||||
3L) add jabber account
|
||||
-> I see progress bars and it seems to sync just fine
|
||||
4A) install annex on android, specify repository
|
||||
5A) add the "share with other devices repository"
|
||||
6A) login with my google account
|
||||
7A) sync fails because I am on failing wifi network
|
||||
8A) try to add RSync remote, accidentaly specify annex folder
|
||||
9A) realize mistake, try to remove rsync repo
|
||||
10A) hangs on "cleaning step"
|
||||
11A) battery dies
|
||||
12A) charge battery, start android, move to functional wifi network
|
||||
13A) start annex assistant, hangs in terminal (don't remember error message :-/)
|
||||
14A) remove repo folder from android, remove annex,download apk again, reinstall
|
||||
15A) run annex, select folder, add the "share with other devices repository", login with google account
|
||||
16L) See fail syncing on linux
|
||||
|
||||
fatal: Could not read from remote repository.
|
||||
|
||||
Please make sure you have the correct access rights
|
||||
and the repository exists.
|
||||
|
||||
17A) android seems that it finished syncig, asks for remote repository
|
||||
18A) specify my rsync account with correct folder "android_docs"
|
||||
19A) Could not resolve hostname git-annex-$servername-$username_$port_$directory
|
||||
|
||||
I am starting to thing, that randomly creating and removing repositories is not the way forward, so I'd like to get to clean state and redo my setup :)
|
Loading…
Reference in a new issue