1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/mutagen.md
코드싸이 feb91d75ea
mpv: fix typo, common/m*: add and update Korean translation (#14664)
* common/m*: add and update Korean translation

* mpv: fix typo
2024-11-07 09:27:03 +09:00

831 B

mutagen

실시간 파일 동기화 및 네트워크 전달 도구. 더 많은 정보: https://mutagen.io.

  • 로컬 디렉토리와 원격 호스트 간의 동기화 세션 시작:

mutagen sync create --name={{세션_이름}} {{/경로/대상/로컬/폴더/}} {{사용자}}@{{호스트}}:{{/경로/대상/원격/폴더/}}

  • 로컬 디렉토리와 Docker 컨테이너 간의 동기화 세션 시작:

mutagen sync create --name={{세션_이름}} {{/경로/대상/로컬/폴더/}} docker://{{사용자}}@{{컨테이너_이름}}{{/경로/대상/원격/폴더/}}

  • 실행 중인 세션 중지:

mutagen sync terminate {{세션_이름}}

  • 프로젝트 시작:

mutagen project start

  • 프로젝트 중지:

mutagen project terminate

  • 현재 프로젝트의 실행 중인 세션 나열:

mutagen project list