Mercurial > p > roundup > code
diff share/man/man1/roundup-server.1 @ 7335:b84718ea4228
document result of running save-config in a tracker home directory
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 14 May 2023 01:03:09 -0400 |
| parents | 7a48f771cd4f |
| children | 46f92ac4e170 |
line wrap: on
line diff
--- a/share/man/man1/roundup-server.1 Sun May 14 00:49:43 2023 -0400 +++ b/share/man/man1/roundup-server.1 Sun May 14 01:03:09 2023 -0400 @@ -78,7 +78,12 @@ Print help and exit. .TP \fB--save-config\fP -Create or update configuration file and exit. +Create configuration file and exit. The old config.ini will be saved to +config.bak. Note that this command doesn't attempt to load or verify +an existing config.ini. Running this in a tracker home directory will +move the existing config.ini to config.bak and replace it with the +roundup-server's config.ini. This will make the tracker in the +directory fail to start until the original config.ini is restored. .TP \fBname=\fP\fItracker home\fP Sets the tracker home(s) to use. The \fBname\fP variable is how the tracker is
