Skip to content

Commit 34b2e8b

Browse files
committed
Provide Go language scripts to create NetBackup policies in one step and with step by step
1 parent b28d63f commit 34b2e8b

File tree

5 files changed

+689
-447
lines changed

5 files changed

+689
-447
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ Use the following commands to run the curl samples.
3131
- `./get_nb_jobs.sh -master <master_server> -username <username> -password <password>`
3232
- `./get_nb_images.sh -master <master_server> -username <username> -password <password>`
3333

34-
#### Executing the snippets using go
34+
#### Executing the recipes using go (often referred to as golang)
3535
Pre-requisites:
3636
- NetBackup 8.1.2 or higher
3737
- go1.10.2 or higher
3838

3939
Use the following commands to run the go samples.
4040
- `go run ./create_policy_step_by_step.go -nbmaster <master_server> -username <username> -password <password>`
41+
- `go run ./create_policy_in_one_step.go -nbmaster <master_server> -username <username> -password <password>`

0 commit comments

Comments
 (0)