Skip to content

Commit 8fbb8e1

Browse files
Update storage-files-migration-nfs.md
Updated the hyphens for "-n <parallel transfers>"
1 parent c18cf1a commit 8fbb8e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/files/storage-files-migration-nfs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ fpsync -m <specify copy tool - rsync/cpio/tar> -n <parallel transfers> <absolute
106106
For baseline copy, use fpsync with cpio.
107107

108108
```bash
109-
fpsync -m cpio n <parallel transfers> <absolute source path> <absolute destination path>
109+
fpsync -m cpio -n <parallel transfers> <absolute source path> <absolute destination path>
110110
```
111111

112112
For more information, see [Cpio and Tar support](http://www.fpart.org/fpsync/#cpio-and-tar-support).
@@ -116,10 +116,10 @@ For more information, see [Cpio and Tar support](http://www.fpart.org/fpsync/#cp
116116
For incremental sync, use fpsync with the default copy tool (rsync). To capture all the changes, we recommend running this several times.
117117

118118
```bash
119-
fpsync n <parallel transfers> <absolute source path> <absolute destination path>
119+
fpsync -n <parallel transfers> <absolute source path> <absolute destination path>
120120
```
121121

122-
By default, fpsync will specify the following rsync options: `-lptgoD -v --numeric-ids`. You can specify additional rsync options by adding `o option` to the fpsync command.
122+
By default, fpsync will specify the following rsync options: `-lptgoD -v --numeric-ids`. You can specify additional rsync options by adding `-o option` to the fpsync command.
123123

124124
### Final pass
125125

0 commit comments

Comments
 (0)