Deleting a Fileset Family Entry from a Fileset Family

To delete a fileset family entry from a fileset family, do the following:

1. Verify that you are included in the appropriate administrative lists. If necessary, issue the bos lsadmin command to check.

2. Issue the bak lsftfamilies command to determine the index number of the entry that you want to delete. This is necessary only if the fileset family contains multiple entries, in which case this command is used to list the entries; if the family contains a single entry, the index is 1.

$ bak lsftfamilies -family fileset_family_name

3. Use the bak rmftentry command to delete the entry:

$ bak rmftentry -family fileset_family_name -entry fileset_entry_index

The -entry fileset_entry_index option is the index for the entry that you want to delete.