File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -224,12 +224,17 @@ Additional notes for each keyword:
224224 Make sure the name part doesn't include any url-unsafe characters like
225225 spaces. Stick to alphanumeric characters and you'll be ok.
226226
227- To generate a config.ini in the current directory (note it will
228- overwrite an existing file) from the roundup-server command line use::
227+ To generate a config.ini in the current directory from the
228+ roundup-server command line use::
229229
230230 roundup_server -p 8017 -u roundup --save-config demo=/trackers/demo \
231231 sysadmin=/trackers/sysadmin
232232
233+ Note it will save the old file to config.bak and create a new
234+ config.ini. The file is recreated from scratch ignoring the contents
235+ of the current config.ini. So you may need to merge the backup and
236+ config files.
237+
233238Configuring Compression
234239=======================
235240
You can’t perform that action at this time.
0 commit comments