Page 1 of 1
Create CMD file for Backup
Posted: Wed 19 Sep 2018 05:20
by kaffeburk
Hello Devart,
I cant figure out how to make automatic backups. I checked the videos and the forums. Perhaps some vital information is missing?
I created a file like this:
call "C:\Program Files\Devart\dbForge Studio for MySQL" /backup /projectfile:"E:\Dropbox\Utveckling\Projects\TopHus\Mysql Backup\merhus.backup*"
Then i save it as a ,cmd file. I double-click the file. The screen flickers but nothing happens... Tip: Why not let dbForge autocrate the cmd file?
Regards, Pär
Re: Create CMD file for Backup
Posted: Wed 19 Sep 2018 05:44
by kaffeburk
I also tried to use the manual to create a scheduled backup. I'm in the dark. I used this code:
/backup /connection:"User Id=root;Host=db;Port=3309;Database=sakila;Character Set=utf8;" /projectfile:"E:\Dropbox\Utveckling\Projects\TopHus\Mysql Backup\merhus.backup"
There is no complete step-by-step guide and i'm sure some steps are missing. When i try to run the scheduler manually i end up in the program but nothing happens...
Re: Create CMD file for Backup
Posted: Wed 19 Sep 2018 06:27
by kaffeburk
I also tried to use the CMD command that in your manual is:
C:\Program Files\Devart\dbForge Studio for MySQL>dbforgemysql.com.com /backup /?
Answer: Access is denied.
Re: Create CMD file for Backup
Posted: Tue 25 Sep 2018 20:57
by kaffeburk
Almost one week now, and no help. I have created a job on Freelancer to get this going.
https://www.freelancer.com/projects/sof ... /proposals
Re: Create CMD file for Backup
Posted: Wed 26 Sep 2018 06:54
by kaffeburk
Problem solved, i fond the error in your dokumentation on the page:
http://blog.devart.com/how-to-setup-dai ... ndows.html
Your line is:
1 C:\Program Files\Devart\dbForge Studio for MySQL\dbforgemysql.com" /backup /projectfile:"D:\backup\sakila.backup
Correct is:
1: "C:\Program Files\Devart\dbForge Studio for MySQL\dbforgemysql.com" /backup /projectfile:"D:\backup\sakila.backup"
The two "" is missing.
Re: Create CMD file for Backup
Posted: Thu 27 Sep 2018 13:00
by alexa
Thank you for updating us on this issue.