String path = getBackupId() + ".backup.xml";
JaxbHelper jaxb = JaxbHelper.get(BackupData.class);
String xml;
try {
xml = jaxb.marshal(data, true);
} catch (JAXBException e) {
throw new OpsException("Error serializing metadata", e);
}
byte[] data = Utf8.getBytes(xml);