add special remotes poll

This commit is contained in:
Joey Hess 2012-09-12 13:56:25 -04:00
parent 0127765192
commit 63f70c44fd
2 changed files with 18 additions and 2 deletions

View file

@ -11,10 +11,10 @@ through setting up common use cases.
repository too).
* Clone this repo to a USB drive or other removable drive. **done**
* Make a bare repo on a remote ssh server **done**
* Clone this repo to another host. (Needs [[pairing]])
* Clone this repo to another host. (Needs [[pairing]]) **done**
* Set up Amazon S3.
* Set up encrypted rsync remote. **done**
* Rsync.net special case
* Rsync.net special case **done**
* Set up gpg encryption key; gpg key distribution.
* I lost my USB drive!
* etc -- many more possibilities

View file

@ -0,0 +1,16 @@
Background: git-annex supports storing data in various [[special remotes]].
The git-annex assistant will make it easy to configure these, and easy
configurators have already been built for a few: removable drives, rsync.net,
locally paired systems, and remote servers with rsync.
Help me prioritize my work: What special remote would you most like
to use with the git-annex assistant?
[[!poll open=yes 0 "Amazon S3" 0 "Box.com" 0 "My phone (or MP3 player)" 0 "Tahoe-LAFS" 0 "OpenStack SWIFT" 0 "Google Drive" 0 "Amazon Glacier"]]
This poll is ordered with the options I consider easiest to build
listed first. Mostly because git-annex already supports them and they
only need an easy configurator. The ones at the bottom are likely to need
significant work. See [[cloud]] for detailed discussion.
Have another idea? Absolutely need two or more? Post comments..