12.3. 테이프에서 XFS 백업을 복원할 때 정보 메시지
여러 파일 시스템의 백업으로 테이프에서 백업을 복원할 때 xfsrestore
유틸리티에서 메시지를 발행할 수 있습니다. 이 메시지는 xfsrestore
가 테이프의 각 백업을 순차적으로 검사할 때 요청된 백업과 일치하는지 여부를 알려줍니다. 예를 들면 다음과 같습니다.
xfsrestore: preparing drive xfsrestore: examining media file 0 xfsrestore: inventory session uuid (8590224e-3c93-469c-a311-fc8f23029b2a) does not match the media header's session uuid (7eda9f86-f1e9-4dfd-b1d4-c50467912408) xfsrestore: examining media file 1 xfsrestore: inventory session uuid (8590224e-3c93-469c-a311-fc8f23029b2a) does not match the media header's session uuid (7eda9f86-f1e9-4dfd-b1d4-c50467912408) [...]
xfsrestore: preparing drive
xfsrestore: examining media file 0
xfsrestore: inventory session uuid (8590224e-3c93-469c-a311-fc8f23029b2a) does not match the media header's session uuid (7eda9f86-f1e9-4dfd-b1d4-c50467912408)
xfsrestore: examining media file 1
xfsrestore: inventory session uuid (8590224e-3c93-469c-a311-fc8f23029b2a) does not match the media header's session uuid (7eda9f86-f1e9-4dfd-b1d4-c50467912408)
[...]
일치하는 백업이 있을 때까지 정보 메시지는 계속 표시됩니다.