Function BackupManager.extract

Extracts the supplied backup name to the supplied output path.

void extract (
  string Name,
  string Output
);

Throws

IllegalArgumentException if the backup doesn't exists.

Throws

The same exceptions as the FSReader's static extractWithCallback method.