@Override
 public String getBackupStatus(final String name) throws IOException {
   return server.getBackupStatus(name);
 }