71 lines
1.8 KiB
YAML
71 lines
1.8 KiB
YAML
fields:
|
|
|
|
filename_prefix:
|
|
label: Filename prefix
|
|
span: storm
|
|
cssClass: col-md-4
|
|
placeholder: The filename prefix used for the backup zip file.
|
|
|
|
storage:
|
|
label: Storage
|
|
span: storm
|
|
cssClass: col-md-4
|
|
type: dropdown
|
|
options:
|
|
local: Local
|
|
webdav: WebDAV
|
|
dropbox: Dropbox
|
|
|
|
maximum_execution_time:
|
|
label: Max execution time of php
|
|
span: storm
|
|
cssClass: col-md-4
|
|
type: number
|
|
default: 30
|
|
|
|
tabs:
|
|
|
|
fields:
|
|
|
|
include_files:
|
|
tab: Files
|
|
label: Include
|
|
span: auto
|
|
type: repeater
|
|
commentAbove: The list of directories and files that will be included in the backup. You need to specify the exactly path from the project root e.g. to include all files just type slash "/"
|
|
form:
|
|
fields:
|
|
path:
|
|
label: Path
|
|
type: text
|
|
|
|
exclude_files:
|
|
tab: Files
|
|
label: Exclude
|
|
span: auto
|
|
type: repeater
|
|
commentAbove: These directories and files will be excluded from the backup. Directories used by the backup process will automatically be excluded. You need to specify the exactly path from the project root e.g. to exclude all plugin from the rainlab author "plugins/rainlab"
|
|
form:
|
|
fields:
|
|
path:
|
|
label: Path
|
|
type: text
|
|
|
|
database_driver:
|
|
tab: Database
|
|
label: Database Driver
|
|
span: auto
|
|
type: dropdown
|
|
options:
|
|
mysql: MySQL
|
|
pgsql: PostgreSQL
|
|
sqlite: SQLite
|
|
mongodb: Mongo
|
|
|
|
gzip_database_dumps:
|
|
tab: Database
|
|
label: Enable gzip database backup
|
|
span: auto
|
|
type: switch
|
|
comment: The database dump can be gzipped to decrease diskspace usage. Good for large databases.
|