Enabling or disabling a schedule
You can enable or disable the scheduler of a single protection using Horizon and command-line interfaces.
To enable or disable the scheduler of a single protection using Horizon
- On the Horizon console, navigate to NBOS Backups > Protection.
- Identify the protection to be modified.
- From the drop-down under Actions column, select Edit Protection.
- Navigate to the tab Schedule.
- Select Enabled or Disabled.
- Click Update.
To enable or disable the scheduler of a single protection using the command-line
- Run the following command to enable the scheduler.
nbosjm enable-scheduler --protectionids <protectionid>
- Run the following command to disable the scheduler.
nbosjm disable-scheduler --protectionids <protectionid>
--protectionids Requires at least one protection ID. Specify an ID of the protection to enable or disable the schedule for. Specify an option multiple times to include multiple policies.