How to take backup of a database for a particlar time frame

Is there any possible way to take a backup of a database for a particular time frame.

For example i have a Mysql DB which is being used from last 2years. Now i only want to take the DB backup of updates made in the last 3 months.

Thanks in advance.
Pradeep.

does your table contain a DATE or DATETIME or TIMESTAMP column?

you’re not going to be able to do what you want

just back up the whole database

Not all tables have date/timestamp, only few(2 to 3) tables have date field. and rest - 30 tables in the db does not have date/timestamp.

Thanks in advance!!
-Pradeep