ONTAP 9.12.1 commands

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

    Delete a configuration backup

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

    Description

    The system configuration backup delete command deletes a saved configuration backup.

    Use the system configuration backup show command to display saved configuration backups.

    Parameters

    -node {<nodename>|local} - Node

    Use this parameter to specify the name of the source node where the configuration backup currently exists.

    -backup <text> - Backup Name

    Use this parameter to specify the name of the configuration backup file to delete.

    Examples

    The following example shows how to delete the configuration backup file node1.special.7z from the node node1 .

    cluster1::*> system configuration backup delete -node node1 -backup node1.special.7z
    Top of Page