mv $file $file.$NOW
touch $file
chown ncvs:ncvs $file
gzip $file.$NOW
if [ -s $file.$NOW ]; then
chown ncvs:ncvs $file.$NOW.gz
else
rm $file.$NOW
fi
done