forked from TrueCloudLab/rclone
docs: add caveat about DSCP on Windows
This commit is contained in:
parent
b5f8f0973b
commit
2188fe38e5
1 changed files with 2 additions and 0 deletions
|
@ -787,6 +787,8 @@ rclone copy --dscp LE from:/from to:/to
|
|||
```
|
||||
would make the priority lower than usual internet flows.
|
||||
|
||||
This option has no effect on Windows (see [golang/go#42728](https://github.com/golang/go/issues/42728)).
|
||||
|
||||
### -n, --dry-run ###
|
||||
|
||||
Do a trial run with no permanent changes. Use this to see what rclone
|
||||
|
|
Loading…
Reference in a new issue