{"id":6947,"date":"2025-11-22T12:06:20","date_gmt":"2025-11-22T12:06:20","guid":{"rendered":"https:\/\/www.bodhost.com\/kb\/?p=6947"},"modified":"2026-06-22T13:14:14","modified_gmt":"2026-06-22T13:14:14","slug":"how-to-restore-an-account-from-a-server-backup-disc","status":"publish","type":"post","link":"https:\/\/www.bodhost.com\/kb\/how-to-restore-an-account-from-a-server-backup-disc\/","title":{"rendered":"How to Restore a cPanel Account from a cpmove File"},"content":{"rendered":"<p><strong><\/strong><\/p>\r\n<p>A cpmove file is the archive cPanel and WHM use to transfer or restore a hosting account, including its home directory, <a href=\"https:\/\/www.bodhost.com\/kb\/how-to-inspect-the-sizes-of-mysql-databases-and-tables\/\" target=\"_blank\" rel=\"noopener\">MySQL databases<\/a>, email accounts, and DNS zone data. This guide covers what a cpmove file is, how to create one, how to restore from one using WHM or the command line, and how to fix the most common errors that come up during the process.<\/p>\r\n<h3><strong>What is a CPMOVE file?<\/strong><\/h3>\r\n<p>A cpmove file is a compressed archive (usually .tar.gz) generated by cPanel that contains a complete snapshot of a hosting account. It&#8217;s the format used internally by WHM&#8217;s account transfer, backup, and restore tools.<\/p>\r\n<p><strong>A typical cpmove archive includes:<\/strong><\/p>\r\n<ul>\r\n<li>The account&#8217;s home directory (website files, public_html, etc.)<\/li>\r\n<li>MySQL\/MariaDB database dumps<\/li>\r\n<li>Email accounts, forwarders, and filters<\/li>\r\n<li>DNS zone file records<\/li>\r\n<li>cPanel account configuration (package, resource limits, addon\/sub\/parked domains)<\/li>\r\n<li>SSL certificates, if installed<\/li>\r\n<\/ul>\r\n<p>Because it bundles everything needed to recreate an account, a CPMove file is what most admins use when migrating accounts between servers or restoring a full account after data loss.<\/p>\r\n<h4><strong>cpmove file vs. a regular tarball backup<\/strong><\/h4>\r\n<p>A standard cPanel backup tarball (created via the &#8220;Backup&#8221; feature in cPanel) and a cpmove file contain similar data, but cpmove files follow a strict naming and structure convention that WHM&#8217;s restore tool expects. A renamed tarball won&#8217;t always restore cleanly unless it matches the required naming patterns below.<\/p>\r\n<p><strong>Naming and Location Requirements<\/strong><\/p>\r\n<p>WHM&#8217;s restore tool only recognizes archive files that match specific naming patterns and live in specific directories. If your file doesn&#8217;t meet both conditions, the restore will fail even if the file itself is valid.<\/p>\r\n<p class=\"font-claude-response-body break-words whitespace-normal\" data-sourcepos=\"28:1-28:31;1821-1851\"><strong>Accepted filename formats:<\/strong><\/p>\r\n<ul class=\"[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3\" data-sourcepos=\"30:1-36:49;1853-2045\">\r\n<li class=\"font-claude-response-body whitespace-normal break-words pl-2\" data-sourcepos=\"30:1-30:18;1853-1870\"><code class=\"bg-text-200\/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]\">cpmove-{USER}<\/code><\/li>\r\n<li class=\"font-claude-response-body whitespace-normal break-words pl-2\" data-sourcepos=\"31:1-31:22;1871-1892\"><code class=\"bg-text-200\/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]\">cpmove-{USER}.tar<\/code><\/li>\r\n<li class=\"font-claude-response-body whitespace-normal break-words pl-2\" data-sourcepos=\"32:1-32:25;1893-1917\"><code class=\"bg-text-200\/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]\">cpmove-{USER}.tar.gz<\/code><\/li>\r\n<li class=\"font-claude-response-body whitespace-normal break-words pl-2\" data-sourcepos=\"33:1-33:15;1918-1932\"><code class=\"bg-text-200\/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]\">{USER}.tar<\/code><\/li>\r\n<li class=\"font-claude-response-body whitespace-normal break-words pl-2\" data-sourcepos=\"34:1-34:18;1933-1950\"><code class=\"bg-text-200\/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]\">{USER}.tar.gz<\/code><\/li>\r\n<li class=\"font-claude-response-body whitespace-normal break-words pl-2\" data-sourcepos=\"35:1-35:46;1951-1996\"><code class=\"bg-text-200\/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]\">backup-{MM.DD.YYYY}_{HH-MM-SS}_{USER}.tar<\/code><\/li>\r\n<li class=\"font-claude-response-body whitespace-normal break-words pl-2\" data-sourcepos=\"36:1-36:49;1997-2045\"><code class=\"bg-text-200\/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]\">backup-{MM.DD.YYYY}_{HH-MM-SS}_{USER}.tar.gz<\/code><\/li>\r\n<\/ul>\r\n<p class=\"font-claude-response-body break-words whitespace-normal\" data-sourcepos=\"38:1-38:26;2047-2072\"><strong>Accepted directories:<\/strong><\/p>\r\n<ul class=\"[li_&amp;]:mb-0 [li_&amp;]:mt-1 [li_&amp;]:gap-1 [&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3\" data-sourcepos=\"40:1-46:9;2074-2147\">\r\n<li class=\"font-claude-response-body whitespace-normal break-words pl-2\" data-sourcepos=\"40:1-40:10;2074-2083\"><code class=\"bg-text-200\/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]\">\/home<\/code><\/li>\r\n<li class=\"font-claude-response-body whitespace-normal break-words pl-2\" data-sourcepos=\"41:1-41:11;2084-2094\"><code class=\"bg-text-200\/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]\">\/home2<\/code><\/li>\r\n<li class=\"font-claude-response-body whitespace-normal break-words pl-2\" data-sourcepos=\"42:1-42:11;2095-2105\"><code class=\"bg-text-200\/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]\">\/home3<\/code><\/li>\r\n<li class=\"font-claude-response-body whitespace-normal break-words pl-2\" data-sourcepos=\"43:1-43:10;2106-2115\"><code class=\"bg-text-200\/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]\">\/root<\/code><\/li>\r\n<li class=\"font-claude-response-body whitespace-normal break-words pl-2\" data-sourcepos=\"44:1-44:9;2116-2124\"><code class=\"bg-text-200\/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]\">\/usr<\/code><\/li>\r\n<li class=\"font-claude-response-body whitespace-normal break-words pl-2\" data-sourcepos=\"45:1-45:14;2125-2138\"><code class=\"bg-text-200\/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]\">\/usr\/home<\/code><\/li>\r\n<li class=\"font-claude-response-body whitespace-normal break-words pl-2\" data-sourcepos=\"46:1-46:9;2139-2147\"><code class=\"bg-text-200\/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]\">\/web<\/code><\/li>\r\n<\/ul>\r\n<p>If your file is sitting anywhere else (like \/tmp or a mounted backup drive), move or symlink it into one of these directories before attempting the restore.<\/p>\r\n<h4><strong>How to Create a cpmove File<\/strong><\/h4>\r\n<p>Before you can restore an account, you usually need to generate the cpmove file in the first place, either on the same server (for a backup) or on the source server (for a migration).<\/p>\r\n<p><strong>Using WHM (GUI method):<\/strong><\/p>\r\n<ol>\r\n<li>Log in to WHM as root.<\/li>\r\n<li>Go to Backup \u2192 Backup Configuration, or use Transfers \u2192 Copy multiple accounts if you&#8217;re moving to a different server.<\/li>\r\n<li>Select the account(s) you want to archive and start the backup\/transfer job.<\/li>\r\n<li>WHM will generate a cpmove-{USER}.tar.gz file and place it in \/home by default.<\/li>\r\n<\/ol>\r\n<p>&nbsp;<\/p>\r\n<h4><strong>Using the command line (pkgacct):<\/strong><\/h4>\r\n<pre>\/scripts\/pkgacct username<\/pre>\r\n<p>This packages the specified account into a cpmove file and saves it to \/home by default. Useful options include:<\/p>\r\n<ul>\r\n<li>&#8211;skiphomedir &#8211; exclude the home directory to speed up packaging for large accounts<\/li>\r\n<li>&#8211;skipbwdata &#8211; exclude bandwidth statistics<\/li>\r\n<li>&#8211;newuser &#8211; package the account under a different username<\/li>\r\n<\/ul>\r\n<h4><strong>How to Restore an Account from a cpmove File<\/strong><\/h4>\r\n<ol>\r\n<li>Log in to WHM as the root user.<\/li>\r\n<li>Search for &#8220;Transfers&#8221; in the WHM search bar.<\/li>\r\n<li>Click &#8220;Transfer or Restore a cPanel Account.&#8221;<\/li>\r\n<li>Select &#8220;Restore a local cpmove file.&#8221;<\/li>\r\n<li>Choose the file from the dropdown, or browse to its location if it isn&#8217;t auto-detected.<\/li>\r\n<li>Check &#8220;Overwrite if the cPanel user already exists&#8221; if you&#8217;re restoring over an existing account with the same username. This step is optional and only needed in that scenario.<\/li>\r\n<li>Choose an A record option:<br \/>\r\n<ul>\r\n<li>Replace all instances of the source server&#8217;s IP with the destination server&#8217;s IP &#8211; the default, recommended setting for most restores.<\/li>\r\n<li>Use cPanel-provided A records &#8211; substitutes standard cPanel-generated A records into the zone file instead.<\/li>\r\n<\/ul>\r\n<\/li>\r\n<li>Click Restore. WHM opens the Account Restore screen and starts the job. You can monitor progress live from this screen.<\/li>\r\n<\/ol>\r\n<p>&nbsp;<\/p>\r\n<h4><strong>Common cpmove Restore Errors and How to Fix Them<\/strong><\/h4>\r\n<p>&#8220;<strong>Account already exists<\/strong>&#8221; or restore halts on a duplicate username<br \/>Re-run with &#8211;force, or remove\/rename the existing account first via WHM&#8217;s account termination tool.<\/p>\r\n<p>&#8220;<strong>Invalid archive<\/strong>&#8221; or &#8220;<strong>incompatible package<\/strong>&#8221; error<br \/>Usually means the file was packaged on a much newer or older cPanel version than the destination server, or the archive is corrupted\/incomplete. Re-download or re-generate the cpmove file and verify its integrity with tar -tzf filename.tar.gz before retrying \u2014 this lists the archive contents without extracting, so a corrupted file will throw an error immediately.<\/p>\r\n<p>Restore fails with a &#8220;<strong>file not found<\/strong>&#8221; error even though the file exists<br \/>Almost always, a naming or location issue. Double-check the filename matches one of the accepted patterns and that the file sits in one of the directories listed above.<\/p>\r\n<p><strong>Restore completes, but the website doesn&#8217;t load<\/strong><br \/>Check that DNS\/A records actually point to the new server and that the zone file was updated correctly during restore. This is the most common post-restore issue, especially with cross-server migrations.<\/p>\r\n<p><strong>Email or databases are missing after the restore<\/strong><br \/>If &#8211;skiphomedir, &#8211;skipbwdata, or similar flags were used during either packaging or restore, some components may have been deliberately excluded. Re-run a full restore without skip flags if you need everything.<\/p>\r\n<p><strong>Restore is extremely slow or times out in the GUI<\/strong><br \/>Large accounts (large home directories or huge mail stores) can exceed the WHM interface&#8217;s patience. Use the restorepkg command line method instead, it runs as a background process and isn&#8217;t subject to browser\/session timeouts.<\/p>\r\n<h4><strong>Frequently Asked Questions<\/strong><\/h4>\r\n<ol>\r\n<li><strong>What is a cpmove file used for?<br \/><\/strong>A cpmove file is used to transfer or restore a complete cPanel hosting account, including files, databases, email, and DNS settings, either on the same server or when migrating to a new one.<\/li>\r\n<li><strong>How do I restore a cPanel account from a backup?<br \/><\/strong>Use WHM&#8217;s &#8220;Transfer or Restore a cPanel Account&#8221; tool and select &#8220;Restore a local cpmove file,&#8221; or run the restorepkg script from the command line as root.<\/li>\r\n<li><strong>What does restorepkg do?<br \/><\/strong>restorepkg is the command-line script that performs the actual account restoration from a cpmove file, rebuilding the account&#8217;s files, databases, email, and configuration on the server.<\/li>\r\n<li><strong>Where should cpmove files be stored on the server?<br \/><\/strong>WHM only recognizes cpmove files in \/home, \/home2, \/home3, \/root, \/usr, \/usr\/home, or \/web. Files elsewhere need to be moved into one of these directories first.<\/li>\r\n<li><strong>Can I restore a cpmove file to a server with a different cPanel version?<br \/><\/strong>Generally, yes, between minor versions, but restoring across major version gaps can trigger &#8220;incompatible package&#8221; errors. Where possible, restore to a server running the same or a newer cPanel version than the one that created the file.<\/li>\r\n<\/ol>\r\n<p>&nbsp;<\/p>\r\n<h5><strong>Need Help?<\/strong><\/h5>\r\n<p>If you run into an error not covered here, or you&#8217;d rather have it handled for you, contact the <a href=\"https:\/\/www.bodhost.com\/\" target=\"_blank\" rel=\"noopener\">bodHOST<\/a> support team available 24\u00d77 for account restore and migration assistance<\/p>\r\n<p>Learn the more knowledge base about <a href=\"https:\/\/www.bodhost.com\/kb\/how-to-use-whm-to-remove-the-cpanel-accounts\/\" target=\"_blank\" rel=\"noopener\"><em>how to use WHM to remove the cPanel Accounts<\/em><\/a><\/p>\r\n<p><strong><\/strong><\/p>","protected":false},"excerpt":{"rendered":"<p>A cpmove file is the archive cPanel and WHM use to transfer or restore a hosting account, including its home directory, MySQL databases, email accounts, and DNS zone data. This guide covers what a cpmove file is, how to create one, how to restore from one using WHM or the command line, and how to [&hellip;]<\/p>\n","protected":false},"author":22,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[836],"tags":[],"class_list":["post-6947","post","type-post","status-publish","format-standard","hentry","category-database"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Restore a cPanel Account from a cpmove File<\/title>\n<meta name=\"description\" content=\"We&#039;ve covered how to restore an account from a server backup disc in this post. You will learn more about us by visiting our website.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.bodhost.com\/kb\/how-to-restore-an-account-from-a-server-backup-disc\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Restore a cPanel Account from a cpmove File\" \/>\n<meta property=\"og:description\" content=\"We&#039;ve covered how to restore an account from a server backup disc in this post. You will learn more about us by visiting our website.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bodhost.com\/kb\/how-to-restore-an-account-from-a-server-backup-disc\/\" \/>\n<meta property=\"og:site_name\" content=\"Knowledge Base - bodHOST\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-22T12:06:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-22T13:14:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2022\/02\/How-To-Restore-An-Account-From-A-Server-Backup-Disc.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Vincer\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2022\/02\/How-To-Restore-An-Account-From-A-Server-Backup-Disc-1.png\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Vincer\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-restore-an-account-from-a-server-backup-disc\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-restore-an-account-from-a-server-backup-disc\\\/\"},\"author\":{\"name\":\"Vincer\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/f3852d74aeac480763235276b5faddd0\"},\"headline\":\"How to Restore a cPanel Account from a cpmove File\",\"datePublished\":\"2025-11-22T12:06:20+00:00\",\"dateModified\":\"2026-06-22T13:14:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-restore-an-account-from-a-server-backup-disc\\\/\"},\"wordCount\":1130,\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\"},\"articleSection\":[\"Database\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-restore-an-account-from-a-server-backup-disc\\\/\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-restore-an-account-from-a-server-backup-disc\\\/\",\"name\":\"How to Restore a cPanel Account from a cpmove File\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#website\"},\"datePublished\":\"2025-11-22T12:06:20+00:00\",\"dateModified\":\"2026-06-22T13:14:14+00:00\",\"description\":\"We've covered how to restore an account from a server backup disc in this post. You will learn more about us by visiting our website.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-restore-an-account-from-a-server-backup-disc\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-restore-an-account-from-a-server-backup-disc\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-restore-an-account-from-a-server-backup-disc\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Database\",\"item\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/category\\\/database\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Restore a cPanel Account from a cpmove File\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/\",\"name\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\"},\"alternateName\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\",\"name\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Profile-Pic.png\",\"contentUrl\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Profile-Pic.png\",\"width\":240,\"height\":240,\"caption\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/f3852d74aeac480763235276b5faddd0\",\"name\":\"Vincer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb5079f76e01aaa97b2ffcb7a562292482693b395aba4a4214c98f006c07d352?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb5079f76e01aaa97b2ffcb7a562292482693b395aba4a4214c98f006c07d352?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb5079f76e01aaa97b2ffcb7a562292482693b395aba4a4214c98f006c07d352?s=96&d=mm&r=g\",\"caption\":\"Vincer\"},\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/author\\\/vinayak\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Restore a cPanel Account from a cpmove File","description":"We've covered how to restore an account from a server backup disc in this post. You will learn more about us by visiting our website.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.bodhost.com\/kb\/how-to-restore-an-account-from-a-server-backup-disc\/","og_locale":"en_US","og_type":"article","og_title":"How to Restore a cPanel Account from a cpmove File","og_description":"We've covered how to restore an account from a server backup disc in this post. You will learn more about us by visiting our website.","og_url":"https:\/\/www.bodhost.com\/kb\/how-to-restore-an-account-from-a-server-backup-disc\/","og_site_name":"Knowledge Base - bodHOST","article_published_time":"2025-11-22T12:06:20+00:00","article_modified_time":"2026-06-22T13:14:14+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2022\/02\/How-To-Restore-An-Account-From-A-Server-Backup-Disc.png","type":"image\/png"}],"author":"Vincer","twitter_card":"summary_large_image","twitter_image":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2022\/02\/How-To-Restore-An-Account-From-A-Server-Backup-Disc-1.png","twitter_misc":{"Written by":"Vincer","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.bodhost.com\/kb\/how-to-restore-an-account-from-a-server-backup-disc\/#article","isPartOf":{"@id":"https:\/\/www.bodhost.com\/kb\/how-to-restore-an-account-from-a-server-backup-disc\/"},"author":{"name":"Vincer","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/person\/f3852d74aeac480763235276b5faddd0"},"headline":"How to Restore a cPanel Account from a cpmove File","datePublished":"2025-11-22T12:06:20+00:00","dateModified":"2026-06-22T13:14:14+00:00","mainEntityOfPage":{"@id":"https:\/\/www.bodhost.com\/kb\/how-to-restore-an-account-from-a-server-backup-disc\/"},"wordCount":1130,"publisher":{"@id":"https:\/\/www.bodhost.com\/kb\/#organization"},"articleSection":["Database"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.bodhost.com\/kb\/how-to-restore-an-account-from-a-server-backup-disc\/","url":"https:\/\/www.bodhost.com\/kb\/how-to-restore-an-account-from-a-server-backup-disc\/","name":"How to Restore a cPanel Account from a cpmove File","isPartOf":{"@id":"https:\/\/www.bodhost.com\/kb\/#website"},"datePublished":"2025-11-22T12:06:20+00:00","dateModified":"2026-06-22T13:14:14+00:00","description":"We've covered how to restore an account from a server backup disc in this post. You will learn more about us by visiting our website.","breadcrumb":{"@id":"https:\/\/www.bodhost.com\/kb\/how-to-restore-an-account-from-a-server-backup-disc\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bodhost.com\/kb\/how-to-restore-an-account-from-a-server-backup-disc\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.bodhost.com\/kb\/how-to-restore-an-account-from-a-server-backup-disc\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Database","item":"https:\/\/www.bodhost.com\/kb\/category\/database\/"},{"@type":"ListItem","position":2,"name":"How to Restore a cPanel Account from a cpmove File"}]},{"@type":"WebSite","@id":"https:\/\/www.bodhost.com\/kb\/#website","url":"https:\/\/www.bodhost.com\/kb\/","name":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","description":"","publisher":{"@id":"https:\/\/www.bodhost.com\/kb\/#organization"},"alternateName":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bodhost.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bodhost.com\/kb\/#organization","name":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","url":"https:\/\/www.bodhost.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2025\/10\/Profile-Pic.png","contentUrl":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2025\/10\/Profile-Pic.png","width":240,"height":240,"caption":"Web Hosting Knowledge Base | bodHOST Hosting FAQ"},"image":{"@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/person\/f3852d74aeac480763235276b5faddd0","name":"Vincer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/bb5079f76e01aaa97b2ffcb7a562292482693b395aba4a4214c98f006c07d352?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/bb5079f76e01aaa97b2ffcb7a562292482693b395aba4a4214c98f006c07d352?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bb5079f76e01aaa97b2ffcb7a562292482693b395aba4a4214c98f006c07d352?s=96&d=mm&r=g","caption":"Vincer"},"url":"https:\/\/www.bodhost.com\/kb\/author\/vinayak\/"}]}},"_links":{"self":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/6947","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/users\/22"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/comments?post=6947"}],"version-history":[{"count":10,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/6947\/revisions"}],"predecessor-version":[{"id":15390,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/6947\/revisions\/15390"}],"wp:attachment":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/media?parent=6947"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/categories?post=6947"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/tags?post=6947"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}