public void deliverUpToDateMsg() {
   live.getRemotingService().removeIncomingInterceptor(this);
   if (backup.isStarted()) handler.deliver();
 }