Deleting a message copy from Backup

You can delete a copy of one or multiple messages from Backup.

To delete a copy of one message from Backup, run the following command:

# /opt/kaspersky/klms/bin/klms-control --backup --remove --message-id <message_ID> --rule-id <id>

To delete copies of multiple messages from Backup, run the following command:

# /opt/kaspersky/klms/bin/klms-control --backup --query --mass-remove --limit <limit>

The program will delete the specified number of message copies according to the chronological order in which they were placed in Backup, beginning with the earliest copy.

Page top