Page MenuHomeGRNET

_level_explanation.html.erb
No OneTemporary

File Metadata

Created
Thu, Feb 20, 10:40 AM

_level_explanation.html.erb

<div class="col-md-5 col-xs-12">
<div class="row">
<div class="col-xs-12">
<div class="panel panel-default">
<div class="panel-heading">
<h4>Level Explanation</h4>
</div>
<br />
<div class="panel-body">
<h4>Full</h4>
<p> When the Level is set to Full all files in the FileSet whether or not they have changed will be backed up.</p>
<h4>Differential</h4>
<p>When the Level is set to Differential all files specified in the FileSet that have changed since the last successful Full backup of the same Job will be backed up.</p>
<p>If there is no successful previous Full backup, a Differential backup is upgraded to a Full backup.</p>
<h4>Incremental</h4>
<p>When the Level is set to Incremental all files specified in the FileSet that have changed since the last successful backup of the the same Job using the same FileSet and Client, will be backed up.<p>
<p>If there is no successful previous Full backup, an Incremental backup is upgraded to a Full backup.</p>
</div>
</div>
</div>
</div>
</div>

Event Timeline