Hello all,
On the main webpage I found "Now able to backup ALL databases on a server easily. no longer need to specify each database seperately" but nowhere how to do that. Can somebody help me with this?
Thank you,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello all,
On the main webpage I found "Now able to backup ALL databases on a server easily. no longer need to specify each database seperately" but nowhere how to do that. Can somebody help me with this?
Thank you,
When setting DBNAMES instead of using a list of database names simply use the word ALL and it will backup all the databases on the server..
Actually, it seems case-sensitive (at least on OSX), so:
<blockquote>
DBNAMES="all"
</blockquote>