forked from atlab/dbbak
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdbbak.cfg.in
24 lines (24 loc) · 1.06 KB
/
dbbak.cfg.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Required Settings:
DBBAK_USER=root
DBBAK_PASSWORD=simple
DBBAK_SOCKET=/var/run/mysqld/mysqld.sock
# DBBAK_SOCKET=/tmp/mysqld.sock
# Note: DBBAK_DBDIR and DBBAK_BKDIR should be specified as examples
# (without trailing '/')
DBBAK_DBDIR=/var/lib/mysql
DBBAK_BKDIR=/var/backups
DBBAK_OWNER=root
DBBAK_GROUP=root
DBBAK_MODE=750 # ${DBBAK_DBDIR} permissions
# Optional Settings:
DBBAK_NOLOCK=true # set *to anything* if --no-lock desired
# DBBAK_SLAVE=true # set *to anything* if running on slave
# DBBAK_NTHREAD=2 # set N if --parallel=N desired
# DBBAK_RESTORE_MEM= # set value for innobackupex --use-memory if desired
# DBBAK_LVM_SNAP=true # set *to anything* if LVM snapshots desired
# DBBAK_LVM_SNAP_VG=/dev/null # VG device path for DBBAK_LVM_SNAP
# DBBAK_LVM_SNAP_LV=nolv # LV name in DBBAK_LVM_SNAP_VG for DBBAK_LVM_SNAP
# DBBAK_LVM_SNAP_NS=0 # Number of snaps to keep for DBBAK_LVM_SNAP
# DBBAK_LVM_SNAP_SZ=0 # Snaphot storage allocation per DBBAK_LVM_SNAP_NS
# DBBAK_MONITOR_SERVER= # zabbix server name for 'dbbak trap'
# DBBAK_MONITOR_NAME= # zabbix node for 'dbbak trap'