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:
kfl-control --get-app-settings --file <
path to configuration file
> [--json]
.A configuration file with the current settings is generated.
kfl-control --set-app-settings --file <
path to configuration file
> [--json]
.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