// db백업
mysqldump -u아이디 -p패스워드 디비명 > 날자.sql
tar pcvzf 압축파일명.gz 압축할 폴더명
복구
tar xvf bin.tar 압축풀기
디비 복구mysql -u아이디 -p패스워드 데이터베이스명 < 파일명.sql