fpsync Command Examples

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/}}

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/}}

fpsync -v -O "-x|.snapshot*" {{/path/to/source/}} {{/path/to/destination/}}