properties.getProperty(InteractiveClient.USER, SecurityManager.DBA_USER),
properties.getProperty(InteractiveClient.PASSWORD, null), backuptarget,
XmldbURI.xmldbUriFor(properties.getProperty(InteractiveClient.URI, "xmldb:exist://")
+ collection)
);
backup.backup(true, this);
} catch (final XMLDBException e) {
showErrorMessage("XMLDBException: " + e.getMessage(), e); //$NON-NLS-1$
} catch (final IOException e) {
showErrorMessage("IOException: " + e.getMessage(), e); //$NON-NLS-1$
} catch (final SAXException e) {