Unsolved
This post is more than 5 years old
1 Rookie
•
25 Posts
0
1253
January 23rd, 2019 02:00
Creating NetWorker 9.2 backup and clone action via CLi
Hi All,
Is anyone familiar with EMC NetWorker 9 CLI, in particular the syntax for creating schedule overrides in the a backup action?
I'm trying to script the creation of the backup and clone actions in NetWorker 9.2. I think I have most of it figured out, however the schedules overrides are posing a bit of a problem.
I can't figure out the allowed options, for example -O "skip last friday every month" will give an error saying the work 'last' is not valid, even though these option seem to work ok when added using the GUI.
Any help is appreciated.
D
No Events found!



netelak
1 Message
0
February 22nd, 2019 14:00
The backup process is like the normal backup, except that the savegrp is called and issues a request to nsrexecd on the client. nsrexecd calls nsrdasv which loads the correct API for the database installed ncsecu
bingo.1
2.4K Posts
0
April 24th, 2019 13:00
backup nsrworkflow -p policy -w workflow [-c client] -A ("backup_action_name" -l level) -a
If a clone action has been defined for the workflow it will automatically be executed.
Otherwise use nsrclone to clone the save sets.