aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/doc/usage/backup-and-restore.en-us.md
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2018-06-09 07:47:51 +0800
committertechknowlogick <techknowlogick@users.noreply.github.com>2018-06-08 19:47:51 -0400
commited51aa9c92acc75a82769936ddf92ce34f538f0f (patch)
treee3f68e76a28d04f5bfb21669e16b1d40f218f99d /docs/content/doc/usage/backup-and-restore.en-us.md
parentd41084c54a9cc7b32492f31ff99ac4439deec6a0 (diff)
downloadgitea-ed51aa9c92acc75a82769936ddf92ce34f538f0f.tar.gz
gitea-ed51aa9c92acc75a82769936ddf92ce34f538f0f.zip
improve backup document and add zh-cn backup document (#4145)
Diffstat (limited to 'docs/content/doc/usage/backup-and-restore.en-us.md')
-rw-r--r--docs/content/doc/usage/backup-and-restore.en-us.md3
1 files changed, 2 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 aa1e4805d7..fa73c38bc6 100644
--- a/docs/content/doc/usage/backup-and-restore.en-us.md
+++ b/docs/content/doc/usage/backup-and-restore.en-us.md
@@ -34,7 +34,8 @@ directory. There should be some output similar to the following:
Inside the `gitea-dump-1482906742.zip` file, will be the following:
-* `custom/conf/app.ini` - Server config.
+* `custom` - All config or customerize files in `custom/`.
+* `data` - Data directory in <GITEA_WORK_DIR>, except sessions if you are using file session. This directory includes `attachments`, `avatars`, `lfs`, `indexers`, sqlite file if you are using sqlite.
* `gitea-db.sql` - SQL dump of database
* `gitea-repo.zip` - Complete copy of the repository directory.
* `log/` - Various logs. They are not needed for a recovery or migration.