Zimbra Next Generation Modules/Zimbra NG Backup/RealTimeScan: Difference between revisions

m (1 revision imported: Zimbra NG)
 
Line 1: Line 1:
<div class="col-md-12"><br></div>
#REDIRECT [[Zimbra_NG_Modules/Zimbra_NG_Backup/RealTimeScan]]
<div class="col-md-12"><br></div>
<ol class="breadcrumb">
  <li>[[Main Page|Zimbra Wiki]]</li>
  <li>[[Zimbra_Next_Generation_Modules]]</li>
  <li>[[Zimbra_NG_Backup]]</li>
  <li class="active"> Real Time Scan</li>
</ol>
__NOTOC__
<div class="col-md-12"><br /></div>
<div class="col-md-9">
    <h2 class="title-header" style="padding-bottom: 9px; border-bottom: 4px solid #0087c3;">Zimbra NG Backup - Real Time Scan</h2>
    <div class="col-md-12">
        <div class="ibox-content">
            <div class="post animated fadeInLeft animation-delay-8" style="padding-top:5px">
                <div class="panel panel-default">
                    <div class="panel-body">
                        <h5 class="post-title">Zimbra NG Backup - Real Time Scan</h5>
                        <div class="row">
 
== What is the Real Time Scanner? ==
The Real Time Scanner is the big innovation in Zimbra NG Backup.
Each event on the system is recorded live to Zimbra Open Source Edition's RedoLog and saved by Zimbra NG Backup, which means that is always possible to rollback an account to a previous state.
Thanks to the Real Time Scanner all the restore modes work with a split-second precision.
 
== How does it work? ==
The Real Time Scanner reads all the events of the mail server almost real-time by following the flow of informations provided by the RedoLog. Then it 'replicates' the same operations on it's own data structure, creating items or updating their metadata. No information is ever overwritten in the backup, so that every item has its own complete history.
 
== Managing the Real Time Scanner ==
=== Enabling the Real Time Scanner ===
====Via the Zimbra Next Generation Modules Administration Zimlet====
* Select the Zimbra NG Backup Tab.
 
* Under Real Time Scanner, press the "Enable" button.
 
 
'''Note: when the Real Time Scanner is enabled for the first time or re-enabled after a stop, a Live Full Scan is required. A warning will be displayed after enabling the Real Time Scanner and you will be prompted to start the Full Scan.'''
 
==== Via the Zimbra Next Generation Modules CLI ====
To enable the Real Time Scanner via the Zimbra Next Generation Modules CLI, the "ZxBackup_RealTimeScanner" property of the Zimbra NG Backup module must be set to "true":
 
<pre><nowiki>
zxsuite backup setProperty ZxBackup_RealTimeScanner TRUE
</nowiki></pre>
 
=== Disabling the Real Time Scanner ===
====Via the Zimbra Next Generation Modules Administration Zimlet====
* Select the Zimbra NG Backup Tab.
 
* Under Real Time Scanner, press the "Disable" button.
 
==== Via the Zimbra Next Generation Modules CLI ====
To disable the Real Time Scanner via the Zimbra Next Generation Modules CLI, the "ZxBackup_RealTimeScanner" property of the Zimbra NG Backup module must be set to "false":
 
<pre><nowiki>
zxsuite backup setProperty ZxBackup_RealTimeScanner FALSE
</nowiki></pre>
 
==== Why should I disable the Real Time Scanner? ====
The only time you should stop the Real Time Scanner is while performin an External Import of multiple domains. This is a safety measure to avoid high load on your server.
After the import just re-enable the Real Time Scanner and perform a Full Scan when prompted, and you are good to go!
 
=== Limitations and safety scan ===
At the moment there are two main limitations when restoring data acquired via the Real Time Scanner.
 
Namely, those are
* '''Emptied Folder''' - when a user uses the "Empty Folder" button in the right-click context menu
 
In this case, and any time Zimbra NG Backup cannot determine the status of an item by reading the metadata saved by the Real Time Scan, a [[Zimbra_Next_Generation_Modules/Zimbra_NG_Backup/FullScan|Live Full Scan]] on the given account is triggered BEFORE the restore.
 
This fixes any misaligned data and sanitizes the backupped metadata for the mailbox.
 
                        </div>
                    </div>
                    <div class="col-md-9">
                        <div class="panel-footer">
                            <p><i class="fa fa-clock-o"></i> Aug 25, 2016 - [https://www.zimbra.com/email-server-software/ Know more »]</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<div class="col-md-3"><br /></div>
<div class="col-md-3">
    <div class="panel panel-zimbrared-light-border">
        <div class="panel-heading">
            <h3 class="panel-title"><i class="fa fa-gear pull-left"></i> Zimbra Next Generation Modules</h3>
        </div>
        <div class="panel-body">
            {{ZNG}}
        </div>
    </div>
</div>
<div class="col-md-3">
    <div class="panel panel-primary-light-border">
        <div class="panel-heading">
            <h3 class="panel-title"><i class="fa fa-info-circle pull-left"></i> Zimbra Next Generation Modules Resources</h3>
        </div>
        <div class="panel-body">
            {{ZNGL}}
        </div>
    </div>
</div>
<div class="clearfix"></div>
<div class="col-md-12"><br></div>
{{FH}}

Latest revision as of 12:53, 29 November 2017

Jump to: navigation, search