Skip to content

Commit 83a85a9

Browse files
committed
Added missing /B option. Not resolved: capitalization of option
1 parent 8cf4ac6 commit 83a85a9

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 /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.

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

Lines changed: 4 additions & 4 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/18/2022
10+
ms.date: 01/19/2022
1111
ms.author: alkohli
1212
---
1313

@@ -74,10 +74,10 @@ To transfer the ACLs, timestamps, and attributes for your data, use the followin
7474

7575
To copy data to your Data Box via SMB, use an SMB-compatible file copy tool such as `robocopy`. The following sample command copies all files and directories, transferring metadata along with the data.
7676

77-
When using the `/copyall` or `/dcopy:DAT` option, make sure the required Backup Operator privileges aren't disabled. For more information, see [Use the local web UI to administer your Data Box and Data Box Heavy](./data-box-local-web-ui-admin.md).
77+
When using the `/copyall` or `/dcopy:DAT` option, make sure the required Backup Operator privileges aren't disabled. For more information, see [Use the local web UI to administer your Data Box and Data Box Heavy](./data-box-local-web-ui-admin.md).
7878

7979
```console
80-
robocopy <Source> <Target> * /copyall /e /dcopy:DAT /b /r:3 /w:60 /is /nfl /ndl /np /MT:32 or 64 /fft /log+:<LogFile>
80+
robocopy <Source> <Target> * /copyall /e /dcopy:DAT /B /r:3 /w:60 /is /nfl /ndl /np /MT:32 or 64 /fft /log+:<LogFile>
8181
```
8282

8383
where
@@ -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)