Veritas NetBackup™ for Lotus Notes Administrator's Guide
- Introduction to NetBackup for Lotus Notes;
- Installing NetBackup for Lotus Notes
- Planning the installation of NetBackup for Lotus Notes
- Verifying the operating system and platform compatibility
- NetBackup server and client requirements
- Lotus Notes server software requirements
- About the license for NetBackup for Lotus Notes
- Specifying the Lotus Notes home path (UNIX)
- (UNIX or Linux) About adding new Lotus Notes installations
- Configuring NetBackup for Lotus Notes
- About configuring NetBackup for Lotus Notes
- Configuring Lotus Notes fast restores
- Configuring host properties for a Lotus Notes client
- About configuring a backup policy for a Lotus Notes database
- Adding a NetBackup for Lotus Notes policy
- About policy attributes
- Adding schedules to a NetBackup for Lotus Notes policy
- Adding clients to a policy
- Adding backup selections to a Lotus-Notes policy
- About directives for Domino policies
- About excluding Lotus Notes databases from backups
- About backups of Lotus database links and directory links
- Configuring a backup policy for Lotus Notes database supporting files
- Performing a manual backup
- Performing backups and restore of Lotus Notes databases
- Domino clustering
- Domino partitioned servers
- Domino server multiple installations (UNIX or Linux)
- Troubleshooting NetBackup for Lotus Notes
- About NetBackup for Lotus Notes debug logging
- Enabling the debug logs for a NetBackup for Lotus Notes client automatically (Windows)
- Debug logs for NetBackup for Lotus Notes backup operations
- Debug logs for NetBackup for Lotus Notes restore operations
- Setting the debug level on a UNIX client
- Setting the debug level on a NetBackup for Lotus Notes Windows client
- About NetBackup status reports
- About Notes restore operations
- About NetBackup for Lotus Notes debug logging
- Index
About performing backups in a Domino partitioned server environment
The following examples illustrate two possible configurations of the backup selections list that can be used to back up a Domino partitioned server environment.
Table: Backup selections list examples
Environment | Backup policy |
|---|---|
The environment is a Domino partitioned server environment with two partitions. The Domino data directory for partition 1 is located at D:\Lotus\Domino\data1. The Domino data directory for partition 2 is located at D:\Lotus\Domino\data2. | To back up this environment with two separate NetBackup policies, add the following to the backup selections list: Policy 1 NOTES_INI_PATH=D:\Lotus\Domino\data1\notes.ini D:\Lotus\Domino\data1\ Policy 2 NOTES_INI_PATH=D:\Lotus\Domino\data2\notes.ini D:\Lotus\Domino\data2\ |
The environment is a Domino partitioned server environment with two partitions. The Domino data directory for partition 1 is located at /db/notesdata1. The Domino data directory for partition 2 is located at /db/notesdata2. | To back up this environment with two separate NetBackup policies, add the following to the backup selections list: Policy 1 NOTES_INI_PATH=/db/notesdata1/notes.ini /db/notesdata1 Policy 2 NOTES_INI_PATH=/db/notesdata2/notes.ini /db/notesdata2 |
The environment is a Domino partitioned server environment with three partitions. The Domino data directory for each partition is located as follows:
| Each partition is configured to use archive-style transaction logging. To back up this environment with a single NetBackup policy, add the following to the backup selections list: NEW_STREAM NOTES_INI_PATH=D:\Lotus\Domino\data1\notes.ini D:\Lotus\Domino\data1 BACKUP_TRANSACTION_LOGS NEW_STREAM NOTES_INI_PATH=D:\Lotus\Domino\data2\notes.ini D:\Lotus\Domino\data2 BACKUP_TRANSACTION_LOGS NEW_STREAM NOTES_INI_PATH=D:\Lotus\Domino\data3\notes.ini D:\Lotus\Domino\data3 BACKUP_TRANSACTION_LOGS |
The environment is a Domino partitioned server environment with three partitions. The Domino data directory for each partition is located as follows:
| Each partition is configured to use archive-style transaction logging. To back up this environment with a single NetBackup policy, add the following to the backup selections list: NEW_STREAM NOTES_INI_PATH=/db/notesdata1/notes.ini db/notesdata1 BACKUP_TRANSACTION_LOGS NEW_STREAM NOTES_INI_PATH=/db/notesdata2/notes.ini BACKUP_TRANSACTION_LOGS NEW_STREAM NOTES_INI_PATH=/db/notesdata3/notes.ini db/notesdata3 BACKUP_TRANSACTION_LOGS |