Faster backup?
Posted: Sat May 26, 2018 3:26 pm
Using the built in backup function of OD takes forever. At least 4 minutes seems like forever when you are trying to get out the door at the end of the day.
I tried a batch file consisting of
It takes about 15 seconds. Is there any danger to backing up this way? Assuming all of the other users are offline because I'm the last one to leave every day.
Jim Margarit
I tried a batch file consisting of
Code: Select all
net stop mysql
xcopy /y [source directory] [destination directory]
net start mysqlJim Margarit