2014-04-20 10:42:31 +00:00
|
|
|
<div .col-sm-9 .jumbotron>
|
2012-09-03 04:39:55 +00:00
|
|
|
<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. #
|
2013-07-11 18:11:41 +00:00
|
|
|
|
|
|
|
<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">
|
2012-09-03 04:39:55 +00:00
|
|
|
pricing details
|
|
|
|
<p>
|
|
|
|
$case status
|
|
|
|
$of UnusableServer msg
|
2014-04-20 10:42:31 +00:00
|
|
|
<div .alert .alert-danger>
|
2014-04-21 11:05:52 +00:00
|
|
|
<span .glyphicon .glyphicon-warning-sign>
|
|
|
|
\ #{msg}
|
2012-09-03 04:39:55 +00:00
|
|
|
$of _
|
2012-12-03 02:33:30 +00:00
|
|
|
<div>
|
|
|
|
Your data will be encrypted before it is sent to Rsync.net.
|
2012-09-03 04:39:55 +00:00
|
|
|
<p>
|
2013-03-16 22:48:23 +00:00
|
|
|
<form method="post" .form-horizontal enctype=#{enctype}>
|
2012-09-03 04:39:55 +00:00
|
|
|
<fieldset>
|
|
|
|
^{form}
|
2012-11-25 04:26:46 +00:00
|
|
|
^{webAppFormAuthToken}
|
2014-04-18 00:07:09 +00:00
|
|
|
<div .form-group>
|
|
|
|
<div .col-sm-offset-2>
|
|
|
|
<button .btn .btn-primary type=submit onclick="$('#setupmodal').modal('show');">
|
|
|
|
Use this rsync.net repository
|
2013-09-26 20:09:45 +00:00
|
|
|
<div .modal .fade #setupmodal>
|
2014-04-20 22:44:28 +00:00
|
|
|
<div .modal-dialog>
|
|
|
|
<div .modal-content>
|
|
|
|
<div .modal-header>
|
|
|
|
<h3>
|
|
|
|
Checking access to rsync.net ...
|
|
|
|
<div .modal-body>
|
|
|
|
<p>
|
|
|
|
This could take a minute.
|
|
|
|
<p>
|
|
|
|
You may be prompted for your rsync.net ssh password.
|