Please enter search query.
Search <book_title>...
NetBackup™ for Greenplum Administrator's Guide
Last Published:
2025-03-18
Product(s):
NetBackup & Alta Data Protection (11.0)
- Introducing NetBackup for Greenplum
- Installing NetBackup for Greenplum
- Configuring NetBackup for Greenplum
- About configuring a backup policy for Greenplum
- About the backup script for NetBackup for Greenplum
- 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
yaml
file 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
yaml
file.Refer to the documentation for gpbackup for additional options.