Update backup and restore doc usage

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:
Jesse Lucas 2018-06-06 17:43:19 -04:00
parent e5fd43c231
commit b39faa6e9c
No known key found for this signature in database
GPG Key ID: 9810010C7FDCD3BB

View File

@ -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:
```