{"id":50583,"date":"2019-12-20T10:54:18","date_gmt":"2019-12-20T15:54:18","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=50583"},"modified":"2023-10-12T13:10:03","modified_gmt":"2023-10-12T17:10:03","slug":"drupal-backup-and-migrate","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/","title":{"rendered":"How to Backup Drupal with the Backup and Migrate Module"},"content":{"rendered":"<p>One of the first things you should do once you get started with Drupal is install the <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/create-a-drupal-8-backup-backup-and-migrate\/\">Backup and Migrate module<\/a>. Your Drupal security posture relies on scheduling and storing up-to-date backups. <\/p>\n\n\n\n<p><a href=\"\/support\/edu\/drupal\/update-drupal-manually\/\">cPanel backups<\/a> and <a href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/snapshots\/\">snapshots<\/a> are great for full server backups. However, a module to backup only website data can save a lot of time when you need migrate or <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/306-manual-update\/\">update Drupal<\/a>.<\/p>\n\n\n\n<p>Below we cover how to <a href=\"#install\">install the Backup and Migrate Drupal module<\/a>, <a href=\"#create\">create a quick backup<\/a>, and <a href=\"#schedule\">how to schedule backups regularly<\/a>.<\/p>\n\n\n\n<p class=\"alert alert-info\">Maintain high performance and security with our <a href=\"https:\/\/www.inmotionhosting.com\/drupal-hosting\">Drupal Hosting services<\/a>.<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install\">Install the Backup and Migrate Module<\/h2>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/how-to-log-into-the-drupal-admin-dashboard\/\">Login to Drupal<\/a>.<\/li>\n\n\n\n<li><a href=\"\/support\/edu\/drupal\/drupal-install-modules\/\">Install the Drupal module<\/a> using the <a href=\"https:\/\/www.drupal.org\/project\/backup_migrate\" target=\"_blank\" rel=\"noreferrer noopener\">Backup and Migrate download link<\/a>.<\/li>\n\n\n\n<li>Click <strong>Install<\/strong> at the bottom.<\/li>\n\n\n\n<li>Click <strong>Configuration<\/strong> at the top.<\/li>\n\n\n\n<li>Under <em>Development<\/em>, click <strong>Backup and Migrate<\/strong>.<\/li>\n<\/ol>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"create\">Create a Backup<\/h2>\n\n\n\n<p>You can download backups to your <a href=\"#local\">computer<\/a> or <a href=\"#server\">server<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"local\">Download the Backup Locally<\/h3>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>In the <em>Backup Source<\/em> drop-down, select <strong>Entire Site<\/strong>.<\/li>\n\n\n\n<li>In the <em>Backup Destination<\/em> drop-down, select <strong>Download<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Backup now<\/strong>.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"server\">Download the Backup to your Server<\/h3>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/create-new-file\/\">Create a folder<\/a> in the parent folder outside your Drupal <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/where-to-upload-files\/\">root directory<\/a> (e.g. <em>backups<\/em>).<\/li>\n\n\n\n<li>Click the <strong>Settings<\/strong> tab.<\/li>\n\n\n\n<li>Click the <strong>Destinations<\/strong> tab beside <em>Settings Profiles<\/em>.<\/li>\n\n\n\n<li>Click <strong>Add Backup Destination<\/strong>. <\/li>\n\n\n\n<li>Create a <em>Label<\/em> and select <strong>Server File Directory<\/strong>.<\/li>\n\n\n\n<li>Select <strong>Edit<\/strong> beside your new backup destination.<\/li>\n\n\n\n<li>Add your directory path <code>..\/[backup-folder]<\/code> (e.g. <code>..\/backups<\/code>).<\/li>\n\n\n\n<li>Click Save.<\/li>\n\n\n\n<li>Click the <strong>Backup<\/strong> tab.<\/li>\n\n\n\n<li>In the <em>Backup Source<\/em> drop-down, select <strong>Entire Site<\/strong>.<\/li>\n\n\n\n<li>In the <em>Backup Destination<\/em> drop-down, select your created backup label.<\/li>\n\n\n\n<li>Click <strong>Backup now<\/strong>.<\/li>\n<\/ol>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"schedule\">Schedule Backups<\/h2>\n\n\n\n<p>After you create your first backup, you should schedule automatic backups just in case anything goes wrong (for example, the <a href=\"https:\/\/www.drupal.org\/sa-core-2019-012\" target=\"_blank\" rel=\"noreferrer noopener\">Archive_Tar vulnerability<\/a> reported in December, 2019) or need to <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/update-drupal-manually\/\">update Drupal core<\/a>.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>Click <strong>Configuration<\/strong> at the top.<\/li>\n\n\n\n<li>Under <em>Development<\/em>, click <strong>Backup and Migrate<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Schedules<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Edit<\/strong> beside the default <em>Daily Schedule<\/em>.<\/li>\n\n\n\n<li>Check the <strong>Schedule enabled<\/strong> box.<\/li>\n\n\n\n<li>Change the <em>Backup Source<\/em> to <strong>Entire Site<\/strong>.<\/li>\n\n\n\n<li>Change the <em>Backup Destination<\/em> to your <a href=\"#server\">created destination<\/a>.<\/li>\n\n\n\n<li>Change the <em>Frequency<\/em> to change every X amount of days or weeks.<\/li>\n\n\n\n<li>Specify the <em>Number [of backups] to keep<\/em> before the oldest is deleted.<\/li>\n\n\n\n<li>Click <strong>Save<\/strong>.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"377\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/12\/drupal-backup-and-migrate-schedule-1024x377.png\" alt=\"Scheduling options in Drupal Backup and Migrate Module\" class=\"wp-image-50855\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/12\/drupal-backup-and-migrate-schedule-1024x377.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/12\/drupal-backup-and-migrate-schedule-300x110.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/12\/drupal-backup-and-migrate-schedule-768x283.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/12\/drupal-backup-and-migrate-schedule.png 1098w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><figcaption class=\"wp-element-caption\"><em>Screen showing how to configure scheduling in the Backup and Migrate Module to ensure you have up-to-date Drupal backups.<\/em><\/figcaption><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>One of the first things you should do once you get started with Drupal is install the Backup and Migrate module. Your Drupal security posture relies on scheduling and storing up-to-date backups. cPanel backups and snapshots are great for full server backups. However, a module to backup only website data can save a lot of<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[372],"tags":[],"class_list":["post-50583","post","type-post","status-publish","format-standard","hentry","category-drupal"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Backup Drupal with the Backup and Migrate Module<\/title>\n<meta name=\"description\" content=\"Learn how to install the Backup and Migrate Drupal module, create a quick backup, and how to schedule backups regularly.\" \/>\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.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Backup Drupal with the Backup and Migrate Module\" \/>\n<meta property=\"og:description\" content=\"Learn how to install the Backup and Migrate Drupal module, create a quick backup, and how to schedule backups regularly.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-12-20T15:54:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-10-12T17:10:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/12\/drupal-backup-and-migrate-schedule-1024x377.png\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"How to Backup Drupal with the Backup and Migrate Module\",\"datePublished\":\"2019-12-20T15:54:18+00:00\",\"dateModified\":\"2023-10-12T17:10:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/\"},\"wordCount\":378,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/12\/drupal-backup-and-migrate-schedule-1024x377.png\",\"articleSection\":[\"Drupal\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/\",\"name\":\"How to Backup Drupal with the Backup and Migrate Module\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/12\/drupal-backup-and-migrate-schedule-1024x377.png\",\"datePublished\":\"2019-12-20T15:54:18+00:00\",\"dateModified\":\"2023-10-12T17:10:03+00:00\",\"description\":\"Learn how to install the Backup and Migrate Drupal module, create a quick backup, and how to schedule backups regularly.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/12\/drupal-backup-and-migrate-schedule.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/12\/drupal-backup-and-migrate-schedule.png\",\"width\":1098,\"height\":404},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Backup Drupal with the Backup and Migrate Module\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Backup Drupal with the Backup and Migrate Module","description":"Learn how to install the Backup and Migrate Drupal module, create a quick backup, and how to schedule backups regularly.","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.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/","og_locale":"en_US","og_type":"article","og_title":"How to Backup Drupal with the Backup and Migrate Module","og_description":"Learn how to install the Backup and Migrate Drupal module, create a quick backup, and how to schedule backups regularly.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2019-12-20T15:54:18+00:00","article_modified_time":"2023-10-12T17:10:03+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/12\/drupal-backup-and-migrate-schedule-1024x377.png","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"How to Backup Drupal with the Backup and Migrate Module","datePublished":"2019-12-20T15:54:18+00:00","dateModified":"2023-10-12T17:10:03+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/"},"wordCount":378,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/12\/drupal-backup-and-migrate-schedule-1024x377.png","articleSection":["Drupal"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/","name":"How to Backup Drupal with the Backup and Migrate Module","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/12\/drupal-backup-and-migrate-schedule-1024x377.png","datePublished":"2019-12-20T15:54:18+00:00","dateModified":"2023-10-12T17:10:03+00:00","description":"Learn how to install the Backup and Migrate Drupal module, create a quick backup, and how to schedule backups regularly.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/12\/drupal-backup-and-migrate-schedule.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/12\/drupal-backup-and-migrate-schedule.png","width":1098,"height":404},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/drupal-backup-and-migrate\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Backup Drupal with the Backup and Migrate Module"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":372,"name":"Drupal","slug":"drupal","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/50583","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=50583"}],"version-history":[{"count":16,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/50583\/revisions"}],"predecessor-version":[{"id":107098,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/50583\/revisions\/107098"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=50583"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=50583"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=50583"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}