-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_conf_template.txt
33 lines (24 loc) · 1.12 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# customsubcategory=defaults=Defaults
# customsubcategory=delete=Delete
# customsubcategory=import=Import
# customsubcategory=export=Export
# cat=basic/defaults; type=string; label=Default Directory: Default directory to save the database dump
defaultDir = /var/www/html/backup
# cat=basic/defaults; type=string; label=Default Filename: Default name of the database dump
defaultFile = db
# cat=basic/defaults; type=boolean; label=Compression: Enable or disable compression of the database dump
compression = 1
delete {
# cat=basic/delete; type=int+; label=Keep Count: Define how many database backups should be kept
keepCount = 10
}
export {
# cat=basic/export; type=string; label=No Data: Table with data excluded, separated by comma
noData =
# cat=basic/export; type=boolean; label=Include Cache Data: Include Data for Cache Tables
includeCacheData = 0
# cat=basic/export; type=boolean; label=Include Default No Data: Include data for tables that are empty by default
includeDefaultNoData = 0
# cat=basic/export; type=boolean; label=Timestamp: Include timestamp in file name
timestamp = 1
}