mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 04:00:54 +00:00
Update cheatsheets
This commit is contained in:
33
mutagen
Normal file
33
mutagen
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# mutagen
|
||||
|
||||
> Real-time file synchronization and network forwarding tool.
|
||||
> More information: <https://mutagen.io>.
|
||||
|
||||
- Start a synchronization session between a local directory and a remote host:
|
||||
|
||||
`mutagen sync create --name={{session_name}} {{/path/to/local/directory/}} {{user}}@{{host}}:{{/path/to/remote/directory/}}`
|
||||
|
||||
- Start a synchronization session between a local directory and a Docker container:
|
||||
|
||||
`mutagen sync create --name={{session_name}} {{/path/to/local/directory/}} docker://{{user}}@{{container_name}}{{/path/to/remote/directory/}}`
|
||||
|
||||
- Stop a running session:
|
||||
|
||||
`mutagen sync terminate {{session_name}}`
|
||||
|
||||
- Start a project:
|
||||
|
||||
`mutagen project start`
|
||||
|
||||
- Stop a project:
|
||||
|
||||
`mutagen project terminate`
|
||||
|
||||
- List running sessions for the current project:
|
||||
|
||||
`mutagen project list`
|
||||
Reference in New Issue
Block a user