Skip to content

Commit f7bac2a

Browse files
committed
more edits again
1 parent 9eebc57 commit f7bac2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Many open source tools are available to transfer data to NFS file shares. Howeve
3030

3131
### Using fpsync vs. rsync
3232

33-
Despite being single-threaded, [rsync](https://linux.die.net/man/1/rsync) is a versatile, open source file copy tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon. It offers many options and enables flexible specification of the set of files to be copied. However, [fpsync](https://manpages.ubuntu.com/manpages/lunar/en/man1/fpsync.1.html), which stands for File Parallel Synchronization, is a multithreaded application and therefore offers some advantages.
33+
Despite being single-threaded, [rsync](https://linux.die.net/man/1/rsync) is a versatile, open source file copy tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon. It offers many options and enables flexible specification of the set of files to be copied. However, [fpsync](https://manpages.ubuntu.com/manpages/lunar/en/man1/fpsync.1.html) is a multithreaded application and therefore offers some advantages, including the ability to run rsync jobs in parallel.
3434

35-
In this article, we'll use fpsync to copy and synchronize data from a Linux file server to NFS Azure file shares.
35+
In this article, we'll use fpsync to move data from a Linux file server to NFS Azure file shares.
3636

3737
To copy the data, fpsync uses either rsync (default), [cpio](https://linux.die.net/man/1/cpio), or tar tools. It computes subsets of the source directory `src_dir/` and spawns synchronization jobs to synchronize them to the destination directory `dst_dir/`. It executes synchronization jobs on-the-fly while simultaneously crawling the file system, making it a useful tool for efficiently migrating large file systems and copying large datasets with multiple files.
3838

0 commit comments

Comments
 (0)