Please enter search query.
Search <book_title>...
Veritas Access Solutions Guide for NetBackup
Last Published:
2020-10-01
Product(s):
Access (7.4.2)
Platform: Linux
- Veritas Access integration with NetBackup
- System requirements
- Configuring Veritas Data Deduplication with Veritas Access
- Migrating the NetBackup images from existing storage to Veritas Data Deduplication storage
- Configuring Veritas Access backup over S3 with OpenDedup and NetBackup
- Configuring Veritas Access as a cloud storage server with NetBackup CloudCatalyst
- Configuring backup and restore using NetBackup policies
- Configuring Veritas Access with the NetBackup client
- Troubleshooting
Adding or deleting patterns to the list of files in backups
You can add or delete specified patterns to or from the files that you want to include or exclude from NetBackup backups. For example, you can create a backup policy with different patterns such that only .gif
files are backed up and .iso
files are excluded.
See the backup_netbackup(1) man page for detailed examples.
To add or delete the given pattern to the list of files included for backup
- Add the specified pattern to the files that are included for backup.
For adding specified patterns to included files:
Backup> netbackup include_list add pattern [policy] [schedule]
For deleting specified patterns from included files:
Backup> netbackup include_list delete pattern [policy] [schedule]
To add or delete a given pattern to the list of files excluded from backup
- Add a given pattern to the list of files that are excluded from backup.
For adding a given pattern to excluded files:
Backup> netbackup exclude_list add pattern [policy] [schedule]
For deleting the given pattern from excluded files:
Backup> netbackup exclude_list delete pattern [policy] [schedule]