This forum is no longer active. Please post your questions to our new community site
batch file to backup DB under windows
|
|
Hi, Does anyone has an example of windows batch file that can be used to automate redmine database backup (mysql)? Thanks in advance. |
|
|
Hi, You can run the following command or write it in a batch script:
You can find more info at http://wiki.bitnami.com/Components/MySQL#How_to_create_a_database_backup.3f |
|
|
So I just append mysql backup line to “use bitnami redmine stack” batch file? (So I can automated it?) |
|
|
Hi, I would create a simple batch file, it is not necessary to append in the use_redmine batch file.
That’s all. You can create a Windows Schedule Task to run this script periodically. |

