fpsync

Verified for current stable LTS

Fpsync Commands

Fpsync command syntax with verified terminal examples.

Commands

11 commands for Fpsync

fpsync

Fpsync Command: Recursively Sync Directory

fpsync -v /<path/to/source>/ /<path/to/destination>/
fpsync

Fpsync Command: Recursively Sync Directory With Concurrency

fpsync -v -n 8 -E /<path/to/source>/ /<path/to/destination>/
fpsync

Fpsync Command: Recursively Sync Directory With Delete

fpsync -v -E /<path/to/source>/ /<path/to/destination>/
fpsync

Fpsync Command: Sync Directory Concurrently 8 Jobs

fpsync -v -n 8 -E /<path/to/source>/ /<path/to/destination>/
fpsync

Fpsync Command: Sync Directory Concurrently 8 Jobs Remote Workers

fpsync -v -n 8 -E -w login@machine1 -w login@machine2 -d /<path/to/shared_directory> /<path/to/source>/ /<path/to/destination>/
fpsync

Fpsync Command: Sync Directory Excluding Snapshots

fpsync -v -O "-x|.snapshot*" /<path/to/source>/ /<path/to/destination>/
fpsync

Fpsync Command: Sync Directory Local Workers 4 Limit Files

fpsync -v -n 4 -f 1000 -s $((100 * 1024 * 1024)) /<path/to/source>/ /<path/to/destination>/
fpsync

Fpsync Command: Sync Directory Recursively

fpsync -v /<path/to/source>/ /<path/to/destination>/
fpsync

Fpsync Command: Sync Directory With Delete Option

fpsync -v -E /<path/to/source>/ /<path/to/destination>/
fpsync

Fpsync Command: Sync Directory With Local Workers Limits

fpsync -v -n 4 -f 1000 -s $((100 * 1024 * 1024)) /<path/to/source>/ /<path/to/destination>/
fpsync

Fpsync Command: Sync Directory With Remote Workers

fpsync -v -n 8 -E -w login@machine1 -w login@machine2 -d /<path/to/shared_directory> /<path/to/source>/ /<path/to/destination>/

Suggest a Fpsync Command

Submit missing workflows, corrections, or verified alternatives for this tool.

FAQ

Coverage: Focused examples for common Fpsync workflows.

Verified version: current stable LTS.

Verification: Test commands in a disposable workspace and submit notes for edge cases.