I want to be able to make a backup of the data in my application, and potentially share this backup between Android devices. I am using Couchbase. I have found many resources regarding exporting an SQLite database to XML, but none for Couchbase.
Does anyone know how to do this?