mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 00:48:39 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# fpsync
|
||||
|
||||
> Execute several synchronization processes locally or on several remote workers through SSH.
|
||||
> More information: <https://www.fpart.org/fpsync/>.
|
||||
> More information: <https://manned.org/fpsync>.
|
||||
|
||||
- Recursively synchronize a directory to another location:
|
||||
|
||||
@@ -28,6 +28,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`fpsync -v -n 4 -f 1000 -s $((100 * 1024 * 1024)) {{/path/to/source/}} {{/path/to/destination/}}`
|
||||
|
||||
- Recursively synchronize any directories but exclude specific `.snapshot*` files (Note: options and values must be separated by a pipe character):
|
||||
- Recursively synchronize any directories but exclude specific `.snapshot*` files (Note: Options and values must be separated by a pipe character):
|
||||
|
||||
`fpsync -v -O "-x|.snapshot*" {{/path/to/source/}} {{/path/to/destination/}}`
|
||||
|
||||
Reference in New Issue
Block a user