Skip to content

Commit f05a1a8

Browse files
committed
update
1 parent 7adfd36 commit f05a1a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/tpl/README.tpl.md

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

125125

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

128128

129129
```yaml

0 commit comments

Comments
 (0)