Commvault End-User Command Line (cvc) Interface Example: remove

Updated

Name

remove

Synopsis

remove path

Description

Delete content from the most recent specified backup or restore list.

The table lists the options that the software supports.

Option

Description

path

Delete the content from the backup or restore list. When you specify the list option in the backup command, the software removes the content that is in the list from the backup.

Separate each entry by a comma (,) to add multiple folders, directories, or files.

Example

Delete directories from a backup list. In this example, the parameters are listed on the command line.

cvc> backup_list

cvc> remove /etc

cvc list

Backup list: ['/tmp,/opt']

Remove Multiple Directories from a Restore List

Delete directories from and restore list, and then display the restore list content. In this example, the parameters are listed on the command line.

cvc> restore_list

cvc > remove /tmp,/etc

cvc > list

Restore list: ['/opt']