Create a shell script that would call inotifywait then rsync in a loop, something like:#!/bin/bashLOCAL="/path/to/local/dir"RSYNC_OPTIONS=...while truedo inotifywait -r $LOCAL rsync $RSYNC_OPTIONSdoneinotifywait 是 Ubuntu 下 inotify-tools 包的一部分inotifywait is part of the inotify-tools package under Ubuntu 这篇关于通过 rsync 自动同步的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 07-09 23:15