ONTAP 9.12.1 commands

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

    Upload a configuration backup

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

    Description

    The system configuration backup upload command copies a configuration backup from a node in the cluster to a remote URL.

    the web server to which you are uploading the configuration backup file must have PUT operations enabled for HTTP and POST operations enabled for HTTPS. Some web servers may require the installation of an additional module. For more information, see your web server’s documentation.

    Parameters

    -node {<nodename>|local} - Node

    Use this parameter to specify the name of the node from which the configuration backup is uploaded.

    -backup <text> - Backup Name

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

    -destination <text> - Destination URL

    Use this parameter to specify the destination URL of the configuration backup.

    [-validate-certificate {true|false}] - Validate Digital Certificate

    Use this parameter with the value true to validate the digital certificate of the remote server.

    Examples

    The following example show how to upload the configuration backup file testconfig.7z from the node node2 to a remote URL.

    cluster1::*> system configuration backup upload -node node2 -backup testconfig.7z -destination ftp://www.example.com/config/uploads/testconfig.7z
    Top of Page