File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -232,8 +232,12 @@ roundup-server command line use::
232232
233233Note it will save an old config.ini file to config.bak and create a
234234new config.ini. The file is recreated from scratch ignoring the
235- contents of the current config.ini. You may need to merge the
236- backup and config files.
235+ contents of the current config.ini. You may need to merge the backup
236+ and config files. save-config doesn't attempt to load or verify an
237+ existing config.ini. Running this in a tracker home directory will
238+ move the exsiting config.ini to config.bak and replace it with the
239+ roundup-server's config.ini. This will make the tracker in the
240+ directory fail to start util the original config.ini is restored.
237241
238242Configuring Compression
239243=======================
Original file line number Diff line number Diff line change @@ -78,7 +78,12 @@ Print version and exit.
7878Print help and exit.
7979.TP
8080\fB --save-config \fP
81- Create or update configuration file and exit.
81+ Create configuration file and exit. The old config.ini will be saved to
82+ config.bak. Note that this command doesn't attempt to load or verify
83+ an existing config.ini. Running this in a tracker home directory will
84+ move the existing config.ini to config.bak and replace it with the
85+ roundup-server's config.ini. This will make the tracker in the
86+ directory fail to start until the original config.ini is restored.
8287.TP
8388\fB name= \fP\fI tracker home \fP
8489Sets the tracker home(s) to use. The \fB name \fP variable is how the tracker is
You can’t perform that action at this time.
0 commit comments