跳转到主内容

是否可以将集群配置备份计划调整为在不同时间运行?

Views:
2
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core<a>集群配置备份</a><a>2008713318-</a><a>用于转换</a>
Last Updated:

适用场景

  • ONTAP 9
  • 集群配置备份

问题解答

集群配置备份使用三个默认计划: 8hourdailyweekly

::*> 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

不能使用自定义计划、但可以使用""调整默认计划job schedule cron modify -name <schedule_name>” command.

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

例如:

::*> 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

追加信息

在此处添加您的文本。

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.