You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/administration/backup-and-restore.en-us.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,10 @@ directory. There should be some output similar to the following:
43
43
Inside the `gitea-dump-1482906742.zip` file, will be the following:
44
44
45
45
-`app.ini` - Optional copy of configuration file if originally stored outside the default `custom/` directory
46
-
-`custom` - All config or customization files in `custom/`.
47
-
-`data` - Data directory (APP_DATA_PATH), except sessions if you are using file session. This directory includes `attachments`, `avatars`, `lfs`, `indexers`, SQLite file if you are using SQLite.
46
+
-`custom/` - All config or customization files in `custom/`.
47
+
-`data/` - Data directory (APP_DATA_PATH), except sessions if you are using file session. This directory includes `attachments`, `avatars`, `lfs`, `indexers`, SQLite file if you are using SQLite.
48
+
-`repos/` - Complete copy of the repository directory.
48
49
-`gitea-db.sql` - SQL dump of database
49
-
-`gitea-repo.zip` - Complete copy of the repository directory.
50
50
-`log/` - Various logs. They are not needed for a recovery or migration.
51
51
52
52
Intermediate backup files are created in a temporary directory specified either with the
0 commit comments