
UNSOLVED
mccli dataset add-option syntax
I'm scripting adding custom dataset to multiple avamar grids. I've run into an issue with the mccli dataset add-option command
I've successfully created the dataset using mccli with the correct plugins but I want to disable the create disaster recovery flag for the windows vss plugin (3015). I've tried the following command with and without single and double quotes
mccli dataset add-option --name'mydataset1' --plugin=3015 --option='perform_dr_backup' --value=false
but this creates an option of type=int instead of type=checkbox which is required for this plugin option.
The result should look like this:
Windows VSS Flag type=checkbox:name=perform_dr_backup:value=true
but i get:
Windows VSS Flag type=int:name=perform_dr_backup:value=false
Responses (2)
Solutions (0)

8i5
24 Posts
789
0
Posted April 5th, 2013 06:00
Correction
The result should look like this:
Windows VSS Flag type=checkbox:name=perform_dr_backup:value=false
but i get:
Windows VSS Flag type=int:name=perform_dr_backup:value=false