Azure Blob Storage backup and restore command examples

Deployment options: IBM Netezza Appliance IBM Netezza Appliance

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