Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OptionDescription
-u, --startup/ --recovery[=simple,complex,reset]마크베이스 서버 시작/ 복구 mode (기본: simple)

-s, --shutdown

마크베이스 서버 정상 종료
-c, --createdb마크베이스 데이터베이스 생성
-d, --destroydb마크베이스 데이터베이스 삭제
-k, --kill마크베이스 서버 강제 종료
-i, --silence출력 내용 삭제
-r, --restore백업에서 데이터베이스 복구
-x, --extract백업 파일을 백업 디렉토리로 디렉터리로 변환
-w, --viewimage백업 이미지 파일의 정보 출력
-e, --check마크베이스 서버 실행 체크
-t, --licinstall라이센스 파일 설치
-f, --licinfo설치된 라이센스 정보 출력

...

Code Block
machadmin -x backup_file extract_path


단일 백업 파일 (*.ib)을 백업 디렉토리에 디렉터리에 출력한다: -x backup_file extract_path.

단일 백업 파일로 백업한 경우, 디렉토리 디렉터리 형태의 백업으로 변환해야 백업 복구가 가능하다.

...