###full backup ###

30 02 1 * * full.sh > fulllog_$(date + \%Y\%m\%d).log 2>&1

00 06 1 * * full_trans.sh 


###Incremental backup###

00 01 * * 0,1,2,3,4,5,6  incre.sh > increlog_$(date + \%Y\%m\%d).log 2>&1

00 04 * * 0,1,2,3,4,5,6  incre_trans.sh 



## backup delete  ##

00 05 * * 0 pre_full_rm_7.sh

30 05 * * 0 incre_rm_7.sh

30 00 1 * * full_rm.sh





'mysql' 카테고리의 다른 글

incre_trans.sh  (0) 2018.02.20
incre.sh  (0) 2018.02.19
full_trans  (0) 2018.02.19
full backup  (0) 2018.02.19

+ Recent posts