diff options
author | Jesse Lucas <jesse@jesselucas.com> | 2018-06-09 15:16:16 -0400 |
---|---|---|
committer | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-06-09 15:16:16 -0400 |
commit | 47f59589c5971f69b6ad9a066bcd6798384266df (patch) | |
tree | a589abfa9e05e6cc83daf6a38c8c4c82eb61fa2c /docs | |
parent | 048468560f98929bdb252403ef5c3012900769ea (diff) | |
download | gitea-47f59589c5971f69b6ad9a066bcd6798384266df.tar.gz gitea-47f59589c5971f69b6ad9a066bcd6798384266df.zip |
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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/usage/backup-and-restore.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/usage/backup-and-restore.en-us.md b/docs/content/doc/usage/backup-and-restore.en-us.md index fa73c38bc6..a0816ebe48 100644 --- a/docs/content/doc/usage/backup-and-restore.en-us.md +++ b/docs/content/doc/usage/backup-and-restore.en-us.md @@ -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: ``` |