自動備份指令碼

mcxiaoracle發表於2021-11-12

dblist1=BOYA     #要備份的資料庫  

dblist2=BOYACZ

bkrootpath=~/backup  #備份路徑

bkdate=`date +%Y%m%d`  #備份時間

bkpath=${bkrootpath}/${bkdate}  

log=${bkdate}.log  #日誌


date=`date +%Y%m%d%k%M%S`


backfile1=${dblist1}.0.db2inst1.NODE0000.CATN0000.${date}

backfile2=${dblist2}.0.db2inst1.NODE0000.CATN0000.${date}


#初始化db2環境

if [ -f ${HOME}/sqllib/db2profile ]; then

    . ${HOME}/sqllib/db2profile

fi

參考博文:

https://blog.csdn.net/silence_ljh/article/details/9454747




來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69949806/viewspace-2842023/,如需轉載,請註明出處,否則將追究法律責任。

相關文章