@Override
 public SystemStore save(File file, boolean clearDir) throws IOException {
   return SystemStore.save(file, this, clearDir);
 }