Skip to content

Commit 1ff643b

Browse files
committed
dbd robocopy
1 parent 79a6737 commit 1ff643b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -38,7 +38,7 @@ To transfer the ACLs, timestamps, and attributes for your data, use the followin
3838

3939
### Windows data copy tool
4040

41-
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.
41+
To copy data to your Data Box Disk, use a file copy tool such as `robocopy`. The following sample command copies all files and directories, transferring metadata along with the data.
4242

4343
```console
4444
robocopy <Source> <Target> * /copyall /e /dcopy:DAT /B /r:3 /w:60 /is /nfl /ndl /np /MT:32 or 64 /fft /log+:<LogFile>

0 commit comments

Comments
 (0)