Skip to content

Commit ca3e412

Browse files
authored
fix: rsync & mutagen directories (coder#994)
1 parent 5db16c8 commit ca3e412

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/file-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ changes.
6868
Name ImageTag CPUCores MemoryGB DiskGB GPUs Updating Status
6969
yourName latest 4 4 30 0 false ON
7070
test latest 1 1 10 0 false OFF
71-
$ mutagen sync create . coder.env-name:~/project
71+
$ mutagen sync create ~/project coder.env-name:~/project
7272
Created session sync_dLg9zfqynqVa9aj2V36Fr4OCMz1AHzTKzNGFYYkqfAI
7373
```
7474

workspaces/ssh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ example, the following shows how you can transfer your home directory to your
7474
workspace:
7575

7676
```console
77-
rsync -e "coder ssh" -a --progress ~/. my-env:~
77+
rsync -e "coder ssh" -a --progress ~/project user@coder.<workspace-name>:~/project
7878
```

0 commit comments

Comments
 (0)