ONTAP 9.12.1 commands

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

    Copy a configuration backup

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

    Description

    The system configuration backup copy command copies a configuration backup from one node in the cluster to another node in the cluster.

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

    Parameters

    -from-node {<nodename>|local} - Source 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 copy.

    -to-node {<nodename>|local} - Destination Node

    Use this parameter to specify the name of the destination node where the configuration backup copy is created.

    Examples

    The following example copies the configuration backup file node1.special.7z from the node node1 to the node node2 .

    cluster1::*> system configuration backup copy -from-node node1 -backup node1.special.7z -to-node node2
    [Job 295] Job is queued: Copy backup job.
    Top of Page