summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-26 16:16:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-26 16:16:24 -0400
commit4a7c964986eb1404f2375b46db5705233c8f4832 (patch)
tree4ec7ca0326bb0c5a9217aa6c97ea504c8eaf6b08
parent5bf239c6ce487148787de21799333325d22e54a4 (diff)
parentc2aba254dadb48a94fc2083bb0be1501ab5410c7 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/tips/dropboxannex.mdwn28
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"