git-annex/doc/tips/imapannex.mdwn

26 lines
746 B
Text
Raw Normal View History

2014-01-10 14:33:30 +00:00
imapannex 0.2.0
2013-08-15 21:19:50 +00:00
=========
Hook program for gitannex to use imap as backend
# Requirements:
python2
# Install
Clone the git repository in your home folder.
git clone git://github.com/TobiasTheViking/imapannex.git
This should make a ~/imapannex folder
# Setup
2014-01-10 14:32:34 +00:00
Make the file executable, and link it into PATH
2013-08-15 21:19:50 +00:00
2014-01-10 14:32:34 +00:00
cd ~/imapannex; chmod +x git-annex-remote-imap; sudo ln -sf `pwd`/git-annex-remote-imap /usr/local/bin/git-annex-remote-imap
2013-08-15 21:19:50 +00:00
# Commands for gitannex:
2014-01-10 14:32:34 +00:00
USERNAME="username@provider.com" PASSWORD="password" git annex initremote imap type=external externaltype=imap encryption=shared folder=gitannex method="Normal password" ssl="SSL/TLS" host="imap.host.com" port="993"
2013-08-15 21:19:50 +00:00
git annex describe imap "the imap library"