Hi @analien
I don't think there is a way to do what you are after, as it is kind of against the point of refresh which is to completely rebuild the DB from scratch (and only meant to local dev really).
You could use Seeders to will the tables back up with sample data if it is for local development, but it wouldn't be the data that was in there before you ran fresh, but you would always go back to the same starting point with the seeders.