From 51e79cb56a219c072a8783d9dc3752816b21cd26 Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:00:26 -0300 Subject: [PATCH] Fix modes links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a905e6..cecff1f 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Osync can work in 3 modes: > [!NOTE] > Please use double quotes as path delimiters. Do not use escaped characters in path names. -### :rocket: Quick sync mode +### :rocket: Quick sync mode Quick sync mode is convenient to do fast syncs between some directories. However, the [configuration file mode](#configuration-file-mode) gives much more functionality. @@ -117,7 +117,7 @@ osync will output only file changes and errors with the following: This also works in configuration file mode. -### :gear: Configuration file mode +### :gear: Configuration file mode You'll have to customize the `sync.conf` file according to your needs. @@ -161,7 +161,7 @@ Having multiple conf files can then be run in a single cron command like 00 00 * * * root /usr/local/bin/osync-batch.sh --path=/etc/osync --silent -### :mag_right: Monitor mode +### :mag_right: Monitor mode > [!NOTE] > Monitoring changes requires inotifywait command (inotify-tools package for most Linux distributions) BSD, macOS and Windows are not yet supported for this operation mode, unless you find an inotify-tools package on these OSes.