NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

Data Protection

SnapCenter Custom Schedule

NewB
1,290 Views

I'd like to create a customized schedule in the backup jobs but the only option I have is hourly, daily, weekly, monthly (frequency field).

 

I would like to snapshot our SQL environment every 15minutes or so. So how would one create a schedule in minutes rather than hours.

1 REPLY 1

Sanaman
1,145 Views

job schedule cron create -cluster <cluster_name> -vserver <vserver> -name test -minute 00,15,30,45

job schedule cron show test
Cluster Vserver Name Description
------- -------- ----------- --------------------------------------------------
<cluster>
<vserver>
test @:00,:15,:30,:45

Public