{"id":1549,"date":"2026-05-11T13:52:34","date_gmt":"2026-05-11T13:52:34","guid":{"rendered":"https:\/\/www.dataperspective.fr\/index.php\/2026\/05\/11\/restoring-a-windows-server-bare-metal\/"},"modified":"2026-07-30T20:29:51","modified_gmt":"2026-07-30T20:29:51","slug":"restoring-a-windows-server-bare-metal","status":"publish","type":"post","link":"https:\/\/www.dataperspective.fr\/index.php\/2026\/05\/11\/restoring-a-windows-server-bare-metal\/?lang=en","title":{"rendered":"Restoring a Windows Server bare-metal"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\" id=\"anticiper-la-panne-comprendre-la-restauration-reprendre-le-controle\"><strong>Anticipate failures, understand restoration, regain control<\/strong><\/h3>\n\n<p class=\"wp-block-paragraph\">In a Cloud or on-premise environment, a Windows server is never fully safe: hardware failure, system corruption, human error, ransomware\u2026<\/p>\n\n<p class=\"wp-block-paragraph\">When this server hosts <strong>critical business applications<\/strong>, the impact can be immediate: production downtime, data loss, unavailability for users.<\/p>\n\n<p class=\"wp-block-paragraph\">It is in these situations that a <strong>bare-metal restore<\/strong> truly makes sense: starting from an empty disk and fully rebuilding a working Windows system from backups.<\/p>\n\n<h2 class=\"wp-block-heading\" id=\"1-les-risques-lies-a-la-perte-d-un-serveur-applicatif\">1. Risks associated with losing an application server<\/h2>\n\n<p class=\"wp-block-paragraph\">A Windows server rarely hosts \u201cjust\u201d an OS. It typically includes: <\/p>\n\n<ul class=\"wp-block-list\">\n<li>Business applications (ERP, internal tools, industrial services\u2026)<\/li>\n\n\n\n<li>Databases<\/li>\n\n\n\n<li>Authentication or integration services<\/li>\n\n\n\n<li>Specific configurations that are difficult to rebuild<\/li>\n<\/ul>\n\n<h3 class=\"wp-block-heading\" id=\"les-scenarios-de-panne-les-plus-courants\"><strong>The most common failure scenarios<\/strong><\/h3>\n\n<ul class=\"wp-block-list\">\n<li><strong>Disk failure<\/strong> or file system corruption<\/li>\n\n\n\n<li><strong>Failed Windows update<\/strong> making the system unbootable<\/li>\n\n\n\n<li><strong>Human error<\/strong> (deletion, incorrect handling)<\/li>\n\n\n\n<li><strong>Ransomware attack<\/strong> encrypting the system<\/li>\n\n\n\n<li><strong>Complete loss of the VM<\/strong> in the Cloud (deletion, provider incident)<\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\">In these cases, <strong>restoring files alone is not enough<\/strong>: the system itself no longer boots.<\/p>\n\n<h2 class=\"wp-block-heading\" id=\"2-qu-est-ce-qu-une-restauration-bare-metal\">2. What is a bare-metal restore?<\/h2>\n\n<p class=\"wp-block-paragraph\">A <strong>bare-metal restore<\/strong> consists of:<\/p>\n\n<p class=\"wp-block-paragraph\">Restoring <strong>an entire operating system<\/strong> (OS, files, configuration) <strong>to a blank disk<\/strong>, with no preinstalled system.<\/p>\n\n<h3 class=\"wp-block-heading\" id=\"ce-que-cela-inclut\"><strong>What this includes<\/strong><\/h3>\n\n<ul class=\"wp-block-list\">\n<li>Disk and partition structure<\/li>\n\n\n\n<li>Windows system files<\/li>\n\n\n\n<li>Installed applications<\/li>\n\n\n\n<li>Services and configurations (via the Windows registry)<\/li>\n\n\n\n<li>The system\u2019s ability to <strong>start (boot)<\/strong><\/li>\n<\/ul>\n\n<h2 class=\"wp-block-heading\" id=\"3-le-principe-general-d-une-restauration-bare-metal-windows\">3. The general principle of a Windows bare-metal restore<\/h2>\n\n<p class=\"wp-block-paragraph\">Whatever the tool (Bareos, NetBackup\u2026), the logic remains the same.<\/p>\n\n<h3 class=\"wp-block-heading\" id=\"etape-1-preparer-le-disque\"><strong>Step 1 \u2013 Prepare the disk<\/strong><\/h3>\n\n<p class=\"wp-block-paragraph\">In a Cloud environment, you start with a completely empty disk.<\/p>\n\n<p class=\"wp-block-paragraph\">You must:<\/p>\n\n<ul class=\"wp-block-list\">\n<li>Define the correct partitioning scheme (GPT for UEFI)<\/li>\n\n\n\n<li>Create an EFI system partition<\/li>\n\n\n\n<li>Create a main Windows partition<\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\">This step is crucial: Windows will not be able to boot without a correct disk structure.<\/p>\n\n<h3 class=\"wp-block-heading\" id=\"etape-2-restaurer-les-fichiers-systeme\"><strong>Step 2 \u2013 Restore system files<\/strong><\/h3>\n\n<p class=\"wp-block-paragraph\">Once the partitions are ready:<\/p>\n\n<ul class=\"wp-block-list\">\n<li>The backed-up files from the system disk (originally C:) are restored to the new Windows partition<\/li>\n\n\n\n<li>The content is strictly identical to the backed-up state<\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\">With a tool like Bareos, you simply redirect the restore to the correct volume, without worrying about the original system.<\/p>\n\n<p class=\"wp-block-paragraph\">For the restored system to be fully functional, the Windows registry must have been backed up correctly, which requires a backup performed via the VSS service.<\/p>\n\n<p class=\"wp-block-paragraph\">Without VSS, restoring files alone does not guarantee system consistency.<\/p>\n\n<h3 class=\"wp-block-heading\" id=\"etape-3-rendre-le-disque-bootable-uefi\"><strong>Step 3 \u2013 Make the disk bootable (UEFI)<\/strong><\/h3>\n\n<p class=\"wp-block-paragraph\">Restoring files is not enough.<\/p>\n\n<p class=\"wp-block-paragraph\">You must also:<\/p>\n\n<ul class=\"wp-block-list\">\n<li>Recreate Windows boot files<\/li>\n\n\n\n<li>Register the system in the UEFI firmware<\/li>\n\n\n\n<li>Link the EFI partition to the restored system<\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\">This is the step that turns a restored disk into a truly bootable system.<\/p>\n\n<p class=\"wp-block-paragraph\">Without it, Windows is present\u2026 but does not boot.<\/p>\n\n<h2 class=\"wp-block-heading\" id=\"4-restauration-des-autres-disques-de-donnees\">4. Restoring other data disks<\/h2>\n\n<p class=\"wp-block-paragraph\">A Windows system may include other data disks (D:\\, E:\\, etc&#8230;). These are restored in the same way to ensure system integrity and associated services.<\/p>\n\n<p class=\"wp-block-paragraph\">If a database exists, the specific restore method is applied to it, unless an offline backup exists: topic for new IOKeep articles.<\/p>\n\n<p class=\"wp-block-paragraph\">Data Perspective offers the IOKeep service to ensure monitoring and the recoverability of your systems. Please do not hesitate to contact us.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Anticipate failures, understand restoration, regain control In a Cloud or on-premise environment, a Windows server is never fully safe: hardware failure, system corruption, human error, ransomware\u2026 When this server hosts critical business applications, the impact can be immediate: production downtime, data loss, unavailability for users. It is in these situations that a bare-metal restore truly [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_gspb_post_css":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-1549","post","type-post","status-publish","format-standard","hentry","category-non-classe"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Restoring a Windows Server bare-metal - Data Perspective<\/title>\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.dataperspective.fr\/index.php\/2026\/05\/11\/restoring-a-windows-server-bare-metal\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Restoring a Windows Server bare-metal - Data Perspective\" \/>\n<meta property=\"og:description\" content=\"Anticipate failures, understand restoration, regain control In a Cloud or on-premise environment, a Windows server is never fully safe: hardware failure, system corruption, human error, ransomware\u2026 When this server hosts critical business applications, the impact can be immediate: production downtime, data loss, unavailability for users. It is in these situations that a bare-metal restore truly [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dataperspective.fr\/index.php\/2026\/05\/11\/restoring-a-windows-server-bare-metal\/?lang=en\" \/>\n<meta property=\"og:site_name\" content=\"Data Perspective\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-11T13:52:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-30T20:29:51+00:00\" \/>\n<meta name=\"author\" content=\"lattig\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"lattig\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dataperspective.fr\\\/index.php\\\/2026\\\/05\\\/11\\\/restoring-a-windows-server-bare-metal\\\/?lang=en#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dataperspective.fr\\\/index.php\\\/2026\\\/05\\\/11\\\/restoring-a-windows-server-bare-metal\\\/?lang=en\"},\"author\":{\"name\":\"lattig\",\"@id\":\"https:\\\/\\\/www.dataperspective.fr\\\/#\\\/schema\\\/person\\\/34556eca9805deb77ee4018838153bb8\"},\"headline\":\"Restoring a Windows Server bare-metal\",\"datePublished\":\"2026-05-11T13:52:34+00:00\",\"dateModified\":\"2026-07-30T20:29:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dataperspective.fr\\\/index.php\\\/2026\\\/05\\\/11\\\/restoring-a-windows-server-bare-metal\\\/?lang=en\"},\"wordCount\":507,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.dataperspective.fr\\\/#organization\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dataperspective.fr\\\/index.php\\\/2026\\\/05\\\/11\\\/restoring-a-windows-server-bare-metal\\\/?lang=en#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dataperspective.fr\\\/index.php\\\/2026\\\/05\\\/11\\\/restoring-a-windows-server-bare-metal\\\/?lang=en\",\"url\":\"https:\\\/\\\/www.dataperspective.fr\\\/index.php\\\/2026\\\/05\\\/11\\\/restoring-a-windows-server-bare-metal\\\/?lang=en\",\"name\":\"Restoring a Windows Server bare-metal - Data Perspective\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dataperspective.fr\\\/#website\"},\"datePublished\":\"2026-05-11T13:52:34+00:00\",\"dateModified\":\"2026-07-30T20:29:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dataperspective.fr\\\/index.php\\\/2026\\\/05\\\/11\\\/restoring-a-windows-server-bare-metal\\\/?lang=en#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dataperspective.fr\\\/index.php\\\/2026\\\/05\\\/11\\\/restoring-a-windows-server-bare-metal\\\/?lang=en\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dataperspective.fr\\\/index.php\\\/2026\\\/05\\\/11\\\/restoring-a-windows-server-bare-metal\\\/?lang=en#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.dataperspective.fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Restoring a Windows Server bare-metal\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dataperspective.fr\\\/#website\",\"url\":\"https:\\\/\\\/www.dataperspective.fr\\\/\",\"name\":\"Data Perspective\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.dataperspective.fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dataperspective.fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.dataperspective.fr\\\/#organization\",\"name\":\"Data Perspective\",\"url\":\"https:\\\/\\\/www.dataperspective.fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.dataperspective.fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.dataperspective.fr\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/dp-logo-path-01-1.png\",\"contentUrl\":\"https:\\\/\\\/www.dataperspective.fr\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/dp-logo-path-01-1.png\",\"width\":2289,\"height\":709,\"caption\":\"Data Perspective\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dataperspective.fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/charles-levy-dataperspective\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.dataperspective.fr\\\/#\\\/schema\\\/person\\\/34556eca9805deb77ee4018838153bb8\",\"name\":\"lattig\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/20662185983ac81240aab31644f6889b91293c5d850e1bebf47ac428e0d16a47?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/20662185983ac81240aab31644f6889b91293c5d850e1bebf47ac428e0d16a47?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/20662185983ac81240aab31644f6889b91293c5d850e1bebf47ac428e0d16a47?s=96&d=mm&r=g\",\"caption\":\"lattig\"},\"url\":\"https:\\\/\\\/www.dataperspective.fr\\\/index.php\\\/author\\\/leo-attig\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Restoring a Windows Server bare-metal - Data Perspective","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.dataperspective.fr\/index.php\/2026\/05\/11\/restoring-a-windows-server-bare-metal\/","og_locale":"fr_FR","og_type":"article","og_title":"Restoring a Windows Server bare-metal - Data Perspective","og_description":"Anticipate failures, understand restoration, regain control In a Cloud or on-premise environment, a Windows server is never fully safe: hardware failure, system corruption, human error, ransomware\u2026 When this server hosts critical business applications, the impact can be immediate: production downtime, data loss, unavailability for users. It is in these situations that a bare-metal restore truly [&hellip;]","og_url":"https:\/\/www.dataperspective.fr\/index.php\/2026\/05\/11\/restoring-a-windows-server-bare-metal\/?lang=en","og_site_name":"Data Perspective","article_published_time":"2026-05-11T13:52:34+00:00","article_modified_time":"2026-07-30T20:29:51+00:00","author":"lattig","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"lattig","Dur\u00e9e de lecture estim\u00e9e":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dataperspective.fr\/index.php\/2026\/05\/11\/restoring-a-windows-server-bare-metal\/?lang=en#article","isPartOf":{"@id":"https:\/\/www.dataperspective.fr\/index.php\/2026\/05\/11\/restoring-a-windows-server-bare-metal\/?lang=en"},"author":{"name":"lattig","@id":"https:\/\/www.dataperspective.fr\/#\/schema\/person\/34556eca9805deb77ee4018838153bb8"},"headline":"Restoring a Windows Server bare-metal","datePublished":"2026-05-11T13:52:34+00:00","dateModified":"2026-07-30T20:29:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dataperspective.fr\/index.php\/2026\/05\/11\/restoring-a-windows-server-bare-metal\/?lang=en"},"wordCount":507,"commentCount":0,"publisher":{"@id":"https:\/\/www.dataperspective.fr\/#organization"},"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dataperspective.fr\/index.php\/2026\/05\/11\/restoring-a-windows-server-bare-metal\/?lang=en#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dataperspective.fr\/index.php\/2026\/05\/11\/restoring-a-windows-server-bare-metal\/?lang=en","url":"https:\/\/www.dataperspective.fr\/index.php\/2026\/05\/11\/restoring-a-windows-server-bare-metal\/?lang=en","name":"Restoring a Windows Server bare-metal - Data Perspective","isPartOf":{"@id":"https:\/\/www.dataperspective.fr\/#website"},"datePublished":"2026-05-11T13:52:34+00:00","dateModified":"2026-07-30T20:29:51+00:00","breadcrumb":{"@id":"https:\/\/www.dataperspective.fr\/index.php\/2026\/05\/11\/restoring-a-windows-server-bare-metal\/?lang=en#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dataperspective.fr\/index.php\/2026\/05\/11\/restoring-a-windows-server-bare-metal\/?lang=en"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dataperspective.fr\/index.php\/2026\/05\/11\/restoring-a-windows-server-bare-metal\/?lang=en#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.dataperspective.fr\/"},{"@type":"ListItem","position":2,"name":"Restoring a Windows Server bare-metal"}]},{"@type":"WebSite","@id":"https:\/\/www.dataperspective.fr\/#website","url":"https:\/\/www.dataperspective.fr\/","name":"Data Perspective","description":"","publisher":{"@id":"https:\/\/www.dataperspective.fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dataperspective.fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.dataperspective.fr\/#organization","name":"Data Perspective","url":"https:\/\/www.dataperspective.fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.dataperspective.fr\/#\/schema\/logo\/image\/","url":"https:\/\/www.dataperspective.fr\/wp-content\/uploads\/2025\/01\/dp-logo-path-01-1.png","contentUrl":"https:\/\/www.dataperspective.fr\/wp-content\/uploads\/2025\/01\/dp-logo-path-01-1.png","width":2289,"height":709,"caption":"Data Perspective"},"image":{"@id":"https:\/\/www.dataperspective.fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/in\/charles-levy-dataperspective\/"]},{"@type":"Person","@id":"https:\/\/www.dataperspective.fr\/#\/schema\/person\/34556eca9805deb77ee4018838153bb8","name":"lattig","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/secure.gravatar.com\/avatar\/20662185983ac81240aab31644f6889b91293c5d850e1bebf47ac428e0d16a47?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/20662185983ac81240aab31644f6889b91293c5d850e1bebf47ac428e0d16a47?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/20662185983ac81240aab31644f6889b91293c5d850e1bebf47ac428e0d16a47?s=96&d=mm&r=g","caption":"lattig"},"url":"https:\/\/www.dataperspective.fr\/index.php\/author\/leo-attig\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dataperspective.fr\/index.php\/wp-json\/wp\/v2\/posts\/1549","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dataperspective.fr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dataperspective.fr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dataperspective.fr\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dataperspective.fr\/index.php\/wp-json\/wp\/v2\/comments?post=1549"}],"version-history":[{"count":1,"href":"https:\/\/www.dataperspective.fr\/index.php\/wp-json\/wp\/v2\/posts\/1549\/revisions"}],"predecessor-version":[{"id":1553,"href":"https:\/\/www.dataperspective.fr\/index.php\/wp-json\/wp\/v2\/posts\/1549\/revisions\/1553"}],"wp:attachment":[{"href":"https:\/\/www.dataperspective.fr\/index.php\/wp-json\/wp\/v2\/media?parent=1549"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dataperspective.fr\/index.php\/wp-json\/wp\/v2\/categories?post=1549"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dataperspective.fr\/index.php\/wp-json\/wp\/v2\/tags?post=1549"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}