mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-10 00:00:35 +00:00
update README
This commit is contained in:
parent
86073f42b1
commit
3bedb6efaa
16
README.md
16
README.md
@ -379,13 +379,27 @@ Default is:
|
|||||||
|
|
||||||
#### `$backup_scripts`
|
#### `$backup_scripts`
|
||||||
Additional scripts to create, possible values are: mysql, psql, misc
|
Additional scripts to create, possible values are: mysql, psql, misc
|
||||||
|
|
||||||
|
mysql: used for mysql backups
|
||||||
|
|
||||||
|
psql: used for postgresql backups
|
||||||
|
|
||||||
|
misc: custom commands to run on the node
|
||||||
|
|
||||||
You can set
|
You can set
|
||||||
|
|
||||||
`$dbbackup_user` : backup user
|
`$dbbackup_user` : backup user
|
||||||
|
|
||||||
`$dbbackup_password` : password for the backup user
|
`$dbbackup_password` : password for the backup user
|
||||||
|
|
||||||
`dumper` : path to the dump bin you wish to use
|
`dumper` : path to the dump bin you wish to use
|
||||||
|
|
||||||
`dump_flags`: flags for your dump bin
|
`dump_flags`: flags for your dump bin
|
||||||
|
|
||||||
`ignore_dbs` : databases to be ignored
|
`ignore_dbs` : databases to be ignored
|
||||||
|
|
||||||
`commands` : array of commands to run on the host (this has no effect on psql and mysql scripts and is intended for your custom needs, see misc script section)
|
`commands` : array of commands to run on the host (this has no effect on psql and mysql scripts and is intended for your custom needs, see misc script section)
|
||||||
|
|
||||||
See below for defaults
|
See below for defaults
|
||||||
|
|
||||||
NOTE: the psql and mysql scripts will SSH into your host and try and use $dumper.
|
NOTE: the psql and mysql scripts will SSH into your host and try and use $dumper.
|
||||||
@ -719,4 +733,4 @@ Norbert Varzariu (loomsen)
|
|||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
Please see the [list of contributors.](https://github.com/loomsen/puppet-bloonix_agent/graphs/contributors)
|
Please see the [list of contributors.](https://github.com/loomsen/puppet-bloonix_agent/graphs/contributors)
|
||||||
|
A big thank you to Hendrik Horeis <hendrik.horeis@gmail.com> for all his input and testing of this module.
|
||||||
|
Loading…
Reference in New Issue
Block a user