database-backup icon indicating copy to clipboard operation
database-backup copied to clipboard

I can make backup of a table specified in the database?

Open chernandezq opened this issue 10 years ago • 1 comments
trafficstars

I want to separate the backup of tables, can I do it?

chernandezq avatar Apr 06 '15 15:04 chernandezq

Yes, but you need to create your own task / procedures, which is actually very easy. You can look at the source and expand it how you like. Just don't use the facade (DatabaseManager) that we provide. Bootstrap your own procedures and just use it as the facade would have.

ShawnMcCool avatar Apr 06 '15 15:04 ShawnMcCool