Configuring and managing the backup schedule

Kaspersky Next XDR Expert allows you to create backups according to a schedule, view the current schedule, pause or resume scheduled backups, and delete the schedule.

You can configure only one backup schedule. Creating a new schedule will replace the existing one.

Before using the scheduled backup, we recommend creating a backup manually to ensure that the network folder for storing backups is configured correctly and is accessible.

Configuring the backup schedule

To configure the backup schedule,

On the administrator host, run the following command:

./kdt invoke backup-operator -a updateSchedule \

--param schedule='<schedule>' \

--param schedule_paused=<schedule_is_paused> \

--param backup_retain=<max_number_of_backups>

where:

The backup schedule is configured.

View the details of the backup schedule

To view the details of the backup schedule,

On the administrator host, run the following command:

./kdt invoke backup-operator -a getBackupSchedule

The configured backup schedule details are displayed, including the schedule name shown in the NAME column.

Pausing the scheduled backup

To pause the scheduled backup,

On the administrator host, run the following command:

./kdt invoke backup-operator -a updateSchedule --param schedule_paused=true

The scheduled backup is paused.

Resuming the scheduled backup

To resume the scheduled backup,

On the administrator host, run the following command:

./kdt invoke backup-operator -a updateSchedule --param schedule_paused=false

The scheduled backup is resumed.

Page top