#!/bin/sh
if [ls /var/atlassian/application-data/confluence/index/plugin/usage -lR|grep "^-"| wc -l ] = 13
then
rsync -av /var/atlassian/application-data/confluence/index/plugin/usage/* /home/anderson/index
mv /home/anderson/index/home/anderson/indextest
else
rsync -av /var/atlassian/application-data/confluence/index/plugin/usage/* /home/anderson/index
mv /home/anderson/index /home/anderson/indexok
fi
沒有留言:
張貼留言