osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)

This commit is contained in:
코드싸이
2024-11-12 04:54:15 +09:00
committed by GitHub
parent 3c745bfaae
commit f5003bb990
202 changed files with 3796 additions and 1 deletions

21
pages.ko/osx/asr.md Normal file
View File

@@ -0,0 +1,21 @@
# asr
> 디스크 이미지를 볼륨에 복원(복사)합니다.
> 명령어 이름은 Apple Software Restore를 의미합니다.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/asr.8.html>.
- 디스크 이미지를 대상 볼륨에 복원:
`sudo asr restore --source {{이미지_파일.dmg}} --target {{경로/대상/볼륨_파일}}`
- 복원하기 전에 대상 볼륨 지우기:
`sudo asr restore --source {{이미지_파일.dmg}} --target {{경로/대상/볼륨_파일}} --erase`
- 복원 후 검증 건너뛰기:
`sudo asr restore --source {{이미지_파일.dmg}} --target {{경로/대상/볼륨_파일}} --noverify`
- 중간 디스크 이미지를 사용하지 않고 볼륨 복제:
`sudo asr restore --source {{경로/대상/볼륨_파일}} --target {{경로/대상/볼륨_파일}}`