Skip to content

Commit 5be5d8d

Browse files
Update version to v1.0.4
1 parent e0282bf commit 5be5d8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The code is shared from the host to the VM via `rsync` by default, you can choos
154154
You can also set `sync: no`, so the files will not be synced to the VM.
155155

156156

157-
When using `rsync` or `scp`, you can define `copyback: false` to not copy files back from the VM in to the host.
157+
When using a copy based sync method (`rsync`, `scp`, `tar` or `9p`), you can define `copyback: false` to not copy files back from the VM to the host. It has no effect on `sshfs` and `nfs`, which are live mounts and never copy back.
158158

159159

160160
```yaml

0 commit comments

Comments
 (0)