Kaspersky Standard | Plus | Premium
How to configure Backup on the command line
On the command line, you can configure Backup settings using the BackupDaysToLive
, BackupSizeLimit
and QuarantineBackupFolder
settings in the general application settings.
If you need to edit the Backup settings, you can:
- Modify all Backup settings using the configuration file. To do so:
- Output the settings to a configuration file using the command
kfl-control --get-app-settings --file <
path to configuration file
> [--json]
.A configuration file with the current settings is generated.
- Make changes to the Backup settings in the generated configuration file by selecting available values.
- Save the configuration file.
- Run the command
kfl-control --set-app-settings --file <
path to configuration file
> [--json]
.
- Output the settings to a configuration file using the command
- Edit individual Backup settings using the
kfl-control --set-app-settings <
setting name
>=<
setting value
> [<
setting name
>=<
setting value
>]
.
For detailed instructions on viewing and changing general application settings, see the How to manage general application settings on the command line section.
Page top