Azure Blob Storage backup and restore command examples
Deployment options: Netezza Performance Server for Cloud Pak for Data System
Netezza Performance Server for Cloud Pak for Data
Learn about the commands that are used for backup and restore to Azure Blob Storage.
Backup to Azure Blob Storage
nzbackup -db src_db -connector azure -connectorArgs UNIQUE_ID=SAMPLEBKUP:STORAGE_ACCOUNT=YOUR-STORAGE-ACCOUNT:KEY=xxxxx:CONTAINER=YOUR-CONTAINER:REGION=YOUR-ACCOUNT-LOCATION:BLOCK_SIZE_MB=25
Restore from Azure Blob Storage
nzrestore -db target_db -sourcedb src_db -connector azure -connectorArgs UNIQUE_ID=SAMPLEBKUP:STORAGE_ACCOUNT=YOUR-STORAGE-ACCOUNT:KEY=xxxxx:CONTAINER=YOUR-CONTAINER:REGION=YOUR-ACCOUNT-LOCATION:BLOCK_SIZE_MB=25