blob: 3b4aee04a450bffcc9f760ef61f86c88ba91a0b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
skydriveannex 0.2.1
=========
Hook program for gitannex to use [skydrive](http://en.wikipedia.org/wiki/SkyDrive) (previously *Windows Live SkyDrive* and *Windows Live Folders*) 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
Make the file executable, and link it into PATH
cd ~/skydriveannex; chmod +x git-annex-remote-skydrive; sudo ln -sf `pwd`/git-annex-remote-skydrive /usr/local/bin/git-annex-remote-skydrive
# Commands for gitannex:
git annex initremote skydrive type=external externaltype=skydrive encryption=shared folder=gitannex
An oauth authentication link should now be launched in the default browser. Authenticate, and use the last url as OAUTH key.
OAUTH='URL after last redirect' git annex initremote skydrive type=external externaltype=skydrive encryption=shared folder=gitannex
git annex describe skydrive "the skydrive library"
|