blob: 0f82f659d7160545eb3825894ec68344efb586ab (
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
|
dropboxannex 0.2.0
=========
Hook program for gitannex to use dropbox as backend
# Requirements:
python2
python-pkg-resources
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
Make the file executable, and link it into PATH
cd ~/dropboxannex; chmod +x git-annex-remote-dropbox; sudo ln -sf `pwd`/git-annex-remote-dropbox /usr/local/bin/git-annex-remote-dropbox
# Commands for gitannex:
git annex initremote dropbox type=external externaltype=dropbox encryption=shared folder=gitannex
git annex describe dropbox "the dropbox library"
|