From 4f706972918c29c13edc4acd3242050e42aa1b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20Crois=C3=A9?= Date: Mon, 5 Feb 2024 17:17:00 +0100 Subject: [PATCH] Update 06_rsync_inotify.md, markdown formating --- docs/books/learning_rsync/06_rsync_inotify.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/books/learning_rsync/06_rsync_inotify.md b/docs/books/learning_rsync/06_rsync_inotify.md index e798105e5d..0357f3ccdb 100644 --- a/docs/books/learning_rsync/06_rsync_inotify.md +++ b/docs/books/learning_rsync/06_rsync_inotify.md @@ -62,8 +62,8 @@ fs.inotify.max_user_watches = 1048576 ## Related commands The inotify-tools tool has two commands, namely: -* **inotifywait**-For continuous monitoring, real-time output results. It is generally used with the rsync incremental backup tool. Because it is a file system monitoring, it can be used with a script. We will introduce the specific script writing later. -* **inotifywatch**-for short-term monitoring, output results after the task is completed. +* **inotifywait**: for continuous monitoring, real-time output results. It is generally used with the rsync incremental backup tool. Because it is a file system monitoring, it can be used with a script. We will introduce the specific script writing later. +* **inotifywatch**: for short-term monitoring, output results after the task is completed. `inotifywait` mainly has the following options: