Storix Software SBAdmin Commands Reference User Manual
Page 23

Storix System Backup Administrator
- 23 -
Version 8.2 Commands Reference
stexclude -a -C all -F “/tmp /var” newlist
Changing an exclude list
If an exclude list already exists, you may change it by adding or removing the applicable
clients, the devices to exclude, or the files/directories to exclude.
To remove a client and a directory from a configured exclude list:
stexclude -r -c mickey -f /var oldlist
To add a client, a device, and a directory to exclude from an existing exclude list:
stexclude -a -c minnie -d /dev/lv0 -f /home oldlist
To replace the excluded devices on an existing exclude list:
stexclude -a -D “/dev/lv4 /dev/lv5” oldlist
Note that you may not add and remove exclude list contents in the same command.
Removing an exclude list
To remove a currently configured exclude list, specify –r and the exclude list name, such as:
stexclude –r oldlist
Note that you may not remove an exclude list that is currently configured to be used by a
backup job. You may, however, use the -x flag to force the removal of the exclude list
configuration from all backup jobs when removing the exclude list.