Execute several synchronization processes locally or on several remote workers through SSH. More information: https://www.fpart.org/fpsync/.
fpsync -v /path/to/source/ /path/to/destination/
--delete
option with each synchronization job):fpsync -v -E /path/to/source/ /path/to/destination/
fpsync -v -n 8 -E /path/to/source/ /path/to/destination/
fpsync -v -n 8 -E -w login@machine1 -w login@machine2 -d /path/to/shared/directory /path/to/source/ /path/to/destination/
fpsync -v -n 4 -f 1000 -s $((100 * 1024 * 1024)) /path/to/source/ /path/to/destination/
.snapshot*
files (Note: options and values must be separated by a pipe character):fpsync -v -O "-x|.snapshot*" /path/to/source/ /path/to/destination/