2 INOTIFY_WATCHES=`cat /proc/sys/fs/inotify/max_user_watches`
3 if [[ $INOTIFY_WATCHES -le 8192 ]]; then
5 echo "Your system is currently configured to watch $INOTIFY_WATCHES files in real time."
6 echo "CrashPlan recommend using a larger value; see the CrashPlan support site for details"