diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0 <Tobias@web> | 2013-05-23 21:07:43 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-05-23 21:07:43 +0000 |
commit | cc37a9ccf9ac9af5b88e52c4278fd2aeb3772c23 (patch) | |
tree | 0358d7a1d00248f8f5d46818aec9d0883530bce0 /doc/tips | |
parent | ff98fe77190b331e9d1d87ae46c03e96228faf27 (diff) |
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/googledriveannex.mdwn | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/tips/googledriveannex.mdwn b/doc/tips/googledriveannex.mdwn new file mode 100644 index 000000000..abecf10cf --- /dev/null +++ b/doc/tips/googledriveannex.mdwn @@ -0,0 +1,28 @@ +googledriveannex +========= + +Hook program for gitannex to use Google Drive as backend + +# Requirements: + + python2 + +Credit for the googledrive api interface goes to google + +## Install +Clone the git repository in your home folder. + + git clone git://github.com/TobiasTheViking/googledriveannex.git + +This should make a ~/googledriveannex folder + +## Setup +Run the program once to make an empty config file + + cd ~/googledriveannex; python2 googledriveannex.py + +## Commands for gitannex: + + git config annex.googledrive-hook '/usr/bin/python2 ~/googledriveannex/googledriveannex.py' + git annex initremote googledrive type=hook hooktype=googledrive encryption=shared + git annex describe googledrive "the googledrive library" |