Skip to content
Snippets Groups Projects
Commit 0222d777 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update docs

parent 113dd6cf
No related branches found
No related tags found
Loading
# 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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment