CLI zmbackupabort (Aborting a Full Backup) NE only: Difference between revisions

No edit summary
 
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==<font size="4" color="#00007f" face="Arial"> ''' zmbackupabort (Aborting a Full Backup) ''' </font>==
{{BC|Certified}}
__FORCETOC__
<div class="col-md-12 ibox-content">
=CLI zmbackupabort (Aborting a Full Backup) Network Edition Only=
{{KB|{{ZC}}|{{ZCS 7.0}}|{{ZCS 6.0}}|}}
{{Archive}}{{WIP}}
For the most recent information on this CLI, including syntax and description, see [http://www.zimbra.com/docs/ne/latest/administration_guide/A_app-command-line.20.1.html ZCS Administrator's Guide Network Edition > Appendix A Command-Line Utilities].


(Network Edition only)
=ZCS 6.0.x=
==zmbackupabort==
This command can be used to stop a backup process. Before you can abort an account you must know its backup label. This label is displayed after you start the backup procedure. If you do not know the label, use [[CLI_zmbackupquery_Network_Edition_only|zmbackupquery]] to find the label name.


<font size="3" color="#000000" face="Arial">The <font size="3" color="#000000" face=""Times New Roman""> '''zmbackupabort''' </font> command can be used to stop a backup process. Before you can abort an account you must know backup label. This label is displayed after you start the backup procedure. If you do not know the label, use the <font size="3" color="#000000" face=""Times New Roman"">'''zmbackupquery'''</font> to find the label name. </font>
'''To stop the restore process''': The '''zmbackupabort -r''' interrupts an on going restore. The restore process is stopped after the current account is restored. The command displays message showing which accounts were not restored.  


<font size="3" color="#000000" face="Arial">  '''To stop the restore process.'''  The <font size="3" color="#000000" face=""Times New Roman"">'''zmbackupabort -r'''</font> interrupts an on going restore. The restore process is stopped after the current account is restored. The command displays message showing which accounts were not restored. </font>
===Syntax===
'''zmbackupabort [options]'''


<font size="3" color="#00007f" face="Arial"> ''' Syntax ''' </font>
===Description===
 
{|style="width:100%" border="1" cellpadding="5" cellspacing="0"
<font size="3" color="#000000" face=""Times New Roman""> '''  zmbackupabort -lb (label) -acct (email addresses) -s (hostname) -t (zimbra-home/  backup) ''' </font>
! align="left" bgcolor="tan" |Long Name
 
! align="left" bgcolor="tan" |Short Name
<font size="3" color="#00007f" face="Arial"> ''' Description ''' </font>
! align="left" bgcolor="tan"|Description
 
{| border="1" cellpadding="8"
|+
|-
|-
| valign="middle" |
|style="background=white" |<nowiki>--debug</nowiki>
<font size="3" color="#00007f" face="Arial"> ''' Long Name ''' </font>
|<nowiki>-d</nowiki>
| valign="middle" |
|Display diagnostics for debugging purposes.
<font size="3" color="#00007f" face="Arial"> ''' Short Name''' </font>
| valign="middle" |
<font size="3" color="#00007f" face="Arial"> ''' Description ''' </font>
|-
|-
| valign="top" |
|style="background=white" |<nowiki>--help</nowiki>
<font size="3" color="#000000" face=""Times New Roman""> '''  --label <label>  ''' </font>
|<nowiki>-h</nowiki>
| valign="top" |
|Displays the usage options for this command.
<font size="3" color="#000000" face=""Times New Roman""> '''  -lb  ''' </font>
| valign="top" |
<font size="3" color="#000000" face="Arial"> Label of the full backup to be aborted. Use the <font size="3" color="#000000" face=""Times New Roman"">'''zmbackupquery'''</font>, to find the file name. </font>
|-
|-
| valign="top" |
|style="background=white" |<nowiki>--label</nowiki>
<font size="3" color="#000000" face=""Times New Roman""> '''  --account  ''' </font>
|<nowiki>-lb</nowiki>
| valign="top" |
|'''<arg>''' Label of the full backup to be aborted. Use the '''zmbackupquery''', to find the label name.  
<font size="3" color="#000000" face=""Times New Roman""> '''  -acct  ''' </font>
| valign="top" |
<font size="3" color="#000000" face="Arial"> Specifies the account email addresses. Separate accounts with a blank space. If accounts are omitted, all accounts are backed up.</font>
|-
|-
| colspan="3" valign="top" |
|style="background=white" |<nowiki>--restore</nowiki>
<font size="3" color="#000000" face="Arial"> ''' Common Options ''' </font>
|<nowiki>-r</nowiki>
|Abort the restore in process
|-
|-
| valign="top" |
|style="background=white" |<nowiki>--server</nowiki>
<font size="3" color="#000000" face=""Times New Roman""> '''  --server ''' </font>
|<nowiki>-s</nowiki>
| valign="top" |
|'''<arg>''' Mail server host name. For format, use either the plain host name or the server.domain.com name. The default is the localhost name.
<font size="3" color="#000000" face=""Times New Roman""> '''  -s ''' </font>
| valign="top" |
<font size="3" color="#000000" face="Arial"> Mail server host name. For format, use either the plain host name or the server.domain.com name. The default is the localhost name.</font>
|-
|-
| valign="top" |
|style="background=white" |<nowiki>--target</nowiki>
<font size="3" color="#000000" face=""Times New Roman""> '''  --target ''' </font>
|<nowiki>-t</nowiki>
| valign="top" |
|'''<arg>''' Specifies the target backup location. The default is <zimbra_home>/backup.
<font size="3" color="#000000" face=""Times New Roman""> '''  -t ''' </font>
| valign="top" |
<font size="3" color="#000000" face="Arial"> Specifies the target backup location. The default is <zimbra_home>/backup. </font>
|-
| valign="top" |
<font size="3" color="#000000" face=""Times New Roman""> '''  --help  ''' </font>
| valign="top" |
<font size="3" color="#000000" face=""Times New Roman""> '''  -h  ''' </font>
| valign="top" |
<font size="3" color="#000000" face="Arial"> Displays the usage options for this command.</font>
|}
|}
=ZCS 5.0.x=
*[http://www.zimbra.com/docs/ne/5.0.19/administration_guide/A_app-command-line.18.11.html#1268171 ZCS Administrator's Guide Network Edition 5.0 > Appendix A Command-Line Utilities > zmbackupabort]
=ZCS 4.5.x=
*[http://www.zimbra.com/docs/ne/4.5.10/administration_guide/A_app-command-line.14.6.html#1173484 ZCS Administrator's Guide Network Edition 4.5 > Appendix A Command-Line Utilities > zmbackupabort]
{{Article Footer|Zimbra Collaboration 7.0, 6.0|5/2/2006}}
[[Category:Backup and Restore]]
[[Category:Command Line Interface]]
[[Category:ZCS 7.0]]
[[Category:ZCS 6.0]]

Latest revision as of 15:53, 11 July 2015

CLI zmbackupabort (Aborting a Full Backup) Network Edition Only

   KB 1484        Last updated on 2015-07-11  




0.00
(0 votes)

For the most recent information on this CLI, including syntax and description, see ZCS Administrator's Guide Network Edition > Appendix A Command-Line Utilities.

ZCS 6.0.x

zmbackupabort

This command can be used to stop a backup process. Before you can abort an account you must know its backup label. This label is displayed after you start the backup procedure. If you do not know the label, use zmbackupquery to find the label name.

To stop the restore process: The zmbackupabort -r interrupts an on going restore. The restore process is stopped after the current account is restored. The command displays message showing which accounts were not restored.

Syntax

zmbackupabort [options]

Description

Long Name Short Name Description
--debug -d Display diagnostics for debugging purposes.
--help -h Displays the usage options for this command.
--label -lb <arg> Label of the full backup to be aborted. Use the zmbackupquery, to find the label name.
--restore -r Abort the restore in process
--server -s <arg> Mail server host name. For format, use either the plain host name or the server.domain.com name. The default is the localhost name.
--target -t <arg> Specifies the target backup location. The default is <zimbra_home>/backup.

ZCS 5.0.x

ZCS 4.5.x


Verified Against: Zimbra Collaboration 7.0, 6.0 Date Created: 5/2/2006
Article ID: https://wiki.zimbra.com/index.php?title=CLI_zmbackupabort_(Aborting_a_Full_Backup)_NE_only Date Modified: 2015-07-11



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »

Jump to: navigation, search