2019-10-08 19:46:12 +02:00
|
|
|
# unison
|
|
|
|
|
|
|
|
> Bidirectional file synchronisation tool.
|
2024-05-23 18:13:29 +02:00
|
|
|
> More information: <https://github.com/bcpierce00/unison>.
|
2019-10-08 19:46:12 +02:00
|
|
|
|
2022-06-27 12:23:12 +02:00
|
|
|
- Sync two directories (creates log first time these two directories are synchronized):
|
2019-10-08 19:46:12 +02:00
|
|
|
|
|
|
|
`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}}`
|
|
|
|
|
2024-01-31 00:55:19 -03:00
|
|
|
- View documentation:
|
2019-10-08 19:46:12 +02:00
|
|
|
|
|
|
|
`unison -doc {{topics}}`
|