diff --git a/docs/30_Configuration/20_Database.md b/docs/30_Configuration/20_Database.md
index c5214cd1f020554fcd8834c666284da95d46d033..3f5af59ffb777bec2b23445f84cdb2731d298887 100644
--- a/docs/30_Configuration/20_Database.md
+++ b/docs/30_Configuration/20_Database.md
@@ -1,6 +1,6 @@
-# Database backups #
+# Database backups
 
-## Shared settings for all database types ##
+## Shared settings for all database types
 
 There are 2 required values in the jobs/backup.job
 
@@ -109,10 +109,9 @@ dbpassword = '12345678'
 params = '--port={tcp-port} --password={dbpassword} --user={dbuser} --host={tcp-target}'
 
 env = 'export var1="happy meal"; export var2="new"; export var3="year!"'
-
 ```
 
-## Backup sqlite ##
+## Backup sqlite
 
 Sqlite files can be located anywhere in the filesystem. That's why the
 cannot be located with an auto detection. 
@@ -135,7 +134,8 @@ This is the plugins/localdump/profile/sqlite.ini.example:
 type = "sqlite"
 
 # list of files to backup
-# file[] = "/var/www/database/logs.db"
+file[] = "/var/www/database/logs.db"
+file[] = "/var/www/database/another.db"
 
 
 [set]