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. NetBackup™ for Oracle Administrator's Guide
  3. Appendix C. Script-based Block-Level Incremental (BLI) Backups without RMAN on UNIX and Linux systems
  4. Performing backups and restores
  5. Backing up Quick I/O files
NetBackup™ for Oracle Administrator's Guide

Backing up Quick I/O files

A Quick I/O file consists of two components: a hidden file with the space allocated for it, and a link that points to the Quick I/O interface of the hidden file. Because NetBackup does not follow symbolic links, you must specify both the Quick I/O link and its hidden file in the list of files to be backed up.

Note:

You must be the root user to perform all operations using the BLI backup software.

For example:

ls -la /db02
total 2192
drwxr-xr-x 2 root   root      96 Jan 20 17:39 .
drwxr-xr-x 9 root   root    8192 Jan 20 17:39 ..
-rw-r--r-- 1 oracle dba  1048576 Jan 20 17:39 .cust.dbf
lrwxrwxrwx 1 oracle dba       22 Jan 20 17:39 cust.dbf ->\
           .cust.dbf::cdev:vxfs:

The preceding example shows that you must include both the symbolic link cust.dbf and the hidden file .cust.dbf in the backup file list.

If you want to back up all Quick I/O files in a directory, you can simplify the process by only specifying the directory to be backed up. In this case, both components of each Quick I/O file is properly backed up. In general, you should specify directories to be backed up unless you only want to back up some, files in those directories.

Note:

For HP-UX PA-RISC checkpoints to unmount and be cleaned up, create touch file /usr/openv/netbackup/AIO_READS_MAX that contains the value 1.

Feedback

Was this page helpful?
Previous

About NetBackup for Oracle manual backups

Next

Restoring BLI backup images

Feedback

Was this page helpful?