=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
UNIX GURU UNIVERSE
UNIX HOT TIP
Unix Tip 2382 - July 10, 2006
http://www.ugu.com/sui/ugu/show?tip.today
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
일일 백업 확인
시스템 관리자는 다양한 방법으로 일일 백업이 성공적으로 완료되었는지
UNIX GURU UNIVERSE
UNIX HOT TIP
Unix Tip 2382 - July 10, 2006
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
일일 백업 확인
시스템 관리자는 다양한 방법으로 일일 백업이 성공적으로 완료되었는지
확인해야 한다.
백업이 완료되었을 때마다 4~5 줄을 기록하는 짧은 로그 파일을 유지하는 것은
한가지 방법이 될 수 있다.
시스템 관리자가 다음 명령을 .profile 파일에 추가한다면 로그인 할 때마다 가장
최근의 백업결과를 자동으로 확인할 수 있을 것이다.
tail -5 /PATH/SHORT_LOG_FILE.log
tail -5 /PATH/SHORT_LOG_FILE.log
@@@@@@@@@@@@@@@@@@@@[ 원문 ]@@@@@@@@@@@@@@@@@@@@
DAILY BACKUP CHECK
System administrators have to
check by various means whether
the daily backup is sucessfully
completed.
One way is to
maintain a short log file which
will log 4 or 5 lines everytime
the backup is completed.
The latest backup results will be
automatically checked by System
administrator on login, if he adds
these lines at the end of his
.profile file.
tail -5 /PATH/SHORT_LOG_FILE.log
반응형