diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8 <develop@web> | 2013-05-26 19:50:45 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-05-26 19:50:45 +0000 |
commit | c2aba254dadb48a94fc2083bb0be1501ab5410c7 (patch) | |
tree | 4422757edc75b63cae36ded58c605dd2ac633565 /doc/tips | |
parent | 02a0ac769289940a7f7c344c3e1c794baec0b00d (diff) |
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/dropboxannex.mdwn | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/tips/dropboxannex.mdwn b/doc/tips/dropboxannex.mdwn new file mode 100644 index 000000000..926e142ca --- /dev/null +++ b/doc/tips/dropboxannex.mdwn @@ -0,0 +1,28 @@ +dropboxannex +========= + +Hook program for gitannex to use dropbox as backend + +# Requirements: + + python2 + +Credit for the Dropbox api interface goes to Dropbox. + +# Install +Clone the git repository in your home folder. + + git clone git://github.com/TobiasTheViking/dropboxannex.git + +This should make a ~/dropboxannex folder + +# Setup +Run the program once to set it up. + + cd ~/dropboxannex; python2 dropboxannex.py + +# Commands for gitannex: + + git config annex.dropbox-hook '/usr/bin/python2 ~/dropboxannex/dropboxannex.py' + git annex initremote dropbox type=hook hooktype=dropbox encryption=shared + git annex describe dropbox "the dropbox library" |