Skip to main content
NetApp Knowledge Base

Is it possible to adjust cluster configuration backup schedules to run at different times?

Views:
494
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

Applies to

  • ONTAP 9
  • Cluster configuration backup

Answer

Cluster configuration backup is using three default schedules: 8hour, daily and weekly:

::*> system configuration backup settings show -instance
Backup Destination URL: -
Username for Destination: -
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

It is not possible to use custom schedules but the default schedules can be adjusted with “job schedule cron modify -name <schedule_name>” command.

Note: this will affect all other jobs (like creating snapshots) that are using these schedules.

For example:

::*> job schedule show -name daily
Cluster       Name         Type     Description
------------- ----------- --------- -------------------------------------------
Cluster1
              daily       cron      @0:10

::*> job schedule cron modify -name daily -hour 14 -minute 15

::*> job schedule show -name daily
Cluster       Name         Type     Description
------------- ----------- --------- -------------------------------------------
Cluster1
              daily       cron      @14:15

Additional Information

Add your text here.

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.