fpsync
Verified for current stable LTS
Fpsync Command: Recursively Sync Directory
Use for recursively sync directory with Fpsync. Exact CLI syntax to recursively sync directory using Fpsync.
When to use this: Use for recursively sync directory with Fpsync.
Command Syntax
fpsync -v /<path/to/source>/ /<path/to/destination>/ fpsync -v /<path/to/source>/ /<path/to/destination>/ Command Breakdown
-v- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to recursively sync directory using Fpsync.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Fpsync Command: Recursively Sync Directory With Delete
fpsync -v -E /<path/to/source>/ /<path/to/destination>/ Fpsync Command: Recursively Sync Directory With Concurrency fpsync -v -n 8 -E /<path/to/source>/ /<path/to/destination>/ 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>/ 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 Command: Sync Directory Excluding Snapshots fpsync -v -O "-x|.snapshot*" /<path/to/source>/ /<path/to/destination>/