{"id":1947,"date":"2014-04-04T17:50:31","date_gmt":"2014-04-04T16:50:31","guid":{"rendered":"http:\/\/www.data-protector.org\/wordpress\/?p=1947"},"modified":"2015-12-10T19:31:45","modified_gmt":"2015-12-10T18:31:45","slug":"eadr-cell-server-dp-8-1x-windows-2012-r2","status":"publish","type":"post","link":"https:\/\/www.data-protector.org\/wordpress\/de\/2014\/04\/eadr-cell-server-dp-8-1x-windows-2012-r2\/","title":{"rendered":"EADR for Cell Server &#8211; DP 8.1X on Windows 2012 R2"},"content":{"rendered":"<p>Mit Einf\u00fchrung von Data Protector 8.XX hat sich auch der Prozess zum Erstellen des Disaster Recovery Images ge\u00e4ndert. Seit der neuen Version und der Trennung des IDB Backups vom Filesystem Backup ist es nicht mehr m\u00f6glich das im Download Bereich zur Verf\u00fcgung gestellte &#8222;makeiso.cmd&#8220; (siehe auch <a href=\"https:\/\/www.data-protector.org\/wordpress\/2011\/03\/recover-cell-server-with-enhanced-automated-disaster-recovery\/\">https:\/\/www.data-protector.org\/wordpress\/2011\/03\/recover-cell-server-with-enhanced-automated-disaster-recovery\/<\/a>) zu nutzen. Mit der Trennung ist es notwendig f\u00fcr den Befehl <code>omniiso<\/code> 2 Session ID&#8217;s zu \u00fcbergeben; die Session ID der Filesystemsicherung und die Session ID der IDB Sicherung. Zur Vorbereitung auf ein Desaster Fall und zum automatischen Erstellen des Recovery Images wurden daher neue Batch Files erstellt. Nachfolgend die Anleitung zum Einbinden auf dem Cell Server. Die Anleitung ist nur g\u00fcltig f\u00fcr die Data Protector Versionen 8.10 und 8.11 und wurde jeweils unter Windows 2012 R2 getestet. F\u00fcr die Data Protector 8.0X Version funktionieren die zur Verf\u00fcgung gestellten Batch Dateien nicht, da bei diesen Versionen noch nicht die Option <code>-anyobj<\/code> zur Verf\u00fcgung stand. Mit einer leichten Modifikation l\u00e4sst sich aber das Erstellen des ISO Images in diesem Fall \u00fcber einen &#8222;Scheduled Task&#8220; einrichten und nutzen.<\/p>\n<p>[wpdm_file id=23]<\/p>\n<p><b>Voraussetzungen und Durchf\u00fchrung:<\/b><\/p>\n<ul>\n<li>Auf dem Cell Server ist das WAIK\/ADK in der ben\u00f6tigten Version installiert &#8211; f\u00fcr Windows 2012 R2 wird das ADK f\u00fcr Windows 8.1 ben\u00f6tigt.<\/li>\n<li>Die Batch Dateien (siehe Download Link) werden im &#8222;Bin&#8220; Verzeichnis von Data Protector abgelegt (zum Beispiel: <code>D:\\Program Files\\Omniback\\bin<\/code>).<\/li>\n<li>Die Sicherung des Filesystems des Cell Servers erfolgt mit den Optionen &#8222;Copy Recovery Set to disk&#8220; (Filesystem Options &#8211; Advanced &#8211; Tab Other) und &#8222;Detect NTFS hardlinks&#8220;, &#8222;Backup share Information for directories&#8220; und &#8222;Use Shadow Copy&#8220; (Filesystem Options &#8211; Advanced &#8211; Tab WinFS Options).<\/li>\n<li>Die Sicherung des Filesystems des Cell Servers erfolgt in einer eigenen Backupspezifikation und als Post-exec Skript wird die Batch Datei<code>EADR_CS_FSBackup_Post.cmd<\/code> (auszuf\u00fchren auf dem Cell Server) eingetragen (Backup Specification Options &#8211; General &#8211; Post-exec).<\/li>\n<li>Die Sicherung der internen Datenbank des Cell Servers wird ohne Schedule erstellt (Aufruf erfolgt durch die vorherige Filesystem Sicherung) und als Post-exec Skript wird die Batch Datei <code>EADR_CS_IDBBackup_Post.cmd<\/code> (auszuf\u00fchren auf dem Cell Server) eingetragen (Backup Specification Options &#8211; General &#8211; Post-exec).<\/li>\n<li>In der Batch Datei &#8222;EADR_CS_FSBackup_Post.cmd&#8220; sind folgende Anpassungen notwendig: Variablen OMNIHOME, OMNIDATA und IDBBACKUP (Name der Backup Spezifikation f\u00fcr die Sicherung der IDB Sicherung) entsprechend der Umgebung setzen.<\/li>\n<li>In der Batch Datei &#8222;EADR_CS_IDBBackup_Post.cmd&#8220; sind mindestens folgende Anpassungen notwendig: Variablen OMNIHOME, OMNIDATA, CELLSERVER, WAIKPATH, NETWORKSHARE entsprechend der Umgebung setzen.<\/li>\n<li>Die Batch Dateien wurden bereits mit Werten vor belegt, so dass eine leichte Anpassung an die eigene Umgebung m\u00f6glich ist.<\/li>\n<\/ul>\n<p>Beispiel Session Messages der Filesystem Sicherung:<\/p>\n<blockquote style=\"font: 12px Courier; background-color: #ffffff; border: 1px solid #ccc; border-radius: 6px; box-shadow: 1px 1px 1px #ccc;\">\n<pre style=\"border: 0px; background-color: #ffffff;\">\r\n[Normal] From: &#66;&#x53;M&#x40;&#x73;&#101;&#x72;v&#x65;&#x72;&#46;&#x64;o&#x6d;&#x61;&#105;&#x6e; \"CS_Backup_FS\"  Time: 04.04.2014 11:01:57\r\n\tStarting to execute \"EADR_CS_FSBackup_Post.cmd\"...\r\n\r\n\r\nStarting EADR preparation and IDB backup\r\n\r\nScript Environment: host='SERVER' user='DOMAIN\\user' \r\n                    script='D:\\Program Files\\OmniBack\\bin\\EADR_CS_FSBackup_Post.cmd' \r\n                    path='D:\\Program Files\\OmniBack\\bin\\' \r\nBackup successfully started.\r\nSession Key: R-2014\/04\/04-23\r\n[Normal] From: &#x42;S&#x4d;&#64;&#x73;&#101;&#x72;&#x76;e&#x72;.&#x64;&#111;&#x6d;&#97;i&#x6e; \"CS_Backup_FS\"  Time: 04.04.2014 11:01:57\r\n\tThe exec script \"EADR_CS_FSBackup_Post.cmd\" has completed.\r\n<\/pre>\n<\/blockquote>\n<p>Beispiel Session Messages der IDB Sicherung:<\/p>\n<blockquote style=\"font: 12px Courier; background-color: #ffffff; border: 1px solid #ccc; border-radius: 6px; box-shadow: 1px 1px 1px #ccc;\">\n<pre style=\"border: 0px; background-color: #ffffff;\">\r\n[Normal] From: B&#x53;&#x4d;&#64;&#115;&#x65;r&#118;&#x65;r&#46;&#x64;om&#x61;&#x69;n \"CS_Backup_IDB\"  Time: 04.04.2014 12:09:50\r\n\tStarting to execute \"EADR_CS_IDBBackup_Post.cmd\"...\r\n\r\n\r\nStarting the EADR preparation process\r\n\r\nScript Environment: host='SERVER' user='DOMAIN\\user' \r\n                    script='D:\\Program Files\\OmniBack\\bin\\EADR_CS_IDBBackup_Post.cmd' \r\n                    path='D:\\Program Files\\OmniBack\\bin\\' \r\nCreating the ISO image ...\r\n[Normal] From: &#x6f;&#109;n&#x69;&#x69;&#115;o&#x40;&#x73;&#101;r&#x76;&#x65;&#114;.&#x64;&#x6f;&#109;a&#x69;&#x6e; \"omniiso\"  Time: 04.04.2014 12:09:55\r\n\tCreating the Disaster Recovery ISO image file. This may take a few minutes...\r\n\r\n[Normal] From: &#x6f;&#109;ni&#x69;&#x73;o&#64;&#x73;&#x65;rv&#x65;&#x72;&#46;d&#x6f;&#x6d;&#97;i&#x6e; \"omniiso\"  Time: 04.04.2014 12:09:55\r\n\tInitializing MiniOS directory structure.\r\n\r\n[Normal] From: omn&#105;&#x69;&#x73;&#x6f;&#x40;ser&#118;&#x65;&#x72;&#x2e;&#x64;oma&#105;&#110; \"omniiso\"  Time: 04.04.2014 12:09:55\r\n\tMounting MiniOS image.\r\n\r\n[Normal] From: &#111;&#x6d;&#110;&#x69;&#105;&#x73;&#111;&#x40;&#115;&#x65;&#114;&#x76;&#101;&#x72;&#46;&#x64;&#111;&#x6d;&#97;&#x69;&#110; \"omniiso\"  Time: 04.04.2014 12:10:00\r\n\tInserting Recovery Info file into the MiniOS image file.\r\n\r\n[Normal] From: &#111;&#x6d;&#110;&#x69;&#105;&#x73;&#111;&#x40;&#115;&#x65;&#114;&#x76;&#101;&#x72;&#46;&#x64;&#111;&#x6d;&#97;&#x69;&#110; \"omniiso\"  Time: 04.04.2014 12:10:00\r\n\tInserting hardware information file into the MiniOS image file.\r\n\r\n[Normal] From: &#x6f;&#x6d;&#x6e;&#x69;&#105;&#115;o&#64;ser&#x76;&#x65;&#x72;&#x2e;&#x64;&#111;main \"omniiso\"  Time: 04.04.2014 12:10:00\r\n\tInserting network information file into the MiniOS image file.\r\n\r\n[Normal] From: omniiso&#64;serve&#114;&#46;&#100;&#111;&#109;&#x61;&#x69;&#x6e; \"omniiso\"  Time: 04.04.2014 12:10:00\r\n\tInserting ASR BCD file into the MiniOS image file.\r\n\r\n[Normal] From: om&#110;&#x69;&#x69;&#x73;o&#64;&#115;&#x65;&#x72;&#x76;er&#46;&#x64;&#x6f;&#x6d;ain \"omniiso\"  Time: 04.04.2014 12:10:00\r\n\tCopying MiniOS system files to the image file.\r\n\r\n[Normal] From: o&#x6d;n&#105;&#x69;s&#111;&#x40;s&#101;&#x72;v&#101;&#x72;.&#x64;&#x6f;m&#x61;&#x69;n \"omniiso\"  Time: 04.04.2014 12:10:00\r\n\tCopying DRM binaries to the image file.\r\n\r\n[Normal] From: o&#109;&#x6e;&#x69;is&#x6f;&#x40;se&#114;&#x76;&#x65;r&#46;&#x64;&#x6f;ma&#x69;&#x6e; \"omniiso\"  Time: 04.04.2014 12:10:00\r\n\tCopying DRM configuration directory to the image file.\r\n\r\n[Normal] From: o&#109;&#x6e;&#x69;is&#x6f;&#x40;se&#114;&#x76;&#x65;r&#46;&#x64;&#x6f;ma&#x69;&#x6e; \"omniiso\"  Time: 04.04.2014 12:10:00\r\n\tCopying backup application depot directory to the image file.\r\n\r\n[Normal] From: &#x6f;&#x6d;&#x6e;&#x69;&#x69;&#115;&#111;&#64;serv&#x65;&#x72;&#x2e;&#x64;&#x6f;&#x6d;&#97;&#105;n \"omniiso\"  Time: 04.04.2014 12:10:00\r\n\tStoring phase 0 log file into the Recovery Set archive.\r\n\r\n[Normal] From: &#111;&#x6d;n&#x69;i&#x73;o&#x40;s&#x65;r&#118;&#x65;&#114;&#x2e;d&#x6f;m&#x61;i&#x6e; \"omniiso\"  Time: 04.04.2014 12:10:00\r\n\tConfiguring vendor specific system images.\r\n\r\n[Normal] From: &#x6f;&#x6d;&#x6e;&#x69;&#x69;&#x73;&#x6f;&#x40;&#x73;&#x65;&#x72;&#x76;&#x65;&#x72;&#x2e;&#x64;&#x6f;&#x6d;&#x61;&#x69;&#x6e; \"omniiso\"  Time: 04.04.2014 12:10:00\r\n\tCreating the MiniOS image startup file.\r\n\r\n[Normal] From: o&#x6d;&#x6e;i&#105;&#x73;o&#64;&#x73;&#x65;r&#118;&#x65;r.&#x64;&#x6f;m&#97;&#x69;n \"omniiso\"  Time: 04.04.2014 12:10:00\r\n\tInstalling additional MiniOS packages.\r\n\r\n[Normal] From: omn&#105;&#105;&#x73;&#x6f;&#x40;&#x73;erv&#101;&#114;&#x2e;&#x64;&#x6f;&#x6d;ain \"omniiso\"  Time: 04.04.2014 12:10:17\r\n\tInstalling additional MiniOS packages.\r\n\r\n[Normal] From: &#x6f;&#x6d;&#110;ii&#x73;&#x6f;&#x40;ser&#x76;&#x65;&#114;.d&#x6f;&#x6d;&#x61;&#105;n \"omniiso\"  Time: 04.04.2014 12:11:04\r\n\tInstalling additional MiniOS packages.\r\n\r\n[Normal] From: &#x6f;m&#x6e;&#105;&#x69;&#x73;o&#x40;&#115;&#x65;&#x72;v&#x65;&#114;&#x2e;&#x64;o&#x6d;&#97;&#x69;&#x6e; \"omniiso\"  Time: 04.04.2014 12:11:09\r\n\tInstalling additional MiniOS packages.\r\n\r\n[Normal] From: o&#109;&#x6e;ii&#x73;&#x6f;&#64;&#115;&#x65;&#x72;v&#101;&#x72;.d&#x6f;&#x6d;a&#105;&#x6e; \"omniiso\"  Time: 04.04.2014 12:11:15\r\n\tInstalling additional MiniOS packages.\r\n\r\n[Normal] From: o&#109;&#x6e;&#x69;i&#115;&#x6f;&#x40;s&#101;&#x72;&#x76;er&#x2e;&#x64;om&#x61;&#x69;n \"omniiso\"  Time: 04.04.2014 12:11:20\r\n\tInstalling additional MiniOS packages.\r\n\r\n[Normal] From: &#x6f;&#109;ni&#x69;&#x73;o&#64;&#x73;&#x65;rv&#x65;&#x72;&#46;d&#x6f;&#x6d;&#97;i&#x6e; \"omniiso\"  Time: 04.04.2014 12:11:25\r\n\tInstalling additional MiniOS packages.\r\n\r\n[Normal] From: omniiso&#64;server.doma&#105;&#110; \"omniiso\"  Time: 04.04.2014 12:11:32\r\n\tInstalling additional MiniOS packages.\r\n\r\n[Normal] From: o&#109;&#x6e;&#x69;i&#115;&#x6f;&#x40;s&#101;&#x72;&#x76;er&#x2e;&#x64;om&#x61;&#x69;n \"omniiso\"  Time: 04.04.2014 12:11:39\r\n\tCleaning up MiniOS image, preparing it for usage.\r\n\r\n[Normal] From: &#x6f;m&#x6e;i&#x69;&#115;o&#x40;s&#x65;&#114;v&#x65;r&#x2e;&#100;o&#x6d;a&#x69;n \"omniiso\"  Time: 04.04.2014 12:11:39\r\n\tInjecting driver files into the MiniOS image.\r\n\r\n[Normal] From: &#x6f;&#109;ni&#x69;&#x73;o&#64;&#x73;&#x65;&#114;ve&#x72;&#46;do&#x6d;&#x61;&#105;n \"omniiso\"  Time: 04.04.2014 12:11:56\r\n\tInitializing MiniOS scratch space.\r\n\r\n[Normal] From: o&#109;&#x6e;&#x69;is&#x6f;&#x40;se&#114;&#x76;&#x65;r&#46;&#x64;&#x6f;ma&#x69;&#x6e; \"omniiso\"  Time: 04.04.2014 12:11:57\r\n\tDismounting\/Committing MiniOS image.\r\n\r\n[Normal] From: o&#x6d;&#x6e;i&#105;&#x73;o&#64;&#x73;&#x65;r&#118;&#x65;r.&#x64;&#x6f;m&#97;&#x69;n \"omniiso\"  Time: 04.04.2014 12:12:18\r\n\tWriting CD-ROM ISO image to the target location.\r\n\r\n[Normal] From: o&#x6d;&#x6e;i&#x69;&#x73;o&#x40;&#x73;e&#x72;&#x76;e&#x72;&#x2e;d&#x6f;&#x6d;a&#x69;&#x6e; \"omniiso\"  Time: 04.04.2014 12:12:18\r\n\tSuccessfully created the Disaster Recovery ISO image.\r\n\r\nSaving information about used media ...\r\nCopying generated ISO file and information about used media to network share ...\r\n        1 Datei(en) kopiert.\r\n        1 Datei(en) kopiert.\r\n        1 Datei(en) kopiert.\r\nFinished\r\n[Normal] From: BS&#x4d;&#x40;&#x73;er&#118;&#x65;&#x72;.d&#111;&#x6d;&#x61;in \"CS_Backup_IDB\"  Time: 04.04.2014 12:12:26\r\n\tThe exec script \"EADR_CS_IDBBackup_Post.cmd\" has completed.\r\n<\/pre>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>Mit Einf\u00fchrung von Data Protector 8.XX hat sich auch der Prozess zum Erstellen des Disaster Recovery Images ge\u00e4ndert. Seit der neuen Version und der Trennung des IDB Backups vom Filesystem Backup ist es nicht mehr m\u00f6glich das im Download Bereich zur Verf\u00fcgung gestellte &#8222;makeiso.cmd&#8220; (siehe auch https:\/\/www.data-protector.org\/wordpress\/2011\/03\/recover-cell-server-with-enhanced-automated-disaster-recovery\/) zu nutzen. Mit der Trennung ist es notwendig [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"spay_email":""},"categories":[11],"tags":[],"translation":{"provider":"WPGlobus","version":"2.8.8","language":"de","enabled_languages":["en","de"],"languages":{"en":{"title":true,"content":true,"excerpt":false},"de":{"title":false,"content":true,"excerpt":false}}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p28cjj-vp","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":313,"url":"https:\/\/www.data-protector.org\/wordpress\/de\/2011\/01\/eadr-mit-windows-2008-r2\/","url_meta":{"origin":1947,"position":0},"title":"EADR with Windows 2008 R2","date":"21. Januar 2011","format":false,"excerpt":"{:de}In einen fr\u00fcheren Artikel hatte ich \u00fcber die Wiederherstellung eines Windows 2003 Servers mit Data Protector berichtet. Nachdem Windows 2008 auch immer mehr in Rechenzentren betrieben wird zeige ich nachfolgend die Wiederherstellung eines Windows 2008 R2 Servers mit Data Protector und der Enhanced Automated Disaster Recovery Funktion. Vorbereitung: In der\u2026","rel":"","context":"In &quot;HowTo&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2190,"url":"https:\/\/www.data-protector.org\/wordpress\/de\/2015\/01\/eadr-tape-block-size\/","url_meta":{"origin":1947,"position":1},"title":"EADR and Tape Block Size","date":"1. Januar 2015","format":false,"excerpt":"{:en}In older articles I often wrote about Bare Metal Recovery, a feature included in Data Protector without any additional costs and called Enhanced Automated Disaster Recovery (EADR) - see https:\/\/www.data-protector.org\/wordpress\/?s=eadr. To recover the Cell Server (see link) I always told to use tape devices with a block size of 64K.\u2026","rel":"","context":"In &quot;HowTo&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":388,"url":"https:\/\/www.data-protector.org\/wordpress\/de\/2011\/03\/savedevices-omnidownload\/","url_meta":{"origin":1947,"position":2},"title":"SaveDevices &#8211; omnidownload","date":"16. M\u00e4rz 2011","format":false,"excerpt":"{:de}Im Rahmen des Disaster Recovery f\u00fcr den Cell Server empfiehlt es sich neben der obrindex.dat - siehe Recover Cell Server auch die Libraries und Devices herunterzuladen, um sie im Bedarfsfall wieder schnell generieren zu k\u00f6nnen. Daf\u00fcr habe ich das kleine Tool SaveDevices geschrieben, welches die Konfiguration in Text Dateien ablegt.\u2026","rel":"","context":"In &quot;HowTo&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":942,"url":"https:\/\/www.data-protector.org\/wordpress\/de\/2012\/07\/omnispeed\/","url_meta":{"origin":1947,"position":3},"title":"OMNISPEED &#8211; average speed of sessions","date":"24. Juli 2012","format":false,"excerpt":"{:de}Update 2012.07.24: Es hat etwas l\u00e4nger wie erwartet gedauert, aber nun ist die neue Version fertig. Die unterschiedlichen Sprachen wurden alle getestet (hier habe ich sehr viel positive R\u00fcckmeldung erhalten, Auflistung mit -language - siehe Hilfe) und es werden jetzt auch historische Sicherungen angezeigt (Beispiel Parameter -session=2012\/07\/24-2). Die Versionsnummer wurde\u2026","rel":"","context":"In &quot;Common&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2363,"url":"https:\/\/www.data-protector.org\/wordpress\/de\/2015\/08\/data-protector-patch-bundle-9-04-features\/","url_meta":{"origin":1947,"position":4},"title":"Data Protector 9 &#8211; Patch Bundle 9.04 (Build 104)","date":"5. August 2015","format":false,"excerpt":"{:en}On 2015\/08\/06 HP released patch bundle 9.04 for Linux, HP-UX and Windows, it includes 494 changes for Windows and 439 changes for Linux. With the new bundle some new and important features were introduced (complete list - see patch description): Power-On a VMware virtual machine from 3PAR snapshot or from\u2026","rel":"","context":"In &quot;DP A.09.00&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3103,"url":"https:\/\/www.data-protector.org\/wordpress\/de\/2016\/05\/data-protector-9-06-patches-build-108\/","url_meta":{"origin":1947,"position":5},"title":"Data Protector 9 &#8211; GR Patches 9.06 (Build 108)","date":"24. Mai 2016","format":false,"excerpt":"{:en}On 2016\/05\/24 HPE released new patches for Linux, Windows and HP-UX (build 108). This is not the patch bundle 9.07 (expected in June timeframe). As a requirement you need to have Patch Bundle 9.06 installed. It is strongly recommended to read the full description of each patch. If you own\u2026","rel":"","context":"In &quot;DP A.09.00&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.data-protector.org\/wordpress\/de\/wp-json\/wp\/v2\/posts\/1947"}],"collection":[{"href":"https:\/\/www.data-protector.org\/wordpress\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.data-protector.org\/wordpress\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.data-protector.org\/wordpress\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.data-protector.org\/wordpress\/de\/wp-json\/wp\/v2\/comments?post=1947"}],"version-history":[{"count":12,"href":"https:\/\/www.data-protector.org\/wordpress\/de\/wp-json\/wp\/v2\/posts\/1947\/revisions"}],"predecessor-version":[{"id":2568,"href":"https:\/\/www.data-protector.org\/wordpress\/de\/wp-json\/wp\/v2\/posts\/1947\/revisions\/2568"}],"wp:attachment":[{"href":"https:\/\/www.data-protector.org\/wordpress\/de\/wp-json\/wp\/v2\/media?parent=1947"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.data-protector.org\/wordpress\/de\/wp-json\/wp\/v2\/categories?post=1947"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.data-protector.org\/wordpress\/de\/wp-json\/wp\/v2\/tags?post=1947"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}