Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
normesta committed Mar 31, 2021
1 parent b77f3a3 commit 7bbc1b7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions articles/storage/blobs/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,10 @@
href: ../common/storage-use-azcopy-blobs-upload.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: 'Examples: Download'
href: ../common/storage-use-azcopy-blobs-download.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: 'Examples: Synchronize'
href: ../common/storage-use-azcopy-blobs-synchronize.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: 'Examples: Copy between accounts'
href: ../common/storage-use-azcopy-blobs-copy.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: 'Examples: Synchronize'
href: ../common/storage-use-azcopy-blobs-synchronize.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: 'Examples: Amazon S3 buckets'
href: ../common/storage-use-azcopy-s3.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
- name: 'Examples: Google Cloud Storage buckets'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,3 @@ See these articles to configure settings, optimize performance, and troubleshoot
- [AzCopy configuration settings](storage-ref-azcopy-configuration-settings.md)
- [Optimize the performance of AzCopy](storage-use-azcopy-optimize.md)
- [Troubleshoot AzCopy V10 issues in Azure Storage by using log files](storage-use-azcopy-configure.md)
- [AzCopy V10 with Azure Storage FAQ](storage-use-azcopy-faq.yml)
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,4 @@ See these articles to configure settings, optimize performance, and troubleshoot
- [AzCopy configuration settings](storage-ref-azcopy-configuration-settings.md)
- [Optimize the performance of AzCopy](storage-use-azcopy-optimize.md)
- [Troubleshoot AzCopy V10 issues in Azure Storage by using log files](storage-use-azcopy-configure.md)
- [AzCopy V10 with Azure Storage FAQ](storage-use-azcopy-faq.yml)

2 changes: 1 addition & 1 deletion articles/storage/common/storage-use-azcopy-optimize.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To achieve optimal performance, ensure that each jobs transfers fewer than 10 mi

One way to reduce the size of a job is to limit the number of files affected by a job. You can use command parameters to do that. For example, a job can copy only a subset of directories by using the `include path` parameter as part of the [azcopy copy](storage-ref-azcopy-copy.md) command.

Use the `include-pattern` parameter to copy files that have a specific extension (for example: `*.pdf`). In a separate job, use the `exclude-pattern` parameter to copy all files that don't have `*.pdf` extension. See [Upload specific files](storage-use-azcopy-blobs-upload.md#upload-specific-files) and [Download specific blobs](#storage-use-azcopy-blobs-download.md#download-specific-blobs) for examples.
Use the `include-pattern` parameter to copy files that have a specific extension (for example: `*.pdf`). In a separate job, use the `exclude-pattern` parameter to copy all files that don't have `*.pdf` extension. See [Upload specific files](storage-use-azcopy-blobs-upload.md#upload-specific-files) and [Download specific blobs](storage-use-azcopy-blobs-download.md#download-specific-blobs) for examples.

After you've decided how to divide large jobs into smaller ones, consider running jobs on more than one Virtual Machine (VM).

Expand Down

0 comments on commit 7bbc1b7

Please sign in to comment.