1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2024-09-20 01:10:35 +00:00

update README

This commit is contained in:
Norbert Varzariu 2016-01-22 15:11:59 +01:00
parent 3bedb6efaa
commit eb7a73f460

View File

@ -388,17 +388,17 @@ misc: custom commands to run on the node
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 (the psql script ignores template0 and template1 and postgres databases by default)
`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