Controller: /nodeworx/backup ============================ :Required Permissions: BRESTORE Action: ``fail`` ---------------- :Added in Version: n/a :Description: Magic function - test for failure mechanism. Action: ``fullbackup`` ---------------------- :Added in Version: 4.8.0-393 :Description: Creates a full backup for the specified domains. Input Parameters ^^^^^^^^^^^^^^^^^ .. list-table:: :widths: auto :header-rows: 1 * - Name - Type - Required? - Example Values - Default Values - Notes * - ``domains`` - struct (string) - Yes - example.com - - * - ``email`` - string - No - - - Check the box and enter a valid email address here to be notified by email once the backup of the selected SiteWorx accounts has completed. Action: ``queryAccounts`` ------------------------- :Added in Version: 4.8.0-393 :Description: Query the backups based on the selected reseller. Input Parameters ^^^^^^^^^^^^^^^^^ .. list-table:: :widths: auto :header-rows: 1 * - Name - Type - Required? - Example Values - Default Values - Notes * - ``reseller`` - string - Yes - all, 1, 2 - - Action: ``queryBackups`` ------------------------ :Added in Version: 4.8.0-393 :Description: Get a list of backups given a domain. Input Parameters ^^^^^^^^^^^^^^^^^ .. list-table:: :widths: auto :header-rows: 1 * - Name - Type - Required? - Example Values - Default Values - Notes * - ``domain`` - string - Yes - example.com, secondary.com - - Action: ``reroute`` ------------------- :Added in Version: n/a :Description: Action to re-route from the current controller to a different one. Action: ``restore`` ------------------- :Added in Version: 4.7.0-339 :Description: Restore a given backup (local). Input Parameters ^^^^^^^^^^^^^^^^^ .. list-table:: :widths: auto :header-rows: 1 * - Name - Type - Required? - Example Values - Default Values - Notes * - ``domain`` - string - Yes - example.com, secondary.com - - * - ``file`` - string - Yes - example.com+full-Jan.12.2020-00.51.13.tgz, example.com+partial-Jan.12.2020-00.51.13.tgz - - * - ``confirm_action`` - struct (integer) - No* - 1 - - \* indicates that it's actually required, but probably already has a valid default value. Action: ``structureonly`` ------------------------- :Added in Version: 4.8.0-393 :Description: Creates a structure only backup for the specified domains. Input Parameters ^^^^^^^^^^^^^^^^^ .. list-table:: :widths: auto :header-rows: 1 * - Name - Type - Required? - Example Values - Default Values - Notes * - ``domains`` - struct (string) - Yes - example.com - - * - ``email`` - string - No - - - Check the box and enter a valid email address here to be notified by email once the backup of the selected SiteWorx accounts has completed. Action: ``targetedRestore`` --------------------------- :Added in Version: 7.3.0-1840 Input Parameters ^^^^^^^^^^^^^^^^^ .. list-table:: :widths: auto :header-rows: 1 * - Name - Type - Required? - Example Values - Default Values - Notes * - ``archive`` - string - Yes - - - * - ``domain`` - string - Yes - - - * - ``path`` - struct (string) - No - - - * - ``database`` - struct (string) - No - - - Action: ``win`` --------------- :Added in Version: n/a :Description: Magic function - test for testing success mechanism.