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™ for Sybase Administrator's Guide
  3. Configuring NetBackup for Sybase
  4. About striped dumps and loads with NetBackup for Sybase
  5. Example Sybase scripts for striped dumps and loads
Veritas NetBackup™ for Sybase Administrator's Guide

Example Sybase scripts for striped dumps and loads

The following is an example Sybase SQL backup script for a Sybase striped dump:

dump database mydb to "sybackup::"
stripe on "sybackup::"
stripe on "sybackup::"
go

The following is an example Sybase SQL load script for a Sybase striped load:

load database mydb from 
"sybackup::SYBASE11.mydb.D.0.27997.20-10-1997.10:55:52"
stripe on "sybackup::SYBASE11.mydb.D.1.27999.20-10-1997.10:55:52"
stripe on "sybackup::SYBASE11.mydb.D.2.28001.20-10-1997.10:55:52"
go

More Information

About striped dumps and loads with NetBackup for Sybase

NetBackup for Sybase multiplexing considerations - duplicating tapes

NetBackup for Sybase multiplexing considerations - using more than 12 stripes

About the backup, restore, and load scripts for NetBackup for Sybase on Windows

Feedback

Was this page helpful?
Previous

About striped dumps and loads with NetBackup for Sybase

Next

NetBackup for Sybase multiplexing considerations - duplicating tapes

Feedback

Was this page helpful?