We have an application on Bluemix and use the Db2 on Cloud service (http://www.ibm.com/analytics/us/en/technology/cloud-data-services/db2-on-cloud/).
Everything works now, but we would like to have backups in place. Because we are talking about a cloud solution, I was wondering whether some backup logic would already be implemented so we don't need to reinvent the wheel.
There is support in that sense that you could use DB2 Backup tools and store that data on cloud storage like Amazon S3 or SoftLayer Object Storage. See this entry in the DB2 on Cloud docs for more details. There are also tools to manage the remote storage.
Syntax would like here:
backup db <database-name>
to db2remote://<alias>//<storage-path>
I have created a blog entry to discuss how Db2 (including the former dashDB) can be combined with Cloud Object Storage. It covers the command CATALOG STORAGE ACCESS ALIAS
and what needs to be done to get it up and running.