SCHEDULER | | |
jobStatus | Lists all jobs and their status | snapcreator --action jobStatus --verbose |
schedRun | Runs an existing schedule in the Snap Creator scheduler | snapcreator --action schedRun --schedId 1 --verbose |
schedCreate | Creates a new schedule in the Snap Creator scheduler | snapcreator --profile --config --action schedCreate --policy --schedName HourlyBackup --schedFreqId 2 --schedActionId 1 --schedMin 33 --schedActive true --schedStartDate 2012-08-07 --verbose
snapcreator --profile --config --action schedCreate --policy --schedName DailyBackup --schedFreqId 3 --schedActionId 1 --schedHour 4 --schedMin 00 --schedActive true --schedStartDate 2012-08-07 --verbose
snapcreator --profile --config --action schedCreate --policy --schedName WeeklyBackup --schedFreqId 4 --schedActionId 1 --schedDayOfWeek Friday --schedHour 4 --schedMin 33 --schedActive true --schedStartDate 2012-08-07 --verbose
snapcreator --profile --config --action schedCreate --policy --schedName CronBackup --schedFreqId 5 --schedActionId 1 --schedCron '0 0/5 14,18 * * ?' --schedActive true --schedStartDate 2012-08-07 --verbose |
schedDelete | Deletes an existing schedule in the Snap Creator scheduler. | snapcreator --action schedDelete --schedId 10 --verbose |
schedUpdate | Updates an existing schedule in the Snap Creator scheduler | snapcreator --profile --config --action schedUpdate --policy --schedName HourlyBackup --schedFreqId 2 --schedId 1 --schedActionId 1 --schedMin 33 --schedActive true --schedStartDate 2012-08-07 --verbose
snapcreator --profile --config --action schedUpdate --policy --schedName DailyBackup --schedFreqId 3 --schedId 1 --schedActionId 1 --schedHour 15 --schedMin 00 --schedActive true --schedStartDate 2012-08-07 --verbose
snapcreator --profile --config --action schedUpdate --policy --schedName WeeklyBackup --schedFreqId 4 --schedId 1 --schedActionId 1 --schedActive true --schedDayOfWeek Friday --schedHour 4 --schedMin 33 --schedStartDate 2012-08-07 --verbose
snapcreator --profile --config --action schedUpdate --policy --schedName CronBackup --schedFreqId 5 --schedId 1 --schedActionId 1 --schedCron '0 0/5 14,18 * * ?' --schedActive true --schedStartDate 2012-08-07 --verbose |
schedList | Lists all the existing schedules defined in the Snap Creator scheduler. | snapcreator --action schedList --verbose |
schedActionList | Lists the supported scheduler actions. You must run this before creating a task | snapcreator --action schedActionList --verbose |
schedFreqList | Lists the supported scheduler frequencies. You must run this before creating a task | snapcreator --action schedFreqList --verbose |
schedDetails | Shows additional details for a given schedule ID | snapcreator --action schedDetails --schedId 1 --verbose |
REPOSITORY | | |
profileCreate | Repository action which will create a new profile | snapcreator --server <server_address> --port <port_number> --user <username> --passwd <password> --profile <profile_name> --action profileCreate --verbose |
profileDelete | Repository action which will delete an existing profile | snapcreator --server <server_address> --port <port_number> --user <username> --passwd <password> --profile <profile_name> --action profileDelete --verbose |
configImport | Repository action which will import a configuration based on file located on same host running the CLI. | snapcreator --server <server_address> --port <port_number> --user <username> --passwd <password> --profile <profile_name> --config <config_name> --action configImport --importFile /path/to/file --verbose |
configExport | Repository action which will export a configuration to a file on same host running the CLI. | snapcreator --server <server_address> --port <port_number> --user <username> --passwd <password> --profile <profile_name> --config <config_name> --action configExport --exportFile /path/to/file --verbose |
globalImport | Repository action which will import a global configuration based on file located on same host running the CLI. | snapcreator --server <server_address> --port <port_number> --user <username> --passwd <password> --action globalImport --importFile /path/to/file --verbose |
globalExport | Repository action which will export a global configuration to a file on same host running the CLI. | <“titl”:”Snap Creator CLI Commands and Usag”,”tag”: “Snap Creato”,”CL”,”Command”,”Backu”,”Restor”,”Clon”,”Schedule”,”Repositor”,”RBA”,”Workflo”,”Data Protectio”,”Storage Managemen”],”conten”:”Snap Creator CLI Commands and UsageCommand | Description | Usage |
---|
SCHEDULER | | | jobStatus | Lists all jobs and their status. | snapcreator --action jobStatus --verbose | schedRun | Runs an existing schedule in the Snap Creator scheduler. | snapcreator --action schedRun --schedId 1 --verbose | schedCreate | Creates a new schedule in the Snap Creator scheduler. | snapcreator --profile --config --action schedCreate --policy --schedName HourlyBackup --schedFreqId 2 --schedActionId 1 --schedMin 33 --schedActive true --schedStartDate 2012-08-07 --verbose snapcreator --profile --config --action schedCreate --policy --schedName DailyBackup --schedFreqId 3 --schedActionId 1 --schedHour 4 --schedMin 00 --schedActive true --schedStartDate 2012-08-07 --verbose snapcreator --profile --config --action schedCreate --policy --schedName WeeklyBackup --schedFreqId 4 --schedActionId 1 --schedDayOfWeek Friday --schedHour 4 --schedMin 33 --schedActive true --schedStartDate 2012-08-07 --verbose snapcreator --profile --config --action schedCreate --policy --schedName CronBackup --schedFreqId 5 --schedActionId 1 --schedCron '0 0/5 14,18 * * ?' --schedActive true --schedStartDate 2012-08-07 --verbose
| schedDelete | Deletes an existing schedule in the Snap Creator scheduler. | snapcreator --action schedDelete --schedId 10 --verbose | schedUpdate | Updates an existing schedule in the Snap Creator scheduler. | snapcreator --profile --config --action schedUpdate --policy --schedName HourlyBackup --schedFreqId 2 --schedId 1 --schedActionId 1 --schedMin 33 --schedActive true --schedStartDate 2012-08-07 --verbose snapcreator --profile --config --action schedUpdate --policy --schedName DailyBackup --schedFreqId 3 --schedId 1 --schedActionId 1 --schedHour 15 --schedMin 00 --schedActive true --schedStartDate 2012-08-07 --verbose snapcreator --profile --config --action schedUpdate --policy --schedName WeeklyBackup --schedFreqId 4 --schedId 1 --schedActionId 1 --schedActive true --schedDayOfWeek Friday --schedHour 4 --schedMin 33 --schedStartDate 2012-08-07 --verbose snapcreator --profile --config --action schedUpdate --policy --schedName CronBackup --schedFreqId 5 --schedId 1 --schedActionId 1 --schedCron '0 0/5 14,18 * * ?' --schedActive true --schedStartDate 2012-08-07 --verbose
| schedList | Lists all existing schedules in the Snap Creator scheduler. | snapcreator --action schedList --verbose | schedActionList | Lists supported scheduler actions. Run this before creating a task. | snapcreator --action schedActionList --verbose | schedFreqList | Lists supported scheduler frequencies. Run this before creating a task. | snapcreator --action schedFreqList --verbose | schedDetails | Shows details for a given schedule ID. | snapcreator --action schedDetails --schedId 1 --verbose | REPOSITORY | | | profileCreate | Creates a new profile. | snapcreator --server --port --user --passwd --profile --action profileCreate --verbose | profileDelete | Deletes an existing profile. | snapcreator --server --port --user --passwd --profile --action profileDelete --verbose | configImport | Imports a configuration from a file on the host running the CLI. | snapcreator --server --port --user --passwd --profile --config --action configImport --importFile /path/to/file --verbose |
|