I'm not sure if this kind of feature is important for others, but I would find it helpful if the export (in my case, using mysql) created an SQL file per table instead of one combined file. This would be helpful for several reasons:
- If I need to restore a limited number of tables I wouldn't need to edit the SQL file to parse out the needed portion.
- Some speed concern for large files if I need to import. At the very least, I might defer importing some logging tables on my first pass to get things back up and running.
- I run a nightly backup that takes some non-trivial time, but I would like to run some daytime backups of just a handful of key tables. It would be a little easier to work with files with the table names already.
I can live without this and I can see potentially the feature complicating the archival and sync steps but I put it out there in case the idea benefits others too.
I'm not sure if this kind of feature is important for others, but I would find it helpful if the export (in my case, using mysql) created an SQL file per table instead of one combined file. This would be helpful for several reasons:
I can live without this and I can see potentially the feature complicating the archival and sync steps but I put it out there in case the idea benefits others too.