From c1e257fd44dc7c83b08253955363b7f2463df2ab Mon Sep 17 00:00:00 2001 From: "W. M. Moreland" Date: Tue, 8 Oct 2019 19:46:12 +0200 Subject: [PATCH] unison: add page (#3358) --- pages/common/unison.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/unison.md diff --git a/pages/common/unison.md b/pages/common/unison.md new file mode 100644 index 000000000..c380f36f2 --- /dev/null +++ b/pages/common/unison.md @@ -0,0 +1,20 @@ +# unison + +> Bidirectional file synchronisation tool. +> More information: . + +- 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}}`