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-use-azcopy-blobs.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ This section contains the following examples:
186
186
187
187
## Synchronize files
188
188
189
-
You can synchronize the contents of a local file system to a blob container. You can also synchronize a blob container to a local file system on your computer. Synchronization is one-way. In other words, you choose which of these two endpoints is the source and which one is the destination.
189
+
You can synchronize the contents of a local file system with a blob container. Synchronization is one-way. In other words, you choose which of these two endpoints is the source and which one is the destination.
190
190
191
191
> [!NOTE]
192
192
> Currently, this scenario is supported only for accounts that don't have a hierarchical namespace. The current release of AzCopy doesn't synchronize between other sources and destinations (For example: File storage or Amazon Web Services (AWS) S3 buckets).
@@ -198,18 +198,18 @@ If you set the `--delete-destination` flag to `true` AzCopy deletes files withou
198
198
> [!NOTE]
199
199
> To prevent accidental deletions, make sure to enable the [soft delete](https://docs.microsoft.com/azure/storage/blobs/storage-blob-soft-delete) feature before you use the `--delete-destination=prompt|true` flag.
200
200
201
-
### Synchronize a container to a local file system
201
+
### Update a container with changes to a local file system
202
202
203
-
In this case, the local file system becomes the source and the container is the destination.
203
+
In this case, the container is the destination, and the local file system is the source.
204
204
205
205
|||
206
206
|--------|-----------|
207
207
|**Syntax**|`azcopy sync "<local-directory-path>" "https://<storage-account-name>.<blob or dfs>.core.windows.net/<container-name>" --recursive`|
0 commit comments