Page 1 of 1

Make Backup Testling

Posted: Wed Apr 08, 2015 8:31 am
by aalcazar
There are some way to make a backup in test link to prevent lost information about testsuits and testcases in our project?

In this case somebody test it or use some application to do it'

Thank's in advance.

Re: Make Backup Testling

Posted: Mon May 18, 2015 7:10 am
by devonk
You can do a database dump to an sql file with a cron job, that's how I'm doing it.

1. Dump MySQL database to sql file
2. Compress sql file to zip, tar, ...
3. Delete sql file