Air Cleaner User Manual

Examples
1. To add the directory /tmp to the exclude list, type:
chexcludelist -a /tmp
2. To exclude all files on the system ending with .old, type:
chexcludelist -a ©/*.old©
3. To exclude logical volume userlv1 from volume group backups, type:
chexcludelist -a @userlv1
4. To remove the file /home/test from the exclude list, type:
chexcludelist -r /home/test
5. To list current excluded files and directories, type:
chexcludelist -l
Files
/usr/lpp/sysback/.exclude_list Filenames and directories to exclude from backups.
Appendix A. Commands A-21