Backup&Restore
GuideAdvancedGuideLess than 1 minute
Backup&Restore
Method 1-Built-in
Use AList to manage Backup/Restore options
Backup: Backup Alist data (does not include index)
Recovery: Backup files before recovery
Override: Select override when recovery, and will override the user information

Method 2-Sqlite3
Back up the data/data.db database in the AList directory, and wait for the new environment to replace it directly (contains index data)
If there are two files, if there are data.db-shm and data.db-clothes, they must be backup together.

Method 3-Other database
Other, if you use mysql, postgres and other non sqlite database, please solve it by yourself (include indexing data)