Skip to content

Commit 5418aef

Browse files
syncthing: rewrite page (#17695)
1 parent 71fac50 commit 5418aef

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pages/common/syncthing.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@
1111

1212
`syncthing --no-browser`
1313

14-
- Print the device ID:
15-
16-
`syncthing --device-id`
17-
1814
- Change the home directory:
1915

2016
`syncthing --home {{path/to/directory}}`
2117

22-
- Force a full index exchange in order to resolve out of sync files:
18+
- Run Syncthing with increased logging:
2319

24-
`syncthing --reset-deltas`
20+
`syncthing --verbose`
2521

26-
- Change the address upon which the web interface listens:
22+
- Pause all devices:
2723

28-
`syncthing --gui-address {{ip_address:port|path/to/socket.sock}}`
24+
`syncthing cli config devices pause --all`
2925

30-
- Show filepaths to the files used by Syncthing:
26+
- Resume all devices:
3127

32-
`syncthing --paths`
28+
`syncthing cli config devices resume --all`
29+
30+
- Change the address upon which the web interface listens:
31+
32+
`syncthing --gui-address {{ip_address:port|path/to/socket.sock}}`
3333

34-
- Disable the Syncthing monitor process:
34+
- Set the log level for output:
3535

36-
`syncthing --no-restart`
36+
`syncthing --log-level {{info|warning|error|debug}}`

0 commit comments

Comments
 (0)