Skip to content

Commit 349d445

Browse files
committed
Ready for review
1 parent 83a85a9 commit 349d445

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/databox/data-box-deploy-copy-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: pod
99
ms.topic: tutorial
10-
ms.date: 11/10/2021
10+
ms.date: 01/20/2022
1111
ms.author: alkohli
1212

1313
# Customer intent: As an IT admin, I need to be able to copy data to Data Box to upload on-premises data from my server onto Azure.
@@ -128,7 +128,7 @@ Once you're connected to the Data Box shares, the next step is to copy data. Bef
128128
After you connect to the SMB share, begin the data copy. You can use any SMB-compatible file copy tool, such as Robocopy, to copy your data. Multiple copy jobs can be initiated using Robocopy. Use the following command:
129129

130130
```console
131-
robocopy <Source> <Target> * /e /r:3 /w:60 /is /nfl /ndl /np /MT:32 or 64 /fft /b /Log+:<LogFile>
131+
robocopy <Source> <Target> * /e /r:3 /w:60 /is /nfl /ndl /np /MT:32 or 64 /fft /B /Log+:<LogFile>
132132
```
133133

134134
The attributes are described in the following table.
@@ -144,7 +144,7 @@ The attributes are described in the following table.
144144
|/np |Specifies that the progress of the copying operation (the number of files or directories copied so far) will not be displayed. Displaying the progress significantly lowers the performance. |
145145
|/MT | Use multithreading, recommended 32 or 64 threads. This option not used with encrypted files. You may need to separate encrypted and unencrypted files. However, single threaded copy significantly lowers the performance. |
146146
|/fft | Use to reduce the time stamp granularity for any file system. |
147-
|/b | Copies files in Backup mode. |
147+
|/B | Copies files in Backup mode. |
148148
|/z | Copies files in Restart mode, use this if the environment is unstable. This option reduces throughput due to additional logging. |
149149
| /zb | Uses Restart mode. If access is denied, this option uses Backup mode. This option reduces throughput due to checkpointing. |
150150
|/efsraw | Copies all encrypted files in EFS raw mode. Use only with encrypted files. |

articles/databox/data-box-file-acls-preservation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: pod
99
ms.topic: conceptual
10-
ms.date: 01/19/2022
10+
ms.date: 01/20/2022
1111
ms.author: alkohli
1212
---
1313

@@ -87,7 +87,7 @@ where
8787
|`/copyall` |Copies all attributes.|
8888
|`/e` |Copies subdirectories, including empty directories. |
8989
|`/dcopy:DAT` |Copies data, attributes, and timestamps. Note: The /dcopy:DAT option must be used to transfer `CreationTime` on directories. |
90-
|`/B` |Copies files in backup mode. |
90+
|`/B` |Copies files in Backup mode. |
9191
|`/r:3` |Specifies 3 retries on failed copies. |
9292
|`/w:60` |Specifies a wait time of 60 seconds between retries. |
9393
|`/is` |Includes the same files. |

0 commit comments

Comments
 (0)