Zimbra Next Generation Modules/Zimbra NG Backup/UndeleteRestore: 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/UndeleteRestore]]
<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"> Undelete Restore</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 - Undelete Restore</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 - Undelete Restore</h5>
                        <div class="row">
== What is Undelete Restore? ==
Undelete Restore is one of the Restore Modes available in Zimbra NG Backup.
 
It allows an administrator to restore all items deleted from a mailbox in a period of time and and put them in a dedicated Zimbra folder inside the mailbox itself.
 
== How does it work? ==
During an Undelete Restore the Zimbra NG Backup engine searches the backup datastore for items flagged as "DELETED" and restores them in a dedicated folder in the selected Mailbox.
<div class="col-md-8">
    <div class="alert alert-warning fade in"> <p> <i class="fa  fa-warning"></i> <strong>warning</strong> </p>
    <p class="text-justify">In order to allow to deal with IMAP-deleted emails in a more comfortable way for the user: the "deleted" IMAP flag will now be stripped from any restored item so that the item itself is visible in the Zimbra WebClient.</p>
    </div>
</div>
<div class="clearfix"></div>
 
== Running an Undelete Restore ==
=== Via the Zimbra Next Generation Modules Administration Console ===
 
* In the Left Pane of the Administration Console select "Accounts" to show up the Accounts List.
 
* Browse the list and select the account to be restored (Source) by clicking on it.
 
* On the Top Bar push the "Restore" button.
 
* Select "Undelete" as the Restore Mode and press "Next".
 
* Choose the restore date. Day/Month/Year can be selected via a minical, the hour via a drop-down menu, minute and second via two text boxes. Click "Next".
 
* Verify all your choice in the Operation Summary window. You can also add additional email addresses to be notified when the Restore operation is finished. Pleas notice that the Admin account and the User who started the Restore procedure are notified by default.
 
* Click "Finish" to start the Restore.
 
=== Via the Zimbra Next Generation Modules CLI ===
To start an Undelete Restore operation, the "doUndelete" command is available:
<pre><nowiki>
Syntax:
  zxsuite backup doUndelete {account} {"dd/MM/yyyy HH:mm:ss"|first} {"dd/MM/yyyy HH:mm:ss"|last} [attr1 value1 [attr2 value2...]]
 
PARAMETER LIST
 
NAME                TYPE                  EXPECTED VALUES               
account(M)          Account Name                                       
start_date(M)      Date                  "dd/MM/yyyy HH:mm:ss"|first   
end_date(M)        Date                  "dd/MM/yyyy HH:mm:ss"|last   
notifications(O)    Email Address[,..]                                 
 
(M) == mandatory parameter, (O) == optional parameter
 
Usage example:
 
zxsuite backup doundelete John "08/10/2012 10:15:00" last
Performs an undelete on John's account of all items created between 08/10/2012 10:15:00 and the latest data available
</nowiki></pre>
 
== Zimbra NG Backup Undelete Restore tutorial Video ==
Coming soon
 
                        </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 13:14, 29 November 2017

Jump to: navigation, search