acsf:sites:restore-backup
Restore a site backup
For more help, see https://cloudapi-docs.acquia.com/ or https://dev.acquia.com/api-documentation/acquia-cloud-site-factory-api for acsf commands.
Usage
acli acsf:sites:restore-backup [--target_site_id TARGET_SITE_ID] [--backup_id BACKUP_ID] [--callback_url CALLBACK_URL] [--callback_method CALLBACK_METHOD] [--caller_data CALLER_DATA] [--components COMPONENTS] [--] <site_id>
Arguments
site_id
Required
Site ID
Options
--target_site_id
Required
ID of the site to restore the backup onto.
--backup_id
Required
ID of the backup to restore defaults to the most recent.
--callback_url
Required
The callback URL, which is invoked upon completion.
--callback_method
Required
The callback method, "GET", or "POST". Uses "POST" if empty.
--caller_data
Required
Data that should be included in the callback, json encoded.
--components