Can we use export / import to backup a multimaster replicated database?
So for example, if no one is accessing the database at a given point in time, if I push all transactions to the secondary master and export both the databases independently, can I do an import from these at a later time and get back to the state it was earlier?

This ofcourse works in a single database, what are the constraints for replicated database?

Thanks for your valuable input.