Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
