Skip to content

Commit 2ec04a2

Browse files
committed
Provide Go language scripts to create NetBackup policies in one step and with step by step
1 parent c05b6c2 commit 2ec04a2

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
@@ -40,10 +40,11 @@ Use the following commands to run the curl samples.
4040
- `./get_nb_jobs.sh -master <master_server> -username <username> -password <password>`
4141
- `./get_nb_images.sh -master <master_server> -username <username> -password <password>`
4242

43-
#### Executing the snippets using go
43+
#### Executing the recipes using go (often referred to as golang)
4444
Pre-requisites:
4545
- NetBackup 8.1.2 or higher
4646
- go1.10.2 or higher
4747

4848
Use the following commands to run the go samples.
4949
- `go run ./create_policy_step_by_step.go -nbmaster <master_server> -username <username> -password <password>`
50+
- `go run ./create_policy_in_one_step.go -nbmaster <master_server> -username <username> -password <password>`

0 commit comments

Comments
 (0)