qm*: add Korean translation (#14194)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
코드싸이
2024-10-14 18:40:36 +09:00
committed by GitHub
parent dc84b89bcb
commit e306e38e14
46 changed files with 617 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# qm clone
> QEMU/KVM 가상 머신 관리자의 가상 머신 복사 생성.
> 더 많은 정보: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- 가상 머신 복사:
`qm copy {{가상_머신_ID}} {{새_가상_머신_ID}}`
- 특정 이름을 사용하여 가상 머신 복사:
`qm copy {{가상_머신_ID}} {{새_가상_머신_ID}} --name {{이름}}`
- 특정 설명을 사용하여 가상 머신 복사:
`qm copy {{가상_머신_ID}} {{새_가상_머신_ID}} --description {{설명}}`
- 모든 디스크의 전체 복사본을 생성하여 가상 머신 복사:
`qm copy {{가상_머신_ID}} {{새_가상_머신_ID}} --full`
- 파일 저장소에 특정 형식을 사용하여 가상 머신 복사 (`--full` 필요):
`qm copy {{가상_머신_ID}} {{새_가상_머신_ID}} --full --format {{qcow2|raw|vmdk}}`
- 특정 풀에 추가하여 가상 머신 복사:
`qm copy {{가상_머신_ID}} {{새_가상_머신_ID}} --pool {{풀_이름}}`