988692e145
Note that've told me: We'll see how it goes, but I think this could be a permanent offer for your userbase. People using git-annex are clueful and won't be a big support burden for us, so it's a win-win.
40 lines
1.2 KiB
Text
40 lines
1.2 KiB
Text
<div .span9 .hero-unit>
|
|
<h2>
|
|
Adding a Rsync.net repository
|
|
<p>
|
|
<a href="http://rsync.net/">
|
|
Rsync.net #
|
|
is a well-respected cloud storage provider. Its rsync repositories are #
|
|
supported very well by git-annex. #
|
|
|
|
<p>
|
|
They have committed to support git-annex and offer a special
|
|
discounted rate for git-annex users.
|
|
|
|
<a href="http://www.rsync.net/products/git-annex-pricing.html">
|
|
pricing details
|
|
<p>
|
|
$case status
|
|
$of UnusableServer msg
|
|
<div .alert .alert-error>
|
|
<i .icon-warning-sign></i> #{msg}
|
|
$of _
|
|
<div>
|
|
Your data will be encrypted before it is sent to Rsync.net.
|
|
<p>
|
|
<form method="post" .form-horizontal enctype=#{enctype}>
|
|
<fieldset>
|
|
^{form}
|
|
^{webAppFormAuthToken}
|
|
<div .form-actions>
|
|
<button .btn .btn-primary type=submit onclick="$('#testmodal').modal('show');">
|
|
Use this rsync.net repository
|
|
<div .modal .fade #testmodal>
|
|
<div .modal-header>
|
|
<h3>
|
|
Making repository ...
|
|
<div .modal-body>
|
|
<p>
|
|
Setting up your rsync.net repository. This could take a minute.
|
|
<p>
|
|
You may be prompted for your rsync.net ssh password.
|