FreeFileSync can be set up to issue multiple file accesses
in parallel. This speeds up synchronization times dramatically in
cases where single I/O operations have significant latency
(e.g. long response times on a slow network connection)
or they cannot use the full bandwidth available
(e.g. an SFTP server that has a speed limit for each connection).
The number of parallel file operations that FreeFileSync should use
can be set up for each device individually
in the Comparison Settings dialog.
It is evaluated for all folder pairs of a configuration as follows:
C:\Source | ↔ | D:\Target |
C:\Source2 | ↔ | E:\Target |
Parallel operations | Device root |
1 | C:\ |
2 | D:\ |
3 | E:\ |