@@ -4,3 +4,9 @@ if [ $UID -ne 0 ] ; then
echo "need root"
exit 1
fi
for dir in "$@" ; do
test -d $dir || { echo $dir dont exist ; continue ; }
echo cp -a $dir bkpdir/
done
The note is not visible to the blocked user.