ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system configuration backup show

    Show configuration backup information

    Availability: This command is available to cluster administrators at the advanced privilege level.

    Description

    The system configuration backup show command displays information about saved configuration backups.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-node {<nodename>|local}] - Node

    Selects configuration backups that are saved on the node you specify.

    [-backup <text>] - Backup Name

    Selects configuration backups that have the backup name you specify.

    [-backup-type {node|cluster}] - Backup Type

    Selects configuration backups of the type you specify.

    [-time <MM/DD HH:MM:SS>] - Backup Creation Time

    Selects configuration backups that were saved on the date and time you specify.

    [-cluster-name <text>] - Cluster Name

    Selects configuration backups that were saved in the cluster that has the name you specify.

    [-cluster-uuid <UUID>] - Cluster UUID

    Selects configuration backups that were saved in the cluster that has the UUID you specify.

    [-size {<integer>[KB|MB|GB|TB|PB]}] - Size of Backup

    Selects configuration backups that have the file size you specify.

    [-nodes-in-backup {<nodename>|local}] - Nodes In Backup

    Selects configuration backups that include the configuration of the nodes you specify.

    [-version <text>] - Software Version

    Selects configuration backups that have the software version you specify.

    [-is-auto {true|false}] - Backup Created from Schedule (true or false)

    A value of true selects configuration backups that were created from a schedule. A value of false selects configuration backups that were created manually.

    [-schedule <text>] - Name of Backup Schedule

    Selects configuration backups that were created by the schedule you specify.

    Examples

    The following example shows typical output for this command.

    cluster1::*> system configuration backup show
    Node       Backup Tarball                            Time               Size
    ---------  ----------------------------------------- ------------------ -----
    node1      cluster1.8hour.2011-02-22.18_15_00.7z     02/22 18:15:00     7.78MB
    node1      cluster1.8hour.2011-02-23.02_15_00.7z     02/23 02:15:00     7.98MB
    node1      cluster1.8hour.2011-02-23.10_15_00.7z     02/23 10:15:00     7.72MB
    node1      cluster1.daily.2011-02-22.00_10_00.7z     02/22 00:10:00     7.19MB
    node1      cluster1.daily.2011-02-23.00_10_00.7z     02/23 00:10:00     7.99MB
    Press <space> to page down, <return> for next line, or 'q' to quit... q
    5 entries were displayed.
    Top of Page