You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/common/storage-ref-azcopy-sync.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ ms.reviewer: zezha-msft
14
14
15
15
Replicates the source location to the destination location. This article provides a detailed reference for the azcopy sync command. To learn more about synchronizing blobs between source and destination locations, see [Synchronize with Azure Blob storage by using AzCopy v10](storage-use-azcopy-blobs-synchronize.md). For Azure Files, see [Synchronize files](storage-use-azcopy-files.md#synchronize-files).
The last modified times are used for comparison. The file is skipped if the last modified time in the destination is more recent. Alternatively, you can use the `--compare-hash` flag to transfer only files which differ in their MD5 hash. The supported pairs are:
Copy file name to clipboardExpand all lines: articles/storage/common/storage-use-azcopy-v10.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: AzCopy is a command-line utility that you can use to copy data to,
4
4
author: normesta
5
5
ms.service: azure-storage
6
6
ms.topic: how-to
7
-
ms.date: 07/18/2024
7
+
ms.date: 09/27/2024
8
8
ms.author: normesta
9
9
ms.subservice: storage-common-concepts
10
10
ms.custom: ai-video-demo
@@ -20,13 +20,31 @@ AzCopy is a command-line utility that you can use to copy blobs or files to or f
20
20
>
21
21
> If you need to use a previous version of AzCopy, see the [Use the previous version of AzCopy](#previous-version) section of this article.
22
22
23
-
<aid="download-and-install-azcopy"></a>
23
+
<aid="download-and-install-azcopy"></a>This video shows you how to download and run the AzCopy utility.
24
24
25
-
This video shows you how to download and run the AzCopy utility.
26
25
> [!VIDEO 4238a2be-881a-4aaa-8ccd-07a6557a05ef]
27
26
28
27
The steps in the video are also described in the following sections.
29
28
29
+
## Use cases for AzCopy
30
+
31
+
AzCopy can be used to copy your data to, from, or between Azure storage accounts. Common use cases include:
32
+
33
+
- Copying data from an on-premises source to an Azure storage account
34
+
- Copying data from an Azure storage account to an on-premises source
35
+
- Copying data from one storage account to another storage account
36
+
37
+
Each of these use cases has unique options. For example, AzCopy has native commands for copying and/or synchronizing data. This makes AzCopy a flexible tool that can be used for one-time copy activities and ongoing synchronization scenarios. AzCopy also allows you to target specific storage services such as Azure Blob Storage or Azure Files. This allows you to copy data from blob to file, file to blob, file to file, etc.
38
+
39
+
To learn more about these scenarios, see:
40
+
41
+
-[Upload files to Azure Blob storage by using AzCopy](storage-use-azcopy-blobs-upload.md)
42
+
-[Download blobs from Azure Blob Storage by using AzCopy](storage-use-azcopy-blobs-download.md)
43
+
-[Copy blobs between Azure storage accounts by using AzCopy](storage-use-azcopy-blobs-copy.md)
44
+
-[Synchronize with Azure Blob storage by using AzCopy](storage-use-azcopy-blobs-synchronize.md)
0 commit comments