I want to do some regression testing and I want to make backup of the database, so that at the end of the test I can have the initial data.
Also if i have this sequence: backup database ->test1->backup database->test2->backup database->test3->backup database,
I want to be able at any time to start the execution of test3, so I need the database in the state right before test3.
Is there any automatic way of doing these database backups?