Skip to main content
A replica is a crawled, secured copy of your website that WebOrion Restorer can serve in place of your original server when needed. The replication process downloads your site’s content and applies security hardening before saving it as a standby replica.

Starting a replication

Go to Replication → Replicate Domain from the top navigation menu.

Required fields

FieldDescription
Webpage URLThe base URL to replicate. The Restorer crawls downward from this URL — it will not crawl upward.
Replica NameA label to identify this replica

Crawl settings

SettingDescription
User AgentThe browser identity the crawler uses when downloading your site
Recursive LevelHow many levels deep to crawl. e.g. https://www.cloudsine.tech is Level 1, https://www.cloudsine.tech/adopt/ is Level 2. Most sites have at most 20 levels. Redirects count as 1 level.
External File LevelDepth at which to download files from external domains
Max ConnectionTotal connections used to download files
Number of RetriesHow many times to retry failed downloads
Max File SizeMaximum file size to download (in KB)
Ignore robots.txtIgnore crawler restrictions specified in the site’s robots.txt
Force HTTP 1.0 RequestsUse HTTP 1.0 if the web server doesn’t support HTTP 1.1
IP ProtocolChoose between IPv4, IPv6, or both

Secure Replica settings

Secure Replica settings strip or disable potentially dangerous HTML elements from the replica, reducing the attack surface of the served copy. Expand Secure Replica Settings to configure:
SettingEffect
Disable iFramesRemoves <iframe> tags
Disable ButtonsDisables buttons
Disable FormsDisables forms and shows an error popup on submit
Disable Javascripts with AJAX RequestsRemoves Javascript with AJAX/XMLHttpRequest calls (supports jQuery)
Remove Base TagsRemoves <base> tags
Remove Applet TagsRemoves applets
Remove Object TagsRemoves external resources that are added to the webpage using <object> tags
Remove Embed TagsRemoves external <embed> tags
Remove XML TagsRemoves XML tags
Disable Select TagsDisables <select> tags
Prevent Browsers From Caching Mirrored SiteAdds a meta tag to discourage browser caching
Disable Input FieldsDisables input fields
Disable Text AreasRemoves text areas
Disable JavascriptsRemoves all Javascript
Disable Cascading Style SheetsRemoves all CSS
Disable ImagesRemoves all images
Disable Anchor LinksRemoves all links
Custom Options at the bottom of the form should only be used when specifically advised by the Cloudsine support team.

Starting the replication

Click Replicate. A confirmation prompt will appear warning that the initial replication can be time-consuming and will generate significant network traffic. Click OK to proceed.
Replication downloads your entire site — schedule it during off-peak hours to minimise impact on live traffic.

Checking replication status

The status of your replication can be tracked on the Replica Management page under Replication → List of Replicated Websites. Once complete, the status will show as Completed. See Managing Replicas for details.