mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
unison: add page (#3358)
This commit is contained in:
parent
c0e340e8c1
commit
c1e257fd44
20
pages/common/unison.md
Normal file
20
pages/common/unison.md
Normal file
@ -0,0 +1,20 @@
|
||||
# unison
|
||||
|
||||
> Bidirectional file synchronisation tool.
|
||||
> More information: <https://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-manual.html>.
|
||||
|
||||
- Sync two directories (creates log first time these two directories are synchronised):
|
||||
|
||||
`unison {{path/to/directory_1}} {{path/to/directory_2}}`
|
||||
|
||||
- Automatically accept the (non-conflicting) defaults:
|
||||
|
||||
`unison {{path/to/directory_1}} {{path/to/directory_2}} -auto`
|
||||
|
||||
- Ignore some files using a pattern:
|
||||
|
||||
`unison {{path/to/directory_1}} {{path/to/directory_2}} -ignore {{pattern}}`
|
||||
|
||||
- Show documentation:
|
||||
|
||||
`unison -doc {{topics}}`
|
Loading…
Reference in New Issue
Block a user