Please enter search query.
Search <book_title>...
Veritas NetBackup™ for Sybase Administrator's Guide
Last Published:
2018-09-19
Product(s):
NetBackup (8.2, 8.1.2)
- Introduction to NetBackup for Sybase
- Installing NetBackup for Sybase
- Configuring NetBackup for Sybase
- About configuring a backup policy for Sybase
- About the backup, restore, and load scripts for NetBackup for Sybase on UNIX
- About the backup, restore, and load scripts for NetBackup for Sybase on Windows
- NetBackup for Sybase configuration or bp.conf file settings
- About striped dumps and loads with NetBackup for Sybase
- Using NetBackup for Sybase
- Troubleshooting NetBackup for Sybase
- NetBackup debug logs and reports
- NetBackup debug logs and reports
- Appendix A. Register authorized locations
Modifying the backup script for NetBackup for Sybase on UNIX
The following procedure shows how to modify the backup script.
To modify the sybase_mdb_backup script
- Copy the example script to the authorized location on your client.
Do not save custom scripts in the samples directory. Subsequent NetBackup upgrades can overwrite your site's scripts.
- Set the access permissions of the script to 775.
chmod 775 sybase_mydb_backup
- Use a text editor to open the sybase_mydb_backup script.
The following example uses the vi(1) text editor.
vi sybase_mydb_backup
- Modify the sybase_mydb_backup script using the instructions in the script itself.
When customizing this script, note the following line:
# Replace "database_dump" below with your actual schedule name if [ "${SYBACKUP_SCHED}" = "database_dump" ]
Replace database_dump with the name of the Automatic Backup schedule used when you set up the NetBackup configuration.
- Save and close the file.
- Test the script you modified.
See ???.