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