{"id":1437,"date":"2024-07-10T01:51:15","date_gmt":"2024-07-10T01:51:15","guid":{"rendered":"https:\/\/craftcookcode.com\/?p=1437"},"modified":"2025-10-16T23:16:28","modified_gmt":"2025-10-16T23:16:28","slug":"qlik-replicate-quickly-backing-up-the-data-directory-2","status":"publish","type":"post","link":"https:\/\/craftcookcode.com\/?p=1437","title":{"rendered":"Qlik Replicate \u2013 Quickly backing up the Data directory"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Just a short post on a trick I learnt when upgrading a whole lot of QR boxes on Windows.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As part of the upgrade process; you need to back up the data directory encase you need to back out the&nbsp; upgrade.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Data directory by default is located in:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>C:\\Program Files\\Attunity\\Replicate\\data\\<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Using the inbuilt Windows compression tool (to me) seems slow and sometime unreliable; especially if there is a large amount of data staged when QR was turned off to do the upgrade.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Then I remember that 7zip can be used from the command line.&nbsp; Also an added feature is that 7zip can exclude certain directories so the often large \u201clog\u201d directory can be excluded.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n7z a -r -t7z &quot;C:\\Program Files\\Attunity\\Replicate\\data.7z&quot; &quot;C:\\Program Files\\Attunity\\Replicate\\data\\*.*&quot; -xr!logs\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\">This command can also be used in automating the QR upgrade.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Update &#8211; Excluding the minidumps directory<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Underneath the data directory is a folder called minidumps.  It contains dumps when a QR task crashes and used for diagnostics.  Some of these files can be quite large.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For a backup &#8211; the folder can be ignored; making the archive process run quicker.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n7z a -r -t7z &quot;C:\\Program Files\\Attunity\\Replicate\\data.7z&quot; &quot;C:\\Program Files\\Attunity\\Replicate\\data\\*.*&quot; -xr!logs -xr!minidumps\n<\/pre><\/div>","protected":false},"excerpt":{"rendered":"<p>Just a short post on a trick I learnt when upgrading a whole lot of QR boxes on Windows. As part of the upgrade process; you&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":1076,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"categories":[16],"tags":[],"class_list":["post-1437","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-qlik-replicate"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Just a short post on a trick I learnt when upgrading a whole lot of QR boxes on Windows. As part of the upgrade process; you need to back up the data directory encase you need to back out the upgrade. The Data directory by default is located in: C:\\Program Files\\Attunity\\Replicate\\data\\ Using the inbuilt Windows\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"jonny.donker@gmail.com\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/craftcookcode.com\/?p=1437\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Craft Cook Code - c^3?\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Qlik Replicate \u2013 Quickly backing up the Data directory - Craft Cook Code\" \/>\n\t\t<meta property=\"og:description\" content=\"Just a short post on a trick I learnt when upgrading a whole lot of QR boxes on Windows. As part of the upgrade process; you need to back up the data directory encase you need to back out the upgrade. The Data directory by default is located in: C:\\Program Files\\Attunity\\Replicate\\data\\ Using the inbuilt Windows\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/craftcookcode.com\/?p=1437\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-07-10T01:51:15+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-10-16T23:16:28+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Qlik Replicate \u2013 Quickly backing up the Data directory - Craft Cook Code\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Just a short post on a trick I learnt when upgrading a whole lot of QR boxes on Windows. As part of the upgrade process; you need to back up the data directory encase you need to back out the upgrade. The Data directory by default is located in: C:\\Program Files\\Attunity\\Replicate\\data\\ Using the inbuilt Windows\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1437#blogposting\",\"name\":\"Qlik Replicate \\u2013 Quickly backing up the Data directory - Craft Cook Code\",\"headline\":\"Qlik Replicate \\u2013 Quickly backing up the Data directory\",\"author\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/craftcookcode.com\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/Qlik_Logo.svg_small.png\",\"width\":400,\"height\":117},\"datePublished\":\"2024-07-10T01:51:15+00:00\",\"dateModified\":\"2025-10-16T23:16:28+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1437#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1437#webpage\"},\"articleSection\":\"Qlik Replicate\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1437#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/craftcookcode.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?cat=13#listItem\",\"name\":\"Code\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?cat=13#listItem\",\"position\":2,\"name\":\"Code\",\"item\":\"https:\\\/\\\/craftcookcode.com\\\/?cat=13\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?cat=16#listItem\",\"name\":\"Qlik Replicate\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?cat=16#listItem\",\"position\":3,\"name\":\"Qlik Replicate\",\"item\":\"https:\\\/\\\/craftcookcode.com\\\/?cat=16\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1437#listItem\",\"name\":\"Qlik Replicate \\u2013 Quickly backing up the Data directory\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?cat=13#listItem\",\"name\":\"Code\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1437#listItem\",\"position\":4,\"name\":\"Qlik Replicate \\u2013 Quickly backing up the Data directory\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?cat=16#listItem\",\"name\":\"Qlik Replicate\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/#person\",\"name\":\"jonny.donker@gmail.com\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1437#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/12ea7810156e378894993fa29611c905482263dd05898a50ae5ece294bb6aff0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"jonny.donker@gmail.com\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/craftcookcode.com\\\/?author=1\",\"name\":\"jonny.donker@gmail.com\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1437#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/12ea7810156e378894993fa29611c905482263dd05898a50ae5ece294bb6aff0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"jonny.donker@gmail.com\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1437#webpage\",\"url\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1437\",\"name\":\"Qlik Replicate \\u2013 Quickly backing up the Data directory - Craft Cook Code\",\"description\":\"Just a short post on a trick I learnt when upgrading a whole lot of QR boxes on Windows. As part of the upgrade process; you need to back up the data directory encase you need to back out the upgrade. The Data directory by default is located in: C:\\\\Program Files\\\\Attunity\\\\Replicate\\\\data\\\\ Using the inbuilt Windows\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1437#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/craftcookcode.com\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/Qlik_Logo.svg_small.png\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1437\\\/#mainImage\",\"width\":400,\"height\":117},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/?p=1437#mainImage\"},\"datePublished\":\"2024-07-10T01:51:15+00:00\",\"dateModified\":\"2025-10-16T23:16:28+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/#website\",\"url\":\"https:\\\/\\\/craftcookcode.com\\\/\",\"name\":\"Craft Cook Code\",\"description\":\"c^3?\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/craftcookcode.com\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Qlik Replicate \u2013 Quickly backing up the Data directory - Craft Cook Code","description":"Just a short post on a trick I learnt when upgrading a whole lot of QR boxes on Windows. As part of the upgrade process; you need to back up the data directory encase you need to back out the upgrade. The Data directory by default is located in: C:\\Program Files\\Attunity\\Replicate\\data\\ Using the inbuilt Windows","canonical_url":"https:\/\/craftcookcode.com\/?p=1437","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/craftcookcode.com\/?p=1437#blogposting","name":"Qlik Replicate \u2013 Quickly backing up the Data directory - Craft Cook Code","headline":"Qlik Replicate \u2013 Quickly backing up the Data directory","author":{"@id":"https:\/\/craftcookcode.com\/?author=1#author"},"publisher":{"@id":"https:\/\/craftcookcode.com\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/craftcookcode.com\/wp-content\/uploads\/2022\/12\/Qlik_Logo.svg_small.png","width":400,"height":117},"datePublished":"2024-07-10T01:51:15+00:00","dateModified":"2025-10-16T23:16:28+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/craftcookcode.com\/?p=1437#webpage"},"isPartOf":{"@id":"https:\/\/craftcookcode.com\/?p=1437#webpage"},"articleSection":"Qlik Replicate"},{"@type":"BreadcrumbList","@id":"https:\/\/craftcookcode.com\/?p=1437#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/craftcookcode.com#listItem","position":1,"name":"Home","item":"https:\/\/craftcookcode.com","nextItem":{"@type":"ListItem","@id":"https:\/\/craftcookcode.com\/?cat=13#listItem","name":"Code"}},{"@type":"ListItem","@id":"https:\/\/craftcookcode.com\/?cat=13#listItem","position":2,"name":"Code","item":"https:\/\/craftcookcode.com\/?cat=13","nextItem":{"@type":"ListItem","@id":"https:\/\/craftcookcode.com\/?cat=16#listItem","name":"Qlik Replicate"},"previousItem":{"@type":"ListItem","@id":"https:\/\/craftcookcode.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/craftcookcode.com\/?cat=16#listItem","position":3,"name":"Qlik Replicate","item":"https:\/\/craftcookcode.com\/?cat=16","nextItem":{"@type":"ListItem","@id":"https:\/\/craftcookcode.com\/?p=1437#listItem","name":"Qlik Replicate \u2013 Quickly backing up the Data directory"},"previousItem":{"@type":"ListItem","@id":"https:\/\/craftcookcode.com\/?cat=13#listItem","name":"Code"}},{"@type":"ListItem","@id":"https:\/\/craftcookcode.com\/?p=1437#listItem","position":4,"name":"Qlik Replicate \u2013 Quickly backing up the Data directory","previousItem":{"@type":"ListItem","@id":"https:\/\/craftcookcode.com\/?cat=16#listItem","name":"Qlik Replicate"}}]},{"@type":"Person","@id":"https:\/\/craftcookcode.com\/#person","name":"jonny.donker@gmail.com","image":{"@type":"ImageObject","@id":"https:\/\/craftcookcode.com\/?p=1437#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/12ea7810156e378894993fa29611c905482263dd05898a50ae5ece294bb6aff0?s=96&d=mm&r=g","width":96,"height":96,"caption":"jonny.donker@gmail.com"}},{"@type":"Person","@id":"https:\/\/craftcookcode.com\/?author=1#author","url":"https:\/\/craftcookcode.com\/?author=1","name":"jonny.donker@gmail.com","image":{"@type":"ImageObject","@id":"https:\/\/craftcookcode.com\/?p=1437#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/12ea7810156e378894993fa29611c905482263dd05898a50ae5ece294bb6aff0?s=96&d=mm&r=g","width":96,"height":96,"caption":"jonny.donker@gmail.com"}},{"@type":"WebPage","@id":"https:\/\/craftcookcode.com\/?p=1437#webpage","url":"https:\/\/craftcookcode.com\/?p=1437","name":"Qlik Replicate \u2013 Quickly backing up the Data directory - Craft Cook Code","description":"Just a short post on a trick I learnt when upgrading a whole lot of QR boxes on Windows. As part of the upgrade process; you need to back up the data directory encase you need to back out the upgrade. The Data directory by default is located in: C:\\Program Files\\Attunity\\Replicate\\data\\ Using the inbuilt Windows","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/craftcookcode.com\/#website"},"breadcrumb":{"@id":"https:\/\/craftcookcode.com\/?p=1437#breadcrumblist"},"author":{"@id":"https:\/\/craftcookcode.com\/?author=1#author"},"creator":{"@id":"https:\/\/craftcookcode.com\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/craftcookcode.com\/wp-content\/uploads\/2022\/12\/Qlik_Logo.svg_small.png","@id":"https:\/\/craftcookcode.com\/?p=1437\/#mainImage","width":400,"height":117},"primaryImageOfPage":{"@id":"https:\/\/craftcookcode.com\/?p=1437#mainImage"},"datePublished":"2024-07-10T01:51:15+00:00","dateModified":"2025-10-16T23:16:28+00:00"},{"@type":"WebSite","@id":"https:\/\/craftcookcode.com\/#website","url":"https:\/\/craftcookcode.com\/","name":"Craft Cook Code","description":"c^3?","inLanguage":"en-US","publisher":{"@id":"https:\/\/craftcookcode.com\/#person"}}]},"og:locale":"en_US","og:site_name":"Craft Cook Code - c^3?","og:type":"article","og:title":"Qlik Replicate \u2013 Quickly backing up the Data directory - Craft Cook Code","og:description":"Just a short post on a trick I learnt when upgrading a whole lot of QR boxes on Windows. As part of the upgrade process; you need to back up the data directory encase you need to back out the upgrade. The Data directory by default is located in: C:\\Program Files\\Attunity\\Replicate\\data\\ Using the inbuilt Windows","og:url":"https:\/\/craftcookcode.com\/?p=1437","article:published_time":"2024-07-10T01:51:15+00:00","article:modified_time":"2025-10-16T23:16:28+00:00","twitter:card":"summary_large_image","twitter:title":"Qlik Replicate \u2013 Quickly backing up the Data directory - Craft Cook Code","twitter:description":"Just a short post on a trick I learnt when upgrading a whole lot of QR boxes on Windows. As part of the upgrade process; you need to back up the data directory encase you need to back out the upgrade. The Data directory by default is located in: C:\\Program Files\\Attunity\\Replicate\\data\\ Using the inbuilt Windows"},"aioseo_meta_data":{"post_id":"1437","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2024-07-10 01:50:49","updated":"2025-10-16 23:18:39","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/craftcookcode.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/craftcookcode.com\/?cat=13\" title=\"Code\">Code<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/craftcookcode.com\/?cat=16\" title=\"Qlik Replicate\">Qlik Replicate<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tQlik Replicate \u2013 Quickly backing up the Data directory\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/craftcookcode.com"},{"label":"Code","link":"https:\/\/craftcookcode.com\/?cat=13"},{"label":"Qlik Replicate","link":"https:\/\/craftcookcode.com\/?cat=16"},{"label":"Qlik Replicate \u2013 Quickly backing up the Data directory","link":"https:\/\/craftcookcode.com\/?p=1437"}],"_links":{"self":[{"href":"https:\/\/craftcookcode.com\/index.php?rest_route=\/wp\/v2\/posts\/1437","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/craftcookcode.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/craftcookcode.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/craftcookcode.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/craftcookcode.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1437"}],"version-history":[{"count":2,"href":"https:\/\/craftcookcode.com\/index.php?rest_route=\/wp\/v2\/posts\/1437\/revisions"}],"predecessor-version":[{"id":1687,"href":"https:\/\/craftcookcode.com\/index.php?rest_route=\/wp\/v2\/posts\/1437\/revisions\/1687"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/craftcookcode.com\/index.php?rest_route=\/wp\/v2\/media\/1076"}],"wp:attachment":[{"href":"https:\/\/craftcookcode.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1437"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/craftcookcode.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1437"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/craftcookcode.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1437"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}