ONTAP 9.12.1 commands

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

    Show configuration backup settings

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

    Description

    The system configuration backup settings show command displays current settings for configuration backup. These settings apply to backups created automatically by schedules. By default, the command displays the URL to which configuration backups are uploaded, and the user name on the remote system used to perform the upload.

    Use the system configuration backup settings set-password command to change the password used with the user name on the destination. Use the system configuration backup settings modify command to change the destination URL and username for uploads of configuration backups, and to change the number of backups to keep for each schedule.

    Parameters

    [-instance ]

    Use this parameter to display detailed information about configuration backup settings, including the number of backups to keep for each backup schedule.

    Examples

    The following example displays basic backup settings information.

    cluster1::*> system configuration backup settings show
    Backup Destination URL                             Username
    -------------------------------------------------- -------------
    ftp://www.example.com/config/uploads/              jdoe

    The following example shows detailed output using the -instance parameter.

    cluster1::*> system configuration backup settings show -instance
                      Backup Destination URL: ftp://www.example.com/config/uploads/
                    Username for Destination: admin
                Validate Digital Certificate: true
                                  Schedule 1: 8hour
    Number of Backups to Keep for Schedule 1: 2
                                  Schedule 2: daily
    Number of Backups to Keep for Schedule 2: 2
                                  Schedule 3: weekly
    Number of Backups to Keep for Schedule 3: 2
    Top of Page