Skip to content

Commit effbd30

Browse files
authored
adjust list format and capitalization
1 parent b2317f7 commit effbd30

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/storage/files/storage-files-migration-linux-hybrid.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ If you are not running Samba on your Linux server and rather want to migrate fol
4545
The amount of storage you provision can be smaller than what you are currently using on your Linux Samba server, if you use Azure File Syncs [cloud tiering](storage-sync-cloud-tiering.md) feature.
4646
However, when you copy your files from the larger Linux Samba server space to the smaller Windows Server volume in a later phase, you will need to work in batches:
4747

48-
1. Move a set of files that fits onto the disk
49-
2. let file sync and cloud tiering engage
50-
3. when more free space is created on the volume, proceed with the next batch of files.
48+
1. Move a set of files that fits onto the disk.
49+
2. Let file sync and cloud tiering engage.
50+
3. When more free space is created on the volume, proceed with the next batch of files.
5151

5252
You can avoid this batching approach by provisioning the equivalent space on the Windows Server that your files occupy on the Linux Samba server. Consider enabling deduplication on Windows. If you don't want to permanently commit this high amount of storage to your Windows Server, you can reduce the volume size after the migration and before adjusting the cloud tiering policies. That creates a smaller on-premises cache of your Azure file shares.
5353

@@ -96,9 +96,9 @@ The basic migration approach is a RoboCopy from your Linux Samba server to your
9696

9797
Run the first local copy to your Windows Server target folder:
9898

99-
* Identify the first location on your Linux Samba server.
100-
* Identify the matching folder on the Windows Server, that already has Azure File Sync configured on it.
101-
* Start the copy using RoboCopy
99+
1. Identify the first location on your Linux Samba server.
100+
1. Identify the matching folder on the Windows Server, that already has Azure File Sync configured on it.
101+
1. Start the copy using RoboCopy.
102102

103103
The following RoboCopy command will copy files from your Linux Samba servers storage to your Windows Server target folder. The Windows Server will sync it to the Azure file share(s).
104104

@@ -182,10 +182,10 @@ When you run the RoboCopy command for the first time, your users and application
182182

183183
The first run is about moving the bulk of the data to your Windows Server and into the cloud via Azure File Sync. This first copy can take a long time, depending on:
184184

185-
* your download bandwidth
186-
* the upload bandwidth
187-
* the local network speed and number of how optimally the number of RoboCopy threads matches it
188-
* the number of items (files and folders), that need to be processed by RoboCopy and Azure File Sync
185+
* Your download bandwidth.
186+
* The upload bandwidth.
187+
* The local network speed, and the number of how optimally the number of RoboCopy threads matches it.
188+
* The number of items (files and folders) that need to be processed by RoboCopy and Azure File Sync.
189189

190190
Once the initial run is complete, run the command again.
191191

0 commit comments

Comments
 (0)