|
|
|
|
|
by falcolas
4317 days ago
|
|
So, it appears to just copy tables around within the database. I wouldn't want to use this on a DB over a few MB in size. Sure, restores are "fast" (a table rename), but copies are not so much. I can't imagine this would be kind to a production database (lots of cleanup from copied & deleted tables), and would consume a lot more space than a gripped logical backup of the tables in question. |
|
Please don't use this for production. It is not stable enough and you only end up with lost data.