File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 11
11
12
12
` syncthing --no-browser `
13
13
14
- - Print the device ID:
15
-
16
- ` syncthing --device-id `
17
-
18
14
- Change the home directory:
19
15
20
16
` syncthing --home {{path/to/directory}} `
21
17
22
- - Force a full index exchange in order to resolve out of sync files :
18
+ - Run Syncthing with increased logging :
23
19
24
- ` syncthing --reset-deltas `
20
+ ` syncthing --verbose `
25
21
26
- - Change the address upon which the web interface listens :
22
+ - Pause all devices :
27
23
28
- ` syncthing --gui-address {{ip_address:port|path/to/socket.sock}} `
24
+ ` syncthing cli config devices pause --all `
29
25
30
- - Show filepaths to the files used by Syncthing :
26
+ - Resume all devices :
31
27
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}} `
33
33
34
- - Disable the Syncthing monitor process :
34
+ - Set the log level for output :
35
35
36
- ` syncthing --no-restart `
36
+ ` syncthing --log-level {{info|warning|error|debug}} `
You can’t perform that action at this time.
0 commit comments