Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/books/learning_rsync/06_rsync_inotify.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down