Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Differential and Incrementale backup #59

Closed
LemmyK6 opened this issue Apr 23, 2020 · 1 comment
Closed

Differential and Incrementale backup #59

LemmyK6 opened this issue Apr 23, 2020 · 1 comment

Comments

@LemmyK6
Copy link

LemmyK6 commented Apr 23, 2020

Can you please add the differential and incrementale backup to your library?

@adriancs2
Copy link
Member

This has to be handle manually. 1 of the suggestion that you can consider is by adding a column for time stamp. Use the time stamp to help you to do the incremental backup. Then you can use this guide to do the conditional rows export.

It is however not recommended to do it this way, because it can be easily messed up the destination database.

I think the best way to handle this is through you programming language, like C#, not through this library.

You might also want to consider to use MySql Replication (https://severalnines.com/resources/tutorials/mysql-replication-high-availability-tutorial)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants