Please enter search query.
Search <book_title>...
NetBackup™ for Greenplum Administrator's Guide
Last Published:
2025-03-18
Product(s):
NetBackup (11.0)
- Introducing NetBackup for Greenplum
- Installing NetBackup for Greenplum
- Configuring NetBackup for Greenplum
- About NetBackup for Greenplum configuration
- About configuring a backup policy for Greenplum
- About the backup script for NetBackup for Greenplum
- Best practices for Greenplum backups
- Configuration options for backup jobs
- Use of the --jobs option or backup streams and the effect on NetBackup jobs and throttling options
- The nbgpbackup_config.yaml file
- About permissions for NetBackup for Greenplum log files
- Perform a manual backup
- Using NetBackup for Greenplum
- Troubleshooting NetBackup for Greenplum
- Appendix A. Register authorized locations
Perform a user-directed backup for Greenplum
You can use the gpbackup command-line directly to start a Greenplum backup. NetBackup for Greenplum supports incremental backups from the incremental timestamps.
To perform a user-directed backup for Greenplum
- Create a
yamlfile from the example filenbgpbackup_config.yaml. - On the Greenplum coordinator host run the following command:
gpbackup --dbname database name --plugin-config yaml path
Where database name is the database that you want to back up and yaml path is the full path of the
yamlfile.Refer to the documentation for gpbackup for additional options.