Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sia.html « backends « templates « ngax « webroot « Server « Duplicati - github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5c937f2ee39679a6e5b5e43830f0ee1db19b866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div class="input text">
    <label for="sia_server" translate>Server</label>
    <input type="text" id="sia_server" ng-model="$parent.Server" placeholder="{{'127.0.0.1:9980'}}" />
</div>
<div class="input text">
    <label for="sia_path" translate>Folder path</label>
    <input type="text" name="sia_targetpath" id="sia_targetpath" ng-model="$parent.sia_targetpath" placeholder="{{'Target path, ie /backup' | translate}}" />
</div>
<div class="input password">
    <label for="sia_password" translate>Server password</label>
    <input type="password" name="sia_password" id="sia_password" ng-model="$parent.sia_password" placeholder="{{'Sia server password' | translate}}" />
</div>
<div class="input text">
    <label for="sia_redundancy" translate>Minimum redundancy</label>
    <input type="text" name="sia_redundancy" id="sia_redundancy" ng-model="$parent.sia_redundancy" placeholder="{{'1.5'}}" />
</div>
<div>Choose 1.0 for fast backup, 1.5 for decent reliability, 2.0 for safer upload but slow backup.<br /><b>Note:</b>Sia will still boost redundancy later as long as you're connected to your hosts.</div>