This commit is contained in:
parent
6ee940ca7a
commit
6cf55433b8
1 changed files with 2 additions and 4 deletions
|
@ -24,13 +24,11 @@ Run the program once to make an empty config file.
|
||||||
|
|
||||||
cd ~/megaannex; python2 megaannex.py
|
cd ~/megaannex; python2 megaannex.py
|
||||||
|
|
||||||
Edit the megaannex.conf file. Add your mega.co.nz username and password
|
Edit the megaannex.conf file. Add your mega.co.nz username, password, and folder name on mega.co.nz
|
||||||
|
|
||||||
Note: The folder option in the megaannex.conf file isn't yet used.
|
|
||||||
|
|
||||||
## Configuring git-annex
|
## Configuring git-annex
|
||||||
|
|
||||||
git config annex.mega-hook '/usr/bin/python2 ~/megaannex/megaannex.py'
|
git config annex.mega-hook '/usr/bin/python2 ~/megaannex/megaannex.py'
|
||||||
|
|
||||||
git annex initremote mega type=hook hooktype=mega encryption=shared
|
git annex initremote mega type=hook hooktype=mega encryption=shared
|
||||||
git annex describe mega "the mega.co.nz library"
|
git annex describe mega "the mega.co.nz library"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue