To add a fileset family entry to 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. Define the entries in a fileset family that was previously created with the bak addftfamily command; the Backup System automatically assigns each entry an index number, starting with 1 for the first entry in each fileset family. This number is used if the fileset entry needs to be removed.
$ bak addftentry -family fileset_family_name -server machine -aggregate name -fileset name
The -server machine option is the File Server machine that houses the filesets to be included in the entry. Legal values for a specific machine are the machine's DCE pathname, the machine's host name, or the machine's IP address. You can also use the .* wildcard, which matches all machine names.
The -aggregate name option is the device name or aggregate name of the aggregate that houses the filesets to be included in the entry. The .* wildcard can be used to match the names of all aggregates.
The -fileset name option is the name of a fileset to be included in the entry. The .* wildcard or any of the regular expression characters described previously can be used to match the names of multiple filesets.