fpsync
Verified for current stable LTS
Fpsync Commands
Fpsync command syntax with verified terminal examples.
Commands
6 commands for Fpsync
fpsync Operations
Fpsync Command: Recursively Sync Directory
fpsync -v /<path/to/source>/ /<path/to/destination>/ fpsync Operations
Fpsync Command: Recursively Sync Directory With Concurrency
fpsync -v -n 8 -E /<path/to/source>/ /<path/to/destination>/ fpsync Operations
Fpsync Command: Recursively Sync Directory With Delete
fpsync -v -E /<path/to/source>/ /<path/to/destination>/ fpsync Operations
Fpsync Command: Sync Directory Excluding Snapshots
fpsync -v -O "-x|.snapshot*" /<path/to/source>/ /<path/to/destination>/ fpsync Operations
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 Operations
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.