$backup.restore.apply

Restores data from a backup zip file.
Syntax
    $backup.restore.apply{backup_zip_file}
DocumentationRestores data from a backup zip file.
Existing application instances and other backuped files get overwritten if they exist. The backup archive file formerly must have been created with the appropriate $backup functions.
    Paramter:
      1: SITEFORUM file path to the archive file containing the backed up data.
    Returns:
      Void.
    Throws:
      IOException - If the archive file was not found or any other IO error occured.
      ZipException - If the archive file is broken.
Examples
$// WARNING! Existing data gets overwritten! $backup.restore.apply{private://myBackup.zip}
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1