diff options
author | 2012-09-12 13:56:25 -0400 | |
---|---|---|
committer | 2012-09-12 13:56:25 -0400 | |
commit | 63f70c44fd6bec8d0c05b1df40d5025dc605e2fa (patch) | |
tree | 31533d2db452bb451e0637100b5f9344f3df7c32 | |
parent | 0127765192480907c8d65a47b1a9df83f06bda8c (diff) |
add special remotes poll
-rw-r--r-- | doc/design/assistant/configurators.mdwn | 4 | ||||
-rw-r--r-- | doc/design/assistant/polls/prioritizing_special_remotes.mdwn | 16 |
2 files changed, 18 insertions, 2 deletions
diff --git a/doc/design/assistant/configurators.mdwn b/doc/design/assistant/configurators.mdwn index 322a86712..b682aa9c9 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 000000000..0c0f9d15c --- /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.. |