The backups for SQL using module are to be scheduled from the NetWorker server using groups. What automation are you referring to, could you please explain a little more in regard to your requirement.
We are building a self service solution where developers can request a backup of a production SQL database to be restored to a developer or test SQL server.
I can do this with T-SQL but using the Networker SQL module would be a lot more streamlined if it'd be possible to automate the process in some intelligent way.
You could create setup with set of nsradmin commands of course. Backup admin can help you out with that, but in essence you would create client and there would be couple of specific things to pay attention to:
- is it cluster setup?
- is it AoAG?
- default or non - default instance?
- instance level backup or DB individual one?
- any specific time or dependency required for this backup?
Any of those above may require different setup to be applied so you would have couple of data to feed it into script and based on input one can build setup using nsradmin commands.
crazyrov
4 Operator
•
1.3K Posts
0
July 8th, 2015 05:00
MartinNr5
The backups for SQL using module are to be scheduled from the NetWorker server using groups. What automation are you referring to, could you please explain a little more in regard to your requirement.
Martin Edelius
4 Posts
0
July 9th, 2015 04:00
Hi.
We are building a self service solution where developers can request a backup of a production SQL database to be restored to a developer or test SQL server.
I can do this with T-SQL but using the Networker SQL module would be a lot more streamlined if it'd be possible to automate the process in some intelligent way.
ble1
4 Operator
•
14.4K Posts
0
July 12th, 2015 04:00
You could create setup with set of nsradmin commands of course. Backup admin can help you out with that, but in essence you would create client and there would be couple of specific things to pay attention to:
- is it cluster setup?
- is it AoAG?
- default or non - default instance?
- instance level backup or DB individual one?
- any specific time or dependency required for this backup?
Any of those above may require different setup to be applied so you would have couple of data to feed it into script and based on input one can build setup using nsradmin commands.