From 0222d777e57e487f2331fb2391c051c8ed42a19f Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Wed, 2 Oct 2024 14:20:44 +0200
Subject: [PATCH] update docs

---
 docs/30_Configuration/20_Database.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/30_Configuration/20_Database.md b/docs/30_Configuration/20_Database.md
index c5214cd..3f5af59 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]
-- 
GitLab