Skip to content

Commit ed0e2c0

Browse files
Update version to v1.0.0
1 parent 646a69e commit ed0e2c0

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
@@ -149,7 +149,7 @@ The code is shared from the host to the VM via `rsync` by default, you can choos
149149
You can also set `sync: no`, so the files will not be synced to the VM.
150150

151151

152-
When using `rsync` or `scp`, you can define `copyback: false` to not copy files back from the VM in to the host.
152+
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.
153153

154154

155155
```yaml

0 commit comments

Comments
 (0)