#!/bin/bash cd /opt/vasystem/ ./kill.sh sleep 2 cp -r /opt/vasystem/bak/bin /opt/vasystem/bin ./daemon.sh -shm sleep 2 echo "backup success" exit 0