Use the commands in this section to delete previous backup files.
Important
If you delete a backup file from a USB drive by using the backup delete from usb command, the deletion might take a few minutes.
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
Specify the location of the backup file.
To delete a file from the appliance, enter:
hostname (config) # backup delete from localTo delete a file from a USB drive on your local machine, enter:
hostname (config) # backup delete from usbNote
To delete a remote backup file, you must log in to the remote server and delete the file manually.
Specify the name of the backup file to delete from the backup location.
hostname (config) # backup delete from <backupLocation> name <backupName>where
<backupName>is the backup FEBKP file you want to delete.
Example
The following example shows how to delete a database backup that resides locally on an appliance.
hostname (config) # backup delete from local name wMPS-Config-7.9.0-IE-NX900-20160807-220207.febkpNote
This example is from a Network Security appliance, but it is representative of other Trellix appliances as well.