This commit is contained in:
Kian-Meng Ang
2022-07-24 05:36:00 +08:00
committed by GitHub
parent 506d3cad25
commit de6e91fd75

View File

@@ -13,7 +13,7 @@ As described in the installation docs, you should mount the `/etc/linkding/data`
Below, we describe several methods to create a backup of the database:
- Manual backup using the export function from the UI
- Create a copy of the SQLite databse with the SQLite backup function
- Create a copy of the SQLite database with the SQLite backup function
- Create a plain textfile with the contents of the SQLite database with the SQLite dump function
Choose the method that fits you best.