{"id":312,"date":"2017-07-20T09:33:40","date_gmt":"2017-07-20T07:33:40","guid":{"rendered":"https:\/\/itblogwildi.wordpress.com\/?p=312"},"modified":"2017-07-20T09:33:40","modified_gmt":"2017-07-20T07:33:40","slug":"veeam-backup-and-replication-9-5-free-automate-backup-with-powershell","status":"publish","type":"post","link":"https:\/\/itblog.wildi.dk\/?p=312","title":{"rendered":"Veeam Backup and Replication 9.5 Free: Automate Backup with PowerShell"},"content":{"rendered":"<p>Ich sichere meinen Labor-Exchange-Server seit neustem mit\u00a0Veeam Backup and Replication 9.5 Free, \u00fcber ein PowerShell Script (von <a href=\"https:\/\/github.com\/maxthauer\/Backups4Days\/tree\/master\/Veeam%20Backup%20and%20Replication\" target=\"_blank\" rel=\"noopener\">hier<\/a>). Ich habe das Script ein wenig angepasst, da es im Original nicht funktionierte:<\/p>\n<pre># PowerShell script to backup VMware or Hyper-V Environments using Veeam Backup and Replication\n# The PowerShell extension for this is included by default in version 9.0\n\n###### Modify these variables to fit your environment #####\n$target = \"SRV02\" # vCenter, ESXi or Hyper-V IP Address\n$account = \"labor\\svc_veeam\" # Account with full permissions for $target and $dest\n$VMs = \"SRV93\" # VM name, only one VM per VeeamZip in the free edition\n$dest = \"\\\\srv02\\VeeamZIP\\daily\" # UNC path for backups \n$retention = \"In2days\" #Retention time: Never, Tonight, In2days, In2Weeks, In1Month\n# Add -DisableQuiesce after the $vm variable in the Start-VBRZip command if you have issues\n#############################################################\n\n# Add the Veeam Backup and Replication Snap-in\nAdd-PSSnapin VeeamPSSnapin\n\n# Disconnect from Veeam Backup and Replication server in case it is already connected\nDisconnect-VBRServer\n\n# Connect to the Veeam Backup and Replication server (localhost)\nConnect-VBRServer\n\n# Set server equal to the VMware or Hyper-V Server\n#$server = Get-VBRServer -Name $target\n\n# Get credentials we specified in Veeam GUI\n$creds = Get-VBRCredentials -Name $account\n\n# Entity which we are backing up, contains server and VM names\n# Find-VBRViEntity (for VMware) or Find-VBRHvEntity (for Hyper-V)\n$vm = Find-VBRHvEntity -Name $VMs -Server $target\n\n# Encryption key added in Veeam GUI\n$key = Get-VBREncryptionKey\n\n# Start VeeamZip job\nStart-VBRZip -Folder $dest -Entity $vm -RunAsync #-AutoDelete $retention -DisableQuiesce\n\n# If you want to use a local path instead:\n# Start-VBRZip -Folder \"C:\\Backup\" -Entity $vm $vm -EncryptionKey $key -AutoDelete $retention -RunAsync\n\n# Take a nap\nSleep 5\n\n# Disconnect once job is submitted\nDisconnect-VBRServer<\/pre>\n<p>Auf dem Verzeichnis &#171;VeeamZIP&#187; muss dem Computer, auf welchem VEEAM l\u00e4uft, via Freigabe und NTFS Zugriff erteilt werden!<\/p>\n<p>Das Script wird dann via TaskScheduler ausgef\u00fchrt.<\/p>\n<p>Folgende Optionen sind gesetzt:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-325\" src=\"https:\/\/itblog.wildi.dk\/wp-content\/uploads\/2017\/07\/veeam01.jpg\" alt=\"Veeam01\" width=\"786\" height=\"277\" srcset=\"https:\/\/itblog.wildi.dk\/wp-content\/uploads\/2017\/07\/veeam01.jpg 786w, https:\/\/itblog.wildi.dk\/wp-content\/uploads\/2017\/07\/veeam01-300x106.jpg 300w, https:\/\/itblog.wildi.dk\/wp-content\/uploads\/2017\/07\/veeam01-768x271.jpg 768w\" sizes=\"auto, (max-width: 786px) 100vw, 786px\" \/><\/p>\n<p>Aktion = Programm starten<\/p>\n<p>Programm =\u00a0C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe<\/p>\n<p>Argumente =\u00a0-noninteractive -nologo C:\\Scripts\\VeeamBackupDaily.ps1<\/p>\n<p>Was ich noch nicht implementiert habe, ist die automatische retention der Sicherungen. Theoretisch sollte das Veeam automatisch k\u00f6nnen. Allerdings funktionierte dies nicht auf Anhieb.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ich sichere meinen Labor-Exchange-Server seit neustem mit\u00a0Veeam Backup and Replication 9.5 Free, \u00fcber ein PowerShell Script (von hier). Ich habe&#8230; <a class=\"read-more\" href=\"https:\/\/itblog.wildi.dk\/?p=312\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[5,10,13,41,42],"tags":[],"class_list":["post-312","post","type-post","status-publish","format-standard","hentry","category-allgemein","category-backup","category-exchange","category-veeam","category-windows"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Ich sichere meinen Labor-Exchange-Server seit neustem mit Veeam Backup and Replication 9.5 Free, \u00fcber ein PowerShell Script (von hier). Ich habe das Script ein wenig angepasst, da es im Original nicht funktionierte: # PowerShell script to backup VMware or Hyper-V Environments using Veeam Backup and Replication # The PowerShell extension for this is included by default\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Martin Wildi\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/itblog.wildi.dk\/?p=312\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"de_DE\" \/>\n\t\t<meta property=\"og:site_name\" content=\"IT Blog Wildi - Blog \u00fcber IT und anderes.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Veeam Backup and Replication 9.5 Free: Automate Backup with PowerShell - IT Blog Wildi\" \/>\n\t\t<meta property=\"og:description\" content=\"Ich sichere meinen Labor-Exchange-Server seit neustem mit Veeam Backup and Replication 9.5 Free, \u00fcber ein PowerShell Script (von hier). Ich habe das Script ein wenig angepasst, da es im Original nicht funktionierte: # PowerShell script to backup VMware or Hyper-V Environments using Veeam Backup and Replication # The PowerShell extension for this is included by default\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/itblog.wildi.dk\/?p=312\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2017-07-20T07:33:40+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2017-07-20T07:33:40+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Veeam Backup and Replication 9.5 Free: Automate Backup with PowerShell - IT Blog Wildi\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Ich sichere meinen Labor-Exchange-Server seit neustem mit Veeam Backup and Replication 9.5 Free, \u00fcber ein PowerShell Script (von hier). Ich habe das Script ein wenig angepasst, da es im Original nicht funktionierte: # PowerShell script to backup VMware or Hyper-V Environments using Veeam Backup and Replication # The PowerShell extension for this is included by default\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/?p=312#blogposting\",\"name\":\"Veeam Backup and Replication 9.5 Free: Automate Backup with PowerShell - IT Blog Wildi\",\"headline\":\"Veeam Backup and Replication 9.5 Free: Automate Backup with PowerShell\",\"author\":{\"@id\":\"##author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/itblog.wildi.dk\\\/wp-content\\\/uploads\\\/2017\\\/07\\\/veeam01.jpg\",\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/?p=312\\\/#articleImage\",\"width\":786,\"height\":277},\"datePublished\":\"2017-07-20T09:33:40+02:00\",\"dateModified\":\"2017-07-20T09:33:40+02:00\",\"inLanguage\":\"de-CH-informal\",\"commentCount\":8,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/?p=312#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/?p=312#webpage\"},\"articleSection\":\"Allgemein, Backup, Exchange, Veeam, Windows\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/?p=312#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/itblog.wildi.dk#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/itblog.wildi.dk\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/?cat=5#listItem\",\"name\":\"Allgemein\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/?cat=5#listItem\",\"position\":2,\"name\":\"Allgemein\",\"item\":\"https:\\\/\\\/itblog.wildi.dk\\\/?cat=5\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/?p=312#listItem\",\"name\":\"Veeam Backup and Replication 9.5 Free: Automate Backup with PowerShell\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/itblog.wildi.dk#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/?p=312#listItem\",\"position\":3,\"name\":\"Veeam Backup and Replication 9.5 Free: Automate Backup with PowerShell\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/?cat=5#listItem\",\"name\":\"Allgemein\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/#person\",\"name\":\"Martin Wildi\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/?p=312#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a1c8a3ca3a2a4720206887f0ccc4f80bf521e8af2cef394783141b99318bcca4?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Martin Wildi\"}},{\"@type\":\"Person\",\"@id\":\"##author\",\"url\":\"#\",\"name\":\"Martin Wildi\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/?p=312#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a1c8a3ca3a2a4720206887f0ccc4f80bf521e8af2cef394783141b99318bcca4?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Martin Wildi\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/?p=312#webpage\",\"url\":\"https:\\\/\\\/itblog.wildi.dk\\\/?p=312\",\"name\":\"Veeam Backup and Replication 9.5 Free: Automate Backup with PowerShell - IT Blog Wildi\",\"description\":\"Ich sichere meinen Labor-Exchange-Server seit neustem mit Veeam Backup and Replication 9.5 Free, \\u00fcber ein PowerShell Script (von hier). Ich habe das Script ein wenig angepasst, da es im Original nicht funktionierte: # PowerShell script to backup VMware or Hyper-V Environments using Veeam Backup and Replication # The PowerShell extension for this is included by default\",\"inLanguage\":\"de-CH-informal\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/?p=312#breadcrumblist\"},\"author\":{\"@id\":\"##author\"},\"creator\":{\"@id\":\"##author\"},\"datePublished\":\"2017-07-20T09:33:40+02:00\",\"dateModified\":\"2017-07-20T09:33:40+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/#website\",\"url\":\"https:\\\/\\\/itblog.wildi.dk\\\/\",\"name\":\"IT Blog Wildi\",\"description\":\"Blog \\u00fcber IT und anderes.\",\"inLanguage\":\"de-CH-informal\",\"publisher\":{\"@id\":\"https:\\\/\\\/itblog.wildi.dk\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Veeam Backup and Replication 9.5 Free: Automate Backup with PowerShell - IT Blog Wildi","description":"Ich sichere meinen Labor-Exchange-Server seit neustem mit Veeam Backup and Replication 9.5 Free, \u00fcber ein PowerShell Script (von hier). Ich habe das Script ein wenig angepasst, da es im Original nicht funktionierte: # PowerShell script to backup VMware or Hyper-V Environments using Veeam Backup and Replication # The PowerShell extension for this is included by default","canonical_url":"https:\/\/itblog.wildi.dk\/?p=312","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/itblog.wildi.dk\/?p=312#blogposting","name":"Veeam Backup and Replication 9.5 Free: Automate Backup with PowerShell - IT Blog Wildi","headline":"Veeam Backup and Replication 9.5 Free: Automate Backup with PowerShell","author":{"@id":"##author"},"publisher":{"@id":"https:\/\/itblog.wildi.dk\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/itblog.wildi.dk\/wp-content\/uploads\/2017\/07\/veeam01.jpg","@id":"https:\/\/itblog.wildi.dk\/?p=312\/#articleImage","width":786,"height":277},"datePublished":"2017-07-20T09:33:40+02:00","dateModified":"2017-07-20T09:33:40+02:00","inLanguage":"de-CH-informal","commentCount":8,"mainEntityOfPage":{"@id":"https:\/\/itblog.wildi.dk\/?p=312#webpage"},"isPartOf":{"@id":"https:\/\/itblog.wildi.dk\/?p=312#webpage"},"articleSection":"Allgemein, Backup, Exchange, Veeam, Windows"},{"@type":"BreadcrumbList","@id":"https:\/\/itblog.wildi.dk\/?p=312#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/itblog.wildi.dk#listItem","position":1,"name":"Home","item":"https:\/\/itblog.wildi.dk","nextItem":{"@type":"ListItem","@id":"https:\/\/itblog.wildi.dk\/?cat=5#listItem","name":"Allgemein"}},{"@type":"ListItem","@id":"https:\/\/itblog.wildi.dk\/?cat=5#listItem","position":2,"name":"Allgemein","item":"https:\/\/itblog.wildi.dk\/?cat=5","nextItem":{"@type":"ListItem","@id":"https:\/\/itblog.wildi.dk\/?p=312#listItem","name":"Veeam Backup and Replication 9.5 Free: Automate Backup with PowerShell"},"previousItem":{"@type":"ListItem","@id":"https:\/\/itblog.wildi.dk#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/itblog.wildi.dk\/?p=312#listItem","position":3,"name":"Veeam Backup and Replication 9.5 Free: Automate Backup with PowerShell","previousItem":{"@type":"ListItem","@id":"https:\/\/itblog.wildi.dk\/?cat=5#listItem","name":"Allgemein"}}]},{"@type":"Person","@id":"https:\/\/itblog.wildi.dk\/#person","name":"Martin Wildi","image":{"@type":"ImageObject","@id":"https:\/\/itblog.wildi.dk\/?p=312#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/a1c8a3ca3a2a4720206887f0ccc4f80bf521e8af2cef394783141b99318bcca4?s=96&d=mm&r=g","width":96,"height":96,"caption":"Martin Wildi"}},{"@type":"Person","@id":"##author","url":"#","name":"Martin Wildi","image":{"@type":"ImageObject","@id":"https:\/\/itblog.wildi.dk\/?p=312#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/a1c8a3ca3a2a4720206887f0ccc4f80bf521e8af2cef394783141b99318bcca4?s=96&d=mm&r=g","width":96,"height":96,"caption":"Martin Wildi"}},{"@type":"WebPage","@id":"https:\/\/itblog.wildi.dk\/?p=312#webpage","url":"https:\/\/itblog.wildi.dk\/?p=312","name":"Veeam Backup and Replication 9.5 Free: Automate Backup with PowerShell - IT Blog Wildi","description":"Ich sichere meinen Labor-Exchange-Server seit neustem mit Veeam Backup and Replication 9.5 Free, \u00fcber ein PowerShell Script (von hier). Ich habe das Script ein wenig angepasst, da es im Original nicht funktionierte: # PowerShell script to backup VMware or Hyper-V Environments using Veeam Backup and Replication # The PowerShell extension for this is included by default","inLanguage":"de-CH-informal","isPartOf":{"@id":"https:\/\/itblog.wildi.dk\/#website"},"breadcrumb":{"@id":"https:\/\/itblog.wildi.dk\/?p=312#breadcrumblist"},"author":{"@id":"##author"},"creator":{"@id":"##author"},"datePublished":"2017-07-20T09:33:40+02:00","dateModified":"2017-07-20T09:33:40+02:00"},{"@type":"WebSite","@id":"https:\/\/itblog.wildi.dk\/#website","url":"https:\/\/itblog.wildi.dk\/","name":"IT Blog Wildi","description":"Blog \u00fcber IT und anderes.","inLanguage":"de-CH-informal","publisher":{"@id":"https:\/\/itblog.wildi.dk\/#person"}}]},"og:locale":"de_DE","og:site_name":"IT Blog Wildi - Blog \u00fcber IT und anderes.","og:type":"article","og:title":"Veeam Backup and Replication 9.5 Free: Automate Backup with PowerShell - IT Blog Wildi","og:description":"Ich sichere meinen Labor-Exchange-Server seit neustem mit Veeam Backup and Replication 9.5 Free, \u00fcber ein PowerShell Script (von hier). Ich habe das Script ein wenig angepasst, da es im Original nicht funktionierte: # PowerShell script to backup VMware or Hyper-V Environments using Veeam Backup and Replication # The PowerShell extension for this is included by default","og:url":"https:\/\/itblog.wildi.dk\/?p=312","article:published_time":"2017-07-20T07:33:40+00:00","article:modified_time":"2017-07-20T07:33:40+00:00","twitter:card":"summary_large_image","twitter:title":"Veeam Backup and Replication 9.5 Free: Automate Backup with PowerShell - IT Blog Wildi","twitter:description":"Ich sichere meinen Labor-Exchange-Server seit neustem mit Veeam Backup and Replication 9.5 Free, \u00fcber ein PowerShell Script (von hier). Ich habe das Script ein wenig angepasst, da es im Original nicht funktionierte: # PowerShell script to backup VMware or Hyper-V Environments using Veeam Backup and Replication # The PowerShell extension for this is included by default"},"aioseo_meta_data":{"post_id":"312","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"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_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"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":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-05-15 23:47:56","updated":"2026-05-15 23:47:56"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/itblog.wildi.dk\" 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:\/\/itblog.wildi.dk\/?cat=5\" title=\"Allgemein\">Allgemein<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tVeeam Backup and Replication 9.5 Free: Automate Backup with PowerShell\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/itblog.wildi.dk"},{"label":"Allgemein","link":"https:\/\/itblog.wildi.dk\/?cat=5"},{"label":"Veeam Backup and Replication 9.5 Free: Automate Backup with PowerShell","link":"https:\/\/itblog.wildi.dk\/?p=312"}],"_links":{"self":[{"href":"https:\/\/itblog.wildi.dk\/index.php?rest_route=\/wp\/v2\/posts\/312","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/itblog.wildi.dk\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/itblog.wildi.dk\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/itblog.wildi.dk\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/itblog.wildi.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=312"}],"version-history":[{"count":0,"href":"https:\/\/itblog.wildi.dk\/index.php?rest_route=\/wp\/v2\/posts\/312\/revisions"}],"wp:attachment":[{"href":"https:\/\/itblog.wildi.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=312"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/itblog.wildi.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=312"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/itblog.wildi.dk\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}