diff --git a/doc/design/assistant/configurators.mdwn b/doc/design/assistant/configurators.mdwn index 322a867129..b682aa9c91 100644 --- a/doc/design/assistant/configurators.mdwn +++ b/doc/design/assistant/configurators.mdwn @@ -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 diff --git a/doc/design/assistant/polls/prioritizing_special_remotes.mdwn b/doc/design/assistant/polls/prioritizing_special_remotes.mdwn new file mode 100644 index 0000000000..0c0f9d15cd --- /dev/null +++ b/doc/design/assistant/polls/prioritizing_special_remotes.mdwn @@ -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..