Azure Blob Storageのバックアップとリストアのコマンド例

導入オプションNetezza Performance ServerforCloud Pak for Data System Netezza Performance ServerforCloud Pak for Data

Azure Blob Storageへのバックアップとリストアに使用するコマンドについて学びます。

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

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