My Research 썸네일형 리스트형 backup > vi wwwbackup.sh 해서 다음과 같이 작성한다. #!/bin/sh #mysql DB mysqldump -uroot -p[비번] -A(전부백업한다면) > /backup/mysql_db_bak_$(date +%Y%m%d).sql mysqldump -uroot -p[비번] junn(DB명) > /backup/junn_db_bak_$(date +%Y%m%d).sql #html tar cvfpz /backup/html_bak_$(date +%Y%m%d).tar.gz /home #delete find /backup -ctime +3 -exec rm -f {} \; 주의할 점은 $(date +%Y~~)하는 곳에서 date 이후 꼭 한칸을 띄울 것 그 다음에 cron 에 등록해야 한다. 자세한 설명은 ht.. 더보기 Bring Back Tiger's X11 to Leopard Bring Back Tiger's X11 to Leopard in 3 Steps (Discovered by Tim Baur and reported on the x11-users mailing list). Mac OS 10.5 (Leopard) ships with a very broken version of X11. It's totally unusable for anyone (like me) who spends a significant portion of their day in X11. The good news is you can get the version of X11 from Tiger to run on Leopard. Here's how you do it: Step 1: First you need t.. 더보기 이전 1 다음