Update backup and restore doc usage (#4165)
Edit example of `./gitea dump` to include -c option to pass app.ini Signed-off-by: Jesse Lucas <jesse@jesselucas.com>
This commit is contained in:
parent
048468560f
commit
47f59589c5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ file can be unpacked and used to restore an instance.
|
|||
|
||||
## Backup Command (`dump`)
|
||||
|
||||
Switch to the user running gitea: `su git`. Run `./gitea dump` in the gitea installation
|
||||
Switch to the user running gitea: `su git`. Run `./gitea dump -c /path/to/app.ini` in the gitea installation
|
||||
directory. There should be some output similar to the following:
|
||||
|
||||
```
|
||||
|
|
Reference in a new issue