Skip to content

Commit 779b480

Browse files
committed
fix links
1 parent 1ff643b commit 779b480

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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: 11/18/2022
10+
ms.date: 12/22/2022
1111
ms.author: alkohli
1212
---
1313

includes/data-box-copy-data-and-metadata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To transfer the ACLs, timestamps, and attributes for your data, use the followin
1414

1515
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.
1616

17-
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).
17+
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](/azure/databox/data-box-local-web-ui-admin).
1818

1919
```console
2020
robocopy <Source> <Target> * /copyall /e /dcopy:DAT /B /r:3 /w:60 /is /nfl /ndl /np /MT:32 or 64 /fft /log+:<LogFile>
@@ -38,7 +38,7 @@ where
3838
|`/fft` |Reduces time stamp granularity for any file system. |
3939
|`/log+:<LogFile>` |Appends the output to the existing log file.|
4040

41-
For more information on these `robocopy` parameters, see [Tutorial: Copy data to Azure Data Box via SMB](./data-box-deploy-copy-data.md)
41+
For more information on these `robocopy` parameters, see [Tutorial: Copy data to Azure Data Box via SMB](/azure/databox/data-box-deploy-copy-data)
4242

4343
> [!NOTE]
4444
> If you use `/copyall` to copy your data, the source ACLs on directories and files are transferred to Azure Files. If you only had read-access on your source data and could not modify the source data, you'll have read-access only on the data in the Data Box. Use `/copyall` only if you intend to copy all the ACLs on the directories and files along with the data.

0 commit comments

Comments
 (0)