This commit is contained in:
parent
26cb1f0438
commit
75df534ec5
@ -2,10 +2,10 @@
|
|||||||
set -eox pipefail
|
set -eox pipefail
|
||||||
|
|
||||||
if [ "$RUN_ONCE" = "true" ]; then
|
if [ "$RUN_ONCE" = "true" ]; then
|
||||||
rsync -az --info=progress2 $SOURCE_DIR $TARGET_DIR
|
rsync -az --info=progress --no-links $SOURCE_DIR $TARGET_DIR
|
||||||
else
|
else
|
||||||
cat /proc/sys/fs/inotify/max_user_watches
|
cat /proc/sys/fs/inotify/max_user_watches
|
||||||
while inotifywait -r -e modify,create,delete,move $SOURCE_DIR; do
|
while inotifywait -r -e modify,create,delete,move $SOURCE_DIR; do
|
||||||
rsync -az --info=progress2 $SOURCE_DIR $TARGET_DIR
|
rsync -az --info=progress --no-links $SOURCE_DIR $TARGET_DIR
|
||||||
done
|
done
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue
Block a user