ID:1004087
 
Problem description:

Is there a way to export information to myself, even if I am not around, not in the server, and someone else is hosting it?

I am looking to use this for bug reports so they will always be sent to my computer, or another location I can retrieve them confidentially. Thanks!
Using world.Export() you can export data to another "project" you're hosting made to receive said data.
You could set up a mysql database and have all the reports and such go in there. There a good number of mysql libraries around too :)

then again, of course, you could set up a free forum somewhere and link users to that.