Administrator
|
As I said, "sync_mode=delta" uses "your choice of third-party utility" to synchronize the file systems by copying files as applicable from the source directory to the destination directory.
So it can be rsync or any other tool.
you specify it in delta_sync_drv.txt
In delta_sync_drv.txt you will find examples as well. These examples are based on the rsync style synchronization, but as I said; you can use "your choice of third-party utility".
Rsync is not a must.
|