리눅스 mysql auto backup방법
우선 리룩스 root롤 로긴후
[root@host root]# cd /etc/cron.daily 폴더로 이동하세요...
##################### crontab 파일설정 #######################
### cron.daily폴더는 crontab파일 에서 설정을 해야함
###
### HELL=/bin/bash
### ATH=/sbin:/bin:/usr/sbin:/usr/bin
### AILTO=root
### HOME=/
### # run-parts
### 01 * * * * root run-parts /etc/cron.hourly //매시간 마다 1분에 실행
### 02 4 * * * root run-parts /etc/cron.daily //매일 새볔 4시 2분에 실행
### 22 4 * * 0 root run-parts /etc/cron.weekly //지정 요일 4시 22분에 실행
### 42 4 1 * * root run-parts /etc/cron.monthly //매달 1일 4시 42분에 실행
##########################################################
vi편집기로 파일을 하나 생성합니다.
[root@host cron.daily]# vi mysql_auto_backup
#이건 쉘 스크립트 입니다.
#!/bin/bash
#위는 bin/bash밑에 있는 스크립트를 사용한다는 선언
mysql_autodb(){ #클래스 생성
mysql_path='/usr/local/mysql/bin/' #mysql 실행파일이 있는 경로 지정
month=$(date +%Y%m%d) #제목에 사용할 서버현제날짜를 구함
fileName="host_db1_${month}.sql" #저장할 파일이름 설정1
#파일 저장 경로 지정 대부분 홈디랙토리에 생성
savePath="/home/backup/backupfile"
if ${mysql_path}mysqldump -h 211.39.149.53 -unobody -pcareer www > /home/backup/${fileName} #dump받아 임시폴더에 저장
then
echo "careerdb1 mysql database=www dump complete..." #dump 성공메시지
/bin/rm -f ${savePath}/careerdb1_www_* #전날 dump file 삭제
mv /home/backup/${fileName} ${savePath} #설정폴더로 이동
else
echo "www database backup error!!!!!!" #에러시 에러메시지
exit 1 #else end
fi #if end
} #class end
mysql_autodb() #class 호출
저장 종료후 (esc -> :wq)
실행파일 만들기
[root@host cron.daily]# chmod 755 mysql_auto_backup
[root@host cron.daily]# ./mysql_auto_backup
이렇게 실행한 다음 제대로 저장이 됬나 확인
[root@host cron.daily]# cd /home/backup/backupfile
[root@host backupfile]# ls
host_db1_20040525.sql
댓글 3개
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7630 | 10년 전 | 675 | ||
| 7629 |
|
10년 전 | 2433 | |
| 7628 | 10년 전 | 812 | ||
| 7627 |
|
10년 전 | 1049 | |
| 7626 |
|
10년 전 | 1806 | |
| 7625 | 10년 전 | 740 | ||
| 7624 | 10년 전 | 750 | ||
| 7623 |
|
10년 전 | 3132 | |
| 7622 | 10년 전 | 752 | ||
| 7621 |
leeleeleelee
|
10년 전 | 604 | |
| 7620 | 10년 전 | 555 | ||
| 7619 | 10년 전 | 522 | ||
| 7618 | 10년 전 | 1058 | ||
| 7617 | 10년 전 | 740 | ||
| 7616 | 10년 전 | 679 | ||
| 7615 | 10년 전 | 741 | ||
| 7614 | 10년 전 | 1284 | ||
| 7613 |
|
10년 전 | 2099 | |
| 7612 | 10년 전 | 1182 | ||
| 7611 | 10년 전 | 1447 | ||
| 7610 |
|
10년 전 | 1923 | |
| 7609 |
|
10년 전 | 1378 | |
| 7608 |
mwdkim
|
10년 전 | 1152 | |
| 7607 |
|
10년 전 | 1081 | |
| 7606 |
mwdkim
|
10년 전 | 3957 | |
| 7605 | 10년 전 | 706 | ||
| 7604 | 10년 전 | 1044 | ||
| 7603 | 10년 전 | 1664 | ||
| 7602 |
|
10년 전 | 1097 | |
| 7601 |
AniNest
|
10년 전 | 2811 | |
| 7600 |
port443
|
10년 전 | 1055 | |
| 7599 | 10년 전 | 961 | ||
| 7598 | 10년 전 | 1041 | ||
| 7597 | 10년 전 | 4590 | ||
| 7596 |
SeungYeon
|
10년 전 | 911 | |
| 7595 |
untitled
|
10년 전 | 2459 | |
| 7594 |
프로그래머7
|
10년 전 | 1749 | |
| 7593 |
untitled
|
10년 전 | 2392 | |
| 7592 |
untitled
|
10년 전 | 1957 | |
| 7591 |
untitled
|
10년 전 | 2694 | |
| 7590 |
아리마2001
|
10년 전 | 872 | |
| 7589 | 10년 전 | 1124 | ||
| 7588 |
|
10년 전 | 2939 | |
| 7587 | 10년 전 | 1320 | ||
| 7586 | 10년 전 | 687 | ||
| 7585 | 10년 전 | 1724 | ||
| 7584 | 10년 전 | 1424 | ||
| 7583 |
leeleeleelee
|
10년 전 | 1190 | |
| 7582 |
|
10년 전 | 1151 | |
| 7581 | 10년 전 | 1380 | ||
| 7580 | 10년 전 | 1033 | ||
| 7579 |
|
10년 전 | 622 | |
| 7578 | 10년 전 | 1444 | ||
| 7577 |
|
10년 전 | 1890 | |
| 7576 | 10년 전 | 1401 | ||
| 7575 |
멋진남자임
|
10년 전 | 1483 | |
| 7574 | 10년 전 | 2147 | ||
| 7573 | 10년 전 | 3281 | ||
| 7572 | 10년 전 | 779 | ||
| 7571 |
|
10년 전 | 797 | |
| 7570 |
|
10년 전 | 1341 | |
| 7569 | 10년 전 | 1567 | ||
| 7568 |
this1mg
|
10년 전 | 1065 | |
| 7567 |
|
10년 전 | 785 | |
| 7566 | 10년 전 | 930 | ||
| 7565 |
Angel하늘
|
10년 전 | 1034 | |
| 7564 |
seoldi
|
10년 전 | 1279 | |
| 7563 |
|
10년 전 | 1418 | |
| 7562 |
멋진남자임
|
10년 전 | 2118 | |
| 7561 | 10년 전 | 739 | ||
| 7560 |
leeleeleelee
|
10년 전 | 934 | |
| 7559 | 10년 전 | 5072 | ||
| 7558 |
RinaP
|
10년 전 | 812 | |
| 7557 |
|
10년 전 | 1272 | |
| 7556 | 10년 전 | 1213 | ||
| 7555 |
hyohyojj1234
|
10년 전 | 1681 | |
| 7554 | 10년 전 | 1109 | ||
| 7553 |
senseme
|
10년 전 | 1360 | |
| 7552 |
ehdltdoit
|
10년 전 | 1456 | |
| 7551 |
|
10년 전 | 1846 | |
| 7550 |
leeleeleelee
|
10년 전 | 1617 | |
| 7549 | 10년 전 | 2448 | ||
| 7548 | 10년 전 | 1856 | ||
| 7547 |
멋진남자임
|
10년 전 | 1979 | |
| 7546 | 10년 전 | 1022 | ||
| 7545 |
ILMare1003
|
10년 전 | 1315 | |
| 7544 |
|
10년 전 | 1268 | |
| 7543 | 10년 전 | 903 | ||
| 7542 | 10년 전 | 682 | ||
| 7541 |
울라라라우
|
10년 전 | 885 | |
| 7540 | 10년 전 | 1608 | ||
| 7539 | 10년 전 | 958 | ||
| 7538 |
|
10년 전 | 1846 | |
| 7537 | 10년 전 | 3632 | ||
| 7536 |
Gaumi
|
10년 전 | 1443 | |
| 7535 |
프로그램은어려워
|
10년 전 | 1299 | |
| 7534 |
senseme
|
10년 전 | 1219 | |
| 7533 | 10년 전 | 1223 | ||
| 7532 | 10년 전 | 890 | ||
| 7531 | 10년 전 | 2080 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기