Name
add
Synopsis
add path [,path]
Description
Add content to the most recent specified backup or restore list.
The table lists the options that the software supports.
Option | Description |
---|---|
path | Add content to the list. When you specify the list option in the backup command, the software includes the content that is in the list in the backup. Separate each entry by a comma (,) to add multiple folders, directories, or files. |
Example
Add directories to a backup list. In this example, the parameters are listed on the command line.
cvc> backup_list
cvc> add /tmp
cvc add /usr/johndoe
Add Multiple Directories to a Backup List
Add directories to a backup list, and then display the backup list content. In this example, the parameters are listed on the command line.
cvc> backup_list
cvc > add /tmp,/etc
cvc > list
Backup list: ['/tmp,/etc']