2016年1月18日 星期一

[研究] Windows Azure 的 Storage (儲存體) Blob 複製到另一個儲存體

[研究] Windows Azure 的 Storage (儲存體) Blob 複製到另一個儲存體

2016-01-18

********************************************************************************

這3篇相關

[研究] Windows Azure 的 Storage (儲存體) Blob 備份到本機
http://shaurong.blogspot.com/2016/01/windows-azure-storage-blob.html

[研究] 從本機還原到另一個Windows Azure 的 Storage (儲存體) Blob
http://shaurong.blogspot.com/2016/01/windows-azure-storage-blob_18.html

[研究] Windows Azure 的 Storage (儲存體) Blob 複製到另一個儲存體
http://shaurong.blogspot.com/2016/01/windows-azure-storage-blob_40.html

********************************************************************************


使用程式:AzCopy
說明:
http://azure.microsoft.com/en-us/documentation/articles/storage-use-azcopy/

Windows Azure 管理介面網址
https://manage.windowsazure.com


@rem  AzureStorageCopyToStorage.bat

cd "C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy"

C:

azcopy.exe  /Source:https://來源儲存體.blob.core.windows.net/來源容器1   /Dest:https://目的儲存體.blob.core.windows.net/目的容器1      /sourcekey:來源儲存體金鑰  /DestKey:目的儲存體金鑰   /Y

azcopy.exe  /Source:https://來源儲存體.blob.core.windows.net/來源容器2   /Dest:https://目的儲存體.blob.core.windows.net/目的容器2      /sourcekey:來源儲存體金鑰  /DestKey:目的儲存體金鑰   /Y



(完)


相關

[研究] Windows Azure 的 Storage (儲存體) Blob 備份到本機
http://shaurong.blogspot.com/2016/01/windows-azure-storage-blob.html

[研究] 從本機還原到另一個Windows Azure 的 Storage (儲存體) Blob
http://shaurong.blogspot.com/2016/01/windows-azure-storage-blob_18.html

[研究] Windows Azure 的 Storage (儲存體) Blob 複製到另一個儲存體
http://shaurong.blogspot.com/2016/01/windows-azure-storage-blob_40.html

[研究] Windows Azure SQL Database 匯出與下載 - 使用 Windows Azure 管理介面
http://shaurong.blogspot.com/2014/02/windows-azure-sql-database-windows-azure.html

[研究] Windows Azure 復原服務 與 Windows Azure Backup Agent 安裝使用(二) (Windows 2012 R2)
http://shaurong.blogspot.com/2014/02/windows-azure-windows-azure-backup_14.html

[研究] Windows Azure 復原服務 與 Windows Azure Backup Agent 安裝使用(一) (Windows 2012 R2)
http://shaurong.blogspot.com/2014/02/windows-azure-windows-azure-backup.html

[研究] Windows Azure SQL Database 備份和還原 - 使用 SqlPackage.exe (二)
http://shaurong.blogspot.com/2014/02/windows-azure-sql-database-sqlpackageexe_10.html

[研究] Windows Azure SQL Database 與 SQL Server 2012 with SP1 版本研究
http://shaurong.blogspot.com/2014/02/windows-azure-sql-database-sql-server_10.html

[研究] Windows Azure SQL Database 備份 - 使用 SQL Server Management Studio 2012
http://shaurong.blogspot.com/2014/02/windows-azure-sql-database-sql-server.html

[研究] Windows Azure SQL Database 備份和還原 - 使用 SqlPackage.exe
http://shaurong.blogspot.com/2014/02/windows-azure-sql-database-sqlpackageexe.html


沒有留言:

張貼留言