Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ Administrator's Guide, Volume I
  3. Section II. Configuring hosts
  4. Configuring Host Properties
  5. Exclude Lists properties
  6. Syntax rules for exclude lists
  7. Example of a UNIX exclude list
Veritas NetBackup™ Administrator's Guide, Volume I

Example of a UNIX exclude list

In this example of a UNIX exclude list, the list contains the following entries:

   # this is a comment line
    /home/doe/john
    /home/doe/abc/
    /home/*/test
    /*/temp
    core

Given the exclude list example, the following files and directories are excluded from automatic backups:

  • The file or directory named /home/doe/john.

  • The directory /home/doe/abc (because the exclude entry ends with /).

  • All files or directories named test that are two levels beneath home.

  • All files or directories named temp that are two levels beneath the root directory.

  • All files or directories named core at any level.

Feedback

Was this page helpful?
Previous

Example of a Windows client exclude list

Next

About creating an include list on a UNIX client

Feedback

Was this page helpful?