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

(下圖) 儲存體 (Storage) 管理

(下圖) 儲存體 (Storage) 管理 (續)


(下圖) 儲存體 (Storage) 列表、儲存體中容器 (Container) 列表、容器網址列表

(下圖) 查詢金鑰 (Key) 方法

(下圖) 查詢金鑰 (Key) 方法 (續)



@rem 2015-01-30更新
@rem 因為 AzCopy 語法變更

@ rem ***************************************************
@ rem AzCopy
@ rem http://azure.microsoft.com/en-us/documentation/articles/storage-use-azcopy/
@rem  "C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy\azcopy.exe"
@rem azCopy https://myaccount.blob.core.windows.net/mycontainer C:\myfolder /sourcekey:key abc.txt

@rem "C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy\azcopy.exe"  https://myaccount.blob.core.windows.net/mycontainer D:\myfolder /sourcekey:key abc.txt
@rem  AzCopy https://myaccount.blob.core.windows.net/mycontainer C:\myfolder /sourcekey:key /S
@rem https://icstwebstorage.blob.core.windows.net/
@rem D:\CODE\[ICST]\ICSTWebAzure2\Storage.Blob

cd "C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy"
C:
@rem 舊版廢除----------------------------------------------------------
@rem azcopy.exe  https://儲存體名稱.blob.core.windows.net/容器名稱1      D:\WebAzure\Storage.Blob\資料夾名稱1   /sourcekey:金鑰   /S /XO /Y

@rem azcopy.exe  https://儲存體名稱.blob.core.windows.net/容器名稱2      D:\WebAzure\Storage.Blob\資料夾名稱2   /sourcekey:金鑰   /S /XO /Y

@rem ----------------------------------------------------------

@ Windows Azure SDK 2.5 需用下面語法 (2015-01-30)
@rem AzCopy /Source:https://myaccount.blob.core.windows.net/mycontainer/  /Dest:D:\test\ /SourceKey:key /Pattern:"abc.txt"

azcopy.exe  /Source:https://儲存體名稱.blob.core.windows.net/$logs      /Dest:D:\WebAzure\Storage.Blob\$logs /sourcekey:金鑰 /S /XO /Y

azcopy.exe  /Source:https://儲存體名稱.blob.core.windows.net/$root      /Dest:D:\WebAzure\Storage.Blob\$roots /sourcekey:金鑰 /S /XO /Y

azcopy.exe  /Source:https://儲存體名稱.blob.core.windows.net/容器名稱1      /Dest:D:\WebAzure\Storage.Blob\資料夾名稱1 /sourcekey:金鑰 /S /XO /Y

azcopy.exe  /Source:https://儲存體名稱.blob.core.windows.net/容器名稱2      /Dest:D:\WebAzure\Storage.Blob\資料夾名稱2 /sourcekey:金鑰 /S /XO /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


沒有留言:

張貼留言