1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 19:35:52 +02:00
tldr/pages.ko/common/mutagen.md

29 lines
859 B
Markdown
Raw Normal View History

# mutagen
> 실시간 파일 동기화 및 네트워크 전달 도구.
> 더 많은 정보: <https://mutagen.io/documentation/introduction/>.
- 로컬 디렉토리와 원격 호스트 간의 동기화 세션 시작:
`mutagen sync create --name={{세션_이름}} {{/경로/대상/로컬/폴더/}} {{사용자}}@{{호스트}}:{{/경로/대상/원격/폴더/}}`
- 로컬 디렉토리와 Docker 컨테이너 간의 동기화 세션 시작:
`mutagen sync create --name={{세션_이름}} {{/경로/대상/로컬/폴더/}} docker://{{사용자}}@{{컨테이너_이름}}{{/경로/대상/원격/폴더/}}`
- 실행 중인 세션 중지:
`mutagen sync terminate {{세션_이름}}`
- 프로젝트 시작:
`mutagen project start`
- 프로젝트 중지:
`mutagen project terminate`
- 현재 프로젝트의 실행 중인 세션 나열:
`mutagen project list`