Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1633

September 20th, 2010 10:00

Creating a special schedule

Hi all,

I have problem creating a schedule which will do a full backup on 2nd Monday of the month and skips all the other days. I have try to copy existing skip all backup schedule and override with full on 2nd monday but no success. Dumb and dumber. I know it's something really simple but I can't figure it out.

This is for offsite backups as customer wants offsite backup tape on the 2nd Monday of month delivered.

NW version is 7.5SP2 running on LInux.

96 Posts

September 21st, 2010 00:00

Hi,

may be better you create a new schedule and do not copy an existing one.

try the following:

In nsradmin do:

create type: nsr schedule; name: full every 2nd monday; period: Week; action: skip; override: full 2 mon every month

Peter

55 Posts

September 20th, 2010 16:00

Well, what you have done looks correct. Ensure that you have not set the scedule on the group which might be over-riding the client settings.

Rovin.

56 Posts

September 21st, 2010 05:00

Thanks. nsradmin did the trick.

96 Posts

September 21st, 2010 05:00

Hi Johannes,

that will not be 2nd monday every month, but every second monday.

Greets

144 Posts

September 21st, 2010 05:00

This one works for us:

all days skip

and this override:

Full Every Two Weeks Monday

regards

Johannes

96 Posts

September 21st, 2010 06:00

So it would be nice to mark the answer as correct.

Thanks

Peter

56 Posts

September 21st, 2010 06:00

I did mark the answer correct once already. Only third attempt was succesful. Thanks for pointing out this problem.

34 Posts

August 26th, 2013 10:00

Hi Peter

If the schedule is full backup on last Saturday of every month and incr. backup  on every other day of the month, how would the NSR schedule command be?

Thanks

Ren

August 27th, 2013 01:00

Hi Ren

I'm afraid that you can't do "last Saturday of the month" in NetWorker as it gives inconsistent results - please refer to

https://community.emc.com/message/634969#634969

Brian

34 Posts

August 27th, 2013 11:00

Hi bnisbet,

Thanks.  How about  the 1st Saturday of the month as follow:

type: nsr schedule; name: full every 1st saturday; period: Week; action: skip; override: full 1 saturday every month



Ren

August 28th, 2013 01:00

Hi Ren

Not quite - that would give you a "skip every day except for the first Saturday every month" schedule.  Try the following:

create type: nsr schedule; name: Full Every 1st Saturday; period: Week; action: incr; override: full 1 saturday every month


Of course, once this has been created, the best way to check is to go into the GUI and take a look at the calendar view of the schedule.


Brian

34 Posts

August 28th, 2013 06:00

Brian,

Thanks.  Your answer is helpful.

No Events found!

Top