This post is more than 5 years old

8 Posts

1738

April 26th, 2018 04:00

emc unity 400 configure snapshot schedules every 48 hours

hi guys!

I want create task that take snapshot every 48 hours!

How can i do this!?

2 Intern

 • 

125 Posts

April 27th, 2018 06:00

As Rainer says UEMCLI gives alot more config options for snaps than the GUI.  Try these as an example of creating a snap every 2 days at 8pm and keeping it for 7 days:

PS C:\Users\Administrator> uemcli -d 1.1.1.1 -u admin -p mypassword /sys/task/rule create -schedName 48hours -type daysinterval -every 2 -at 20:00 -keepFor 7d

Storage system address: 1.1.1.1

Storage system port: 443

HTTPS connection

ID = SchedRule_304

Schedule ID = snapSch_18

Operation completed successfully.

PS C:\Users\Administrator> uemcli -d 1.1.1.1 -u admin -p mypassword /sys/task/rule -id SchedRule_304 show

Storage system address: 1.1.1.1

Storage system port: 443

HTTPS connection

1:    ID                = SchedRule_304

      Type              = DaysInterval

      Frequency         = Every 2d at 20:00

      Keep for          = 7d

      Allow auto-delete = no

      Access            = Checkpoint

6 Operator

 • 

8.6K Posts

April 26th, 2018 10:00

if you cannot configure that in the GUI you need to use UEMCLI to create/modify the schedule and rules

6 Operator

 • 

8.6K Posts

April 27th, 2018 06:00

Dont forget that you can use multiple rules in a schedule

see the uemcli command reference guide for details

8 Posts

May 8th, 2018 05:00

it's that i need

6 Operator

 • 

4.5K Posts

May 8th, 2018 08:00

Was your question answered correctly? If so, please mark your question as answered.

glen

No Events found!

Top