two more services with multiple special remotes
This commit is contained in:
parent
952c420cae
commit
facf488de5
3 changed files with 20 additions and 56 deletions
|
@ -38,7 +38,7 @@ Here are specific instructions for using git-annex with various services:
|
||||||
* [[Box.com|tips/using_box.com_as_a_special_remote]]
|
* [[Box.com|tips/using_box.com_as_a_special_remote]]
|
||||||
* [Ceph](https://github.com/mhameed/git-annex-remote-ceph)
|
* [Ceph](https://github.com/mhameed/git-annex-remote-ceph)
|
||||||
* [chef-vault](https://github.com/3ofcoins/knife-annex/)
|
* [chef-vault](https://github.com/3ofcoins/knife-annex/)
|
||||||
* [[Dropbox|rclone]]
|
* [[Dropbox|tips/dropboxannex]]
|
||||||
* [[FTP|rclone]]
|
* [[FTP|rclone]]
|
||||||
* [[Flickr|tips/flickrannex]]
|
* [[Flickr|tips/flickrannex]]
|
||||||
* [Freenet](https://github.com/xloem/gitlakepy)
|
* [Freenet](https://github.com/xloem/gitlakepy)
|
||||||
|
|
|
@ -1,29 +1,11 @@
|
||||||
dropboxannex 0.2.0
|
For using Dropbox as a special remote, there are currently two choices:
|
||||||
=========
|
|
||||||
|
|
||||||
Hook program for gitannex to use dropbox as backend
|
* rclone supports the Dropbox API,
|
||||||
|
so the [[rclone_special_remote|special_remotes/rclone]] can be used.
|
||||||
# Requirements:
|
(Actively maintained)
|
||||||
|
* Alternatively, there is a dedicated special remote,
|
||||||
python2
|
<https://github.com/TobiasTheViking/dropboxannex>
|
||||||
python-pkg-resources
|
(Last updated 2014)
|
||||||
|
|
||||||
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"
|
|
||||||
|
|
||||||
|
At this time it's not clear which is better, so if you find one works
|
||||||
|
best, please comment below.
|
||||||
|
|
|
@ -1,32 +1,14 @@
|
||||||
owncloudannex 0.2.0
|
For using Owncloud and Nextcloud
|
||||||
=========
|
as a special remote, there are currently three choices:
|
||||||
|
|
||||||
Hook program for gitannex to use owncloud as backend
|
* Use git-annex's builtin [[special_remotes/webdav]] support.
|
||||||
|
|
||||||
# Requirements:
|
* Alternatively, rclone supports them
|
||||||
|
so the [[rclone_special_remote|special_remotes/rclone]] can be used.
|
||||||
|
|
||||||
python2
|
* Alternatively, there is a dedicated special remote,
|
||||||
python-requests
|
<https://github.com/TobiasTheViking/owncloudannex>
|
||||||
|
(Last updated 2014)
|
||||||
|
|
||||||
Credit for the webdav api interface goes to https://launchpad.net/python-webdav-lib
|
At this time it's not clear which is better, so if you find one works
|
||||||
|
best, please comment below.
|
||||||
# Install
|
|
||||||
Clone the git repository in your home folder.
|
|
||||||
|
|
||||||
git clone git://github.com/TobiasTheViking/owncloudannex.git
|
|
||||||
|
|
||||||
This should make a ~/owncloudannex folder
|
|
||||||
|
|
||||||
# Setup
|
|
||||||
Make the file executable, and link it into PATH
|
|
||||||
|
|
||||||
cd ~/owncloudannex; chmod +x git-annex-remote-owncloud; sudo ln -sf `pwd`/git-annex-remote-owncloud /usr/local/bin/git-annex-remote-owncloud
|
|
||||||
|
|
||||||
# Commands for gitannex:
|
|
||||||
|
|
||||||
USERNAME="login" PASSWORD="password" git annex initremote owncloud type=external externaltype=owncloud encryption=shared folder=gitannex url="https://host/remote.php/webdav/"
|
|
||||||
git annex describe dropbox "the owncloud library"
|
|
||||||
|
|
||||||
# Note
|
|
||||||
|
|
||||||
This can also be accomplished through the [[special_remotes/webdav]] special remote as Owncloud and Nextcloud are basically webdav endpoints.
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue