summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/3_Wz5qZgvZuQVg2dZUa8NPI4Xs7CR1yMoQ--#85eff <Alexis@web>2015-02-03 19:05:36 +0000
committerGravatar admin <admin@branchable.com>2015-02-03 19:05:36 +0000
commit7d49b1b92631d983ad3369799c34a992be358c04 (patch)
tree9e67197b23685e972400156044f295826e9b4d96
parent5fad2597111998973c5c88ade2d157452fb60cb6 (diff)
-rw-r--r--doc/forum/Backup_with_github_and_google_drive.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/forum/Backup_with_github_and_google_drive.mdwn b/doc/forum/Backup_with_github_and_google_drive.mdwn
new file mode 100644
index 000000000..bebaabeb2
--- /dev/null
+++ b/doc/forum/Backup_with_github_and_google_drive.mdwn
@@ -0,0 +1,30 @@
+Hi,
+
+I would like to use Github and Google drive to transfer my files across devices. Here is what I've done so far :
+
+* Creating a local repo
+* Adding the files with `git annex add`
+* Pushing the files to google drive
+* Pushing the metadata to github
+* Cloning the github repo
+
+But I can't seem to get my files on the second repo from github. The naive way :
+
+ git annex get 1.pdf
+ Invalid command: 'git-annex-shell 'configlist' '/~/myid/papers''
+ You appear to be using ssh to clone a git:// URL.
+ Make sure your core.gitProxy config option and the
+ GIT_PROXY_COMMAND environment variable are NOT set.
+
+ Remote origin does not have git-annex installed; setting annex-ignore
+
+ This could be a problem with the git-annex installation on the remote. Please make sure that git-annex-shell is available in PATH when you ssh into the remote. Once you have fixed the git-annex installation, run: git config remote.origin.annex-ignore false
+
+After initializing the google drive remote on the second repo, I can't download the files :
+
+ git annex get 1.pdf --from googledrive
+ 20:03:19 [googledriveannex-0.2.1] startRemote : '['GETAVAILABILITY']'
+
+After describing the remote with `git annex describe googledrive "my remote"`, it does nothing :
+
+ git annex get 1.pdf --from googledrive