database-backup
database-backup copied to clipboard
I can make backup of a table specified in the database?
trafficstars
I want to separate the backup of tables, can I do it?
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.