{"id":2123,"date":"2012-12-02T01:31:50","date_gmt":"2012-12-02T00:31:50","guid":{"rendered":"https:\/\/blog.hani-ibrahim.de\/?p=2123"},"modified":"2020-10-07T18:31:24","modified_gmt":"2020-10-07T17:31:24","slug":"rsync-backups-von-freenasnas4free-zuruckkopieren","status":"publish","type":"post","link":"https:\/\/blog.hani-ibrahim.de\/en\/rsync-backups-von-freenasnas4free-zuruckkopieren.html","title":{"rendered":"Restore RSYNC backups of FreeNAS\/NAS4Free"},"content":{"rendered":"<nav class=\"tinytoc tiny_toc\">\n<ul>\n<li><a href=\"#h0\">Preliminary<\/a>\n<ul style=\"list-style-type:circle;\">\n<li><a href=\"#h1\">GUI or terminal<\/a><\/li>\n<li><a href=\"#h2\">Headless System<\/a><\/li>\n<li><a href=\"#h3\">Non-Headless Server<\/a><\/li>\n<\/ul>\n<\/li>\n<li><a href=\"#h4\">Copy data<\/a><\/li>\n<\/ul>\n<\/nav>\n\n\r\n<body><p>\u00a0<\/p>\n<p>In my article \u201c<a href=\"https:\/\/blog.hani-ibrahim.de\/automatisches-backup-von-freenas.html\">Backup your FreeNAS\/NAS4Free shares automatically<\/a>\u201d I described how to set up automatic backups via RSYNC. To restore a entire backup of a share without altering date, owner and permissions this how-to shows you how.<\/p>\n<p>Finally you just need a single command. In general you can use this command on FreeBSD as well. For GNU\/Linux you may need to change just one option.<\/p>\n<p>I have already used this command successfully.<\/p>\n<p><!--more--><\/p>\n<h3 id=\"h0\">Preliminary<\/h3>\n<ol>\n<li>Run your FreeNAS\/NAS4Free Server<\/li>\n<li>Set up a (new) data disk with a sufficient size in Disks|Management.<\/li>\n<li>Specify a mount point (Disks|Mount Point|Management).<\/li>\n<li>Set up the backup disk as described in points 2 and 3.<\/li>\n<li>Activate the SSH service (optional).<\/li>\n<\/ol>\n<p>It is not relevant whether your server was installed \u201cembedded\u201d or \u201cfull\u201d.<\/p>\n<h4 id=\"h1\">GUI or terminal<\/h4>\n<p>Unfortunately there is no tool with an graphical user interface (GUI) to do the job. Candidates as Filezilla or WinSCP failed. You have to do it in the terminal. But do not worry it is easier as you expect. You just need one command and you are done.<\/p>\n<p>For this command you need to know where your backup and you empty share (where you want to copy the backup) is located in the directory tree. If you have a headless system you need further the IP address of your server.<\/p>\n<h4 id=\"h2\">Headless System<\/h4>\n<p>The mentioned SSH service above is only necessary if you use a headless FreeNAS\/NAS4Free server. A headless system means no keyboard and monitor is connected to your server. Via SSH you are able to control your server from you client computer remotely.<\/p>\n<p>If you use <strong>Windows<\/strong> you can use the application <a href=\"http:\/\/www.chiark.greenend.org.uk\/~sgtatham\/putty\/download.html\" target=\"_blank\" rel=\"noopener noreferrer\">Putty<\/a> to do the job.<\/p>\n<div id=\"attachment_2127\" style=\"width: 310px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/putty.png\" data-rel=\"lightbox-gallery-06iAk5FJ\" data-rl_title=\"SSH-Terminal Zugang mit Putty\" data-rl_caption=\"\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-2127\" class=\"size-medium wp-image-2127 \" title=\"SSH-Terminal Zugang mit Putty\" src=\"https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/putty-300x288.png\" alt=\"SSH-Terminal Zugang mit Putty\" width=\"300\" height=\"288\" srcset=\"https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/putty-300x288.png 300w, https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/putty.png 466w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\"><\/a><p id=\"caption-attachment-2127\" class=\"wp-caption-text\">Putty start screen<\/p><\/div>\n<p>Enter the IP address of your server in \u201cHost Name\u201d, e.g.. 192.168.111.111. If you do not know the address <a href=\"http:\/\/www.softperfect.com\/products\/networkscanner\/\" target=\"_blank\" rel=\"noopener noreferrer\">Softperfect Network Scanner<\/a> can help you to investigate it on Windows. On other systems you\u00a0 find the address in the web administration of your browser in general. Change the port number (22) if applicable. Usually it is not necessary. \u201cConnection type\u201d has to be \u201cSSH\u201d, than click \u201cOpen\u201d<\/p>\n<p>On the terminal you have to login with the Admin username (\u201cadmin\u201d normally) and you admin password. It is the same password that you use in the web administration of FreeNAS\/NAS4Free.<\/p>\n<p>If you are not familiar with UNIX you may be surprised that you have to enter the password blindly. That means you do not see any asterisks or any other placeholder while you typing your password in.<\/p>\n<p>If you use <strong>Mac OS X<\/strong> or <strong>Linux\/UNIX<\/strong> a terminal\/console is built-in. The command <span class=\"codestyle\">ssh<\/span> is available by default, type in: <span class=\"codestyle\">ssh username@server-ip-address<\/span>\u201c, e.g. \u201c<span class=\"codestyle\">ssh john@192.168.111.111<\/span>\u201c. The subsequent procedure is the same mentioned above under Windows\/Putty.<\/p>\n<div id=\"attachment_2158\" style=\"width: 310px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/ssh-mac-terminal.png\" data-rel=\"lightbox-gallery-06iAk5FJ\" data-rl_title=\"SSH in Mac OS X's terminal\" data-rl_caption=\"\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-2158\" class=\"size-medium wp-image-2158\" title=\"SSH in Mac OS X's terminal's terminal\" src=\"https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/ssh-mac-terminal-300x218.png\" alt=\"SSH in Mac OS X's terminal\" width=\"300\" height=\"218\" srcset=\"https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/ssh-mac-terminal-300x218.png 300w, https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/ssh-mac-terminal.png 505w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\"><\/a><p id=\"caption-attachment-2158\" class=\"wp-caption-text\">SSH in Mac OS X\u2019s terminal<\/p><\/div>\n<h4 id=\"h3\">Non-Headless Server<\/h4>\n<p>If you are sitting behind a keyboard and monitor of your server you just need to reboot it and choose 6 \u201cShell\u201d from the start screen:<\/p>\n<pre>\"Welcome to NAS4Free\"\r\n\"*********************\" \r\n1) Assign Interface\r\n2) Set LAN IP address\r\n3) Reset WebGUI password\r\n4) Reset to factory defaults\r\n5) Ping host\r\n<strong>6) Shell<\/strong>\r\n7) Reboot system\r\n8) Shutdown system\r\n9) Install\/Upgrade to hard drive\/flash device, etc.<\/pre>\n<h3 id=\"h4\">Copy data<\/h3>\n<p>When you finished all the preliminaries type in the following command<\/p>\n<pre>cp -RvLpn \/path\/to\/source\/* \/path\/to\/destination\/<\/pre>\n<p class=\"hinweis\">Please be advised that the command and the options are <strong>case-sensitive<\/strong>.<\/p>\n<p>If your backup you want to restore is located in<code> \/mnt\/backup\/myshare_bak1<\/code> and the share where you want to copy the backup in is<code> \/mnt\/myshare1<\/code> the command is:<\/p>\n<pre>cp -RvLpn \/mnt\/backup\/myshare_bak1\/* \/mnt\/myshare1\/<\/pre>\n<div class=\"hinweis\">\n<p>FYI: If you use <strong>GNU\/Linux<\/strong> you have to exchange the option \u201c-n\u201d with\u201d-u\u201d:<\/p>\n<pre>cp -RvLpu \/path\/to\/source\/* \/path\/to\/destination\/<\/pre>\n<\/div>\n<p>The options in details:<\/p>\n<table border=\"1\" rules=\"all\" cellpadding=\"3\">\n<tbody>\n<tr>\n<td><strong>Option<\/strong><\/td>\n<td><strong>Description<\/strong><\/td>\n<\/tr>\n<tr>\n<td align=\"center\">-R<\/td>\n<td>copy directories recursively, means copy subdirectories and their contents, too<\/td>\n<\/tr>\n<tr>\n<td align=\"center\">-v<\/td>\n<td>explain what is being done<\/td>\n<\/tr>\n<tr>\n<td align=\"center\">-L<\/td>\n<td>always follow symbolic links (do not copy links itself)<\/td>\n<\/tr>\n<tr>\n<td align=\"center\">-p<\/td>\n<td>preserve the specified attributes (default: mode,ownership, timestamps), if possible additional attributes: context, links, xattr, all<\/td>\n<\/tr>\n<tr>\n<td align=\"center\">-n<\/td>\n<td>copy only when the SOURCE file is newer than the destination file or when the destination file is missing (GNU\/Linux: -u for update)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>You do not need all options but <span class=\"codestyle\">-R<\/span>, <span class=\"codestyle\">-L<\/span> and <span class=\"codestyle\">-p<\/span> are essential. <span class=\"codestyle\">-v<\/span> lets the names of the copied files running through the console screen. Otherwise you just see a cursor blinking. <span class=\"codestyle\">-n<\/span> is just for the case that you do not want to overwrite newer files with older ones.<\/p><\/body>","protected":false},"excerpt":{"rendered":"<div class=\"shariff shariff-align-flex-start shariff-widget-align-flex-start\" data-services=\"facebook\" data-url=\"https%3A%2F%2Fblog.hani-ibrahim.de%2Fen%2Frsync-backups-von-freenasnas4free-zuruckkopieren.html\" data-timestamp=\"1602095484\" data-backendurl=\"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/shariff\/v1\/share_counts?\"><ul class=\"shariff-buttons theme-round orientation-horizontal buttonsize-small\"><li class=\"shariff-button facebook shariff-nocustomcolor\" style=\"background-color:#4273c8;border-radius:50%\"><a href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fblog.hani-ibrahim.de%2Fen%2Frsync-backups-von-freenasnas4free-zuruckkopieren.html\" title=\"Share on Facebook\" aria-label=\"Share on Facebook\" role=\"button\" rel=\"nofollow\" class=\"shariff-link\" style=\";border-radius:50%; background-color:#3b5998; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 18 32\"><path fill=\"#3b5998\" d=\"M17.1 0.2v4.7h-2.8q-1.5 0-2.1 0.6t-0.5 1.9v3.4h5.2l-0.7 5.3h-4.5v13.6h-5.5v-13.6h-4.5v-5.3h4.5v-3.9q0-3.3 1.9-5.2t5-1.8q2.6 0 4.1 0.2z\"\/><\/svg><\/span><span data-service=\"facebook\" style=\"color:#3b5998\" class=\"shariff-count shariff-hidezero\"><\/span>&nbsp;<\/a><\/li><li class=\"shariff-button twitter shariff-nocustomcolor\" style=\"background-color:#595959;border-radius:50%\"><a href=\"https:\/\/twitter.com\/share?url=https%3A%2F%2Fblog.hani-ibrahim.de%2Fen%2Frsync-backups-von-freenasnas4free-zuruckkopieren.html&text=Restore%20RSYNC%20backups%20of%20FreeNAS%2FNAS4Free\" title=\"Share on X\" aria-label=\"Share on X\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\";border-radius:50%; background-color:#000; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path fill=\"#000\" d=\"M14.258 10.152L23.176 0h-2.113l-7.747 8.813L7.133 0H0l9.352 13.328L0 23.973h2.113l8.176-9.309 6.531 9.309h7.133zm-2.895 3.293l-.949-1.328L2.875 1.56h3.246l6.086 8.523.945 1.328 7.91 11.078h-3.246zm0 0\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button pocket shariff-nocustomcolor\" style=\"background-color:#444;border-radius:50%\"><a href=\"https:\/\/getpocket.com\/save?url=https%3A%2F%2Fblog.hani-ibrahim.de%2Fen%2Frsync-backups-von-freenasnas4free-zuruckkopieren.html&title=Restore%20RSYNC%20backups%20of%20FreeNAS%2FNAS4Free\" title=\"Save to Pocket\" aria-label=\"Save to Pocket\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\";border-radius:50%; background-color:#ff0000; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 27 28\"><path fill=\"#ff0000\" d=\"M24.5 2q1 0 1.7 0.7t0.7 1.7v8.1q0 2.8-1.1 5.3t-2.9 4.3-4.3 2.9-5.2 1.1q-2.7 0-5.2-1.1t-4.3-2.9-2.9-4.3-1.1-5.2v-8.1q0-1 0.7-1.7t1.7-0.7h22zM13.5 18.6q0.7 0 1.3-0.5l6.3-6.1q0.6-0.5 0.6-1.3 0-0.8-0.5-1.3t-1.3-0.5q-0.7 0-1.3 0.5l-5 4.8-5-4.8q-0.5-0.5-1.3-0.5-0.8 0-1.3 0.5t-0.5 1.3q0 0.8 0.6 1.3l6.3 6.1q0.5 0.5 1.3 0.5z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button rss shariff-nocustomcolor\" style=\"background-color:#ff8c00;border-radius:50%\"><a href=\"https:\/\/blog.hani-ibrahim.de\/en\/feed\/rss\" title=\"RSS feed\" aria-label=\"RSS feed\" role=\"button\" class=\"shariff-link\" style=\";border-radius:50%; background-color:#fe9312; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 32 32\"><path fill=\"#fe9312\" d=\"M4.3 23.5c-2.3 0-4.3 1.9-4.3 4.3 0 2.3 1.9 4.2 4.3 4.2 2.4 0 4.3-1.9 4.3-4.2 0-2.3-1.9-4.3-4.3-4.3zM0 10.9v6.1c4 0 7.7 1.6 10.6 4.4 2.8 2.8 4.4 6.6 4.4 10.6h6.2c0-11.7-9.5-21.1-21.1-21.1zM0 0v6.1c14.2 0 25.8 11.6 25.8 25.9h6.2c0-17.6-14.4-32-32-32z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button mailto shariff-nocustomcolor\" style=\"background-color:#a8a8a8;border-radius:50%\"><a href=\"mailto:?body=https%3A%2F%2Fblog.hani-ibrahim.de%2Fen%2Frsync-backups-von-freenasnas4free-zuruckkopieren.html&subject=Restore%20RSYNC%20backups%20of%20FreeNAS%2FNAS4Free\" title=\"Send by email\" aria-label=\"Send by email\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\";border-radius:50%; background-color:#999; color:#fff\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 32 32\"><path fill=\"#999\" d=\"M32 12.7v14.2q0 1.2-0.8 2t-2 0.9h-26.3q-1.2 0-2-0.9t-0.8-2v-14.2q0.8 0.9 1.8 1.6 6.5 4.4 8.9 6.1 1 0.8 1.6 1.2t1.7 0.9 2 0.4h0.1q0.9 0 2-0.4t1.7-0.9 1.6-1.2q3-2.2 8.9-6.1 1-0.7 1.8-1.6zM32 7.4q0 1.4-0.9 2.7t-2.2 2.2q-6.7 4.7-8.4 5.8-0.2 0.1-0.7 0.5t-1 0.7-0.9 0.6-1.1 0.5-0.9 0.2h-0.1q-0.4 0-0.9-0.2t-1.1-0.5-0.9-0.6-1-0.7-0.7-0.5q-1.6-1.1-4.7-3.2t-3.6-2.6q-1.1-0.7-2.1-2t-1-2.5q0-1.4 0.7-2.3t2.1-0.9h26.3q1.2 0 2 0.8t0.9 2z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button whatsapp shariff-nocustomcolor\" style=\"background-color:#5cbe4a;border-radius:50%\"><a href=\"https:\/\/api.whatsapp.com\/send?text=https%3A%2F%2Fblog.hani-ibrahim.de%2Fen%2Frsync-backups-von-freenasnas4free-zuruckkopieren.html%20Restore%20RSYNC%20backups%20of%20FreeNAS%2FNAS4Free\" title=\"Share on Whatsapp\" aria-label=\"Share on Whatsapp\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\";border-radius:50%; background-color:#34af23; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 32 32\"><path fill=\"#34af23\" d=\"M17.6 17.4q0.2 0 1.7 0.8t1.6 0.9q0 0.1 0 0.3 0 0.6-0.3 1.4-0.3 0.7-1.3 1.2t-1.8 0.5q-1 0-3.4-1.1-1.7-0.8-3-2.1t-2.6-3.3q-1.3-1.9-1.3-3.5v-0.1q0.1-1.6 1.3-2.8 0.4-0.4 0.9-0.4 0.1 0 0.3 0t0.3 0q0.3 0 0.5 0.1t0.3 0.5q0.1 0.4 0.6 1.6t0.4 1.3q0 0.4-0.6 1t-0.6 0.8q0 0.1 0.1 0.3 0.6 1.3 1.8 2.4 1 0.9 2.7 1.8 0.2 0.1 0.4 0.1 0.3 0 1-0.9t0.9-0.9zM14 26.9q2.3 0 4.3-0.9t3.6-2.4 2.4-3.6 0.9-4.3-0.9-4.3-2.4-3.6-3.6-2.4-4.3-0.9-4.3 0.9-3.6 2.4-2.4 3.6-0.9 4.3q0 3.6 2.1 6.6l-1.4 4.2 4.3-1.4q2.8 1.9 6.2 1.9zM14 2.2q2.7 0 5.2 1.1t4.3 2.9 2.9 4.3 1.1 5.2-1.1 5.2-2.9 4.3-4.3 2.9-5.2 1.1q-3.5 0-6.5-1.7l-7.4 2.4 2.4-7.2q-1.9-3.2-1.9-6.9 0-2.7 1.1-5.2t2.9-4.3 4.3-2.9 5.2-1.1z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button info shariff-nocustomcolor\" style=\"background-color:#eee;border-radius:50%\"><a href=\"http:\/\/ct.de\/-2467514\" title=\"More information\" aria-label=\"More information\" role=\"button\" rel=\"noopener \" class=\"shariff-link\" style=\";border-radius:50%; background-color:#fff; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 11 32\"><path fill=\"#999\" d=\"M11.4 24v2.3q0 0.5-0.3 0.8t-0.8 0.4h-9.1q-0.5 0-0.8-0.4t-0.4-0.8v-2.3q0-0.5 0.4-0.8t0.8-0.4h1.1v-6.8h-1.1q-0.5 0-0.8-0.4t-0.4-0.8v-2.3q0-0.5 0.4-0.8t0.8-0.4h6.8q0.5 0 0.8 0.4t0.4 0.8v10.3h1.1q0.5 0 0.8 0.4t0.3 0.8zM9.2 3.4v3.4q0 0.5-0.4 0.8t-0.8 0.4h-4.6q-0.4 0-0.8-0.4t-0.4-0.8v-3.4q0-0.4 0.4-0.8t0.8-0.4h4.6q0.5 0 0.8 0.4t0.4 0.8z\"\/><\/svg><\/span><\/a><\/li><\/ul><\/div><p>\u00a0 In my article \u201cBackup your FreeNAS\/NAS4Free shares automatically\u201d I described how to set up automatic backups via RSYNC. To restore a entire backup of [&#8230;]<\/p>\n","protected":false},"author":2,"featured_media":3062,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[24,6,45,29,31],"tags":[58,37,103,112,50,59],"class_list":["post-2123","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-german","category-gnu-linux","category-how-tos","category-nas","category-net","tag-freebsd","tag-freenas","tag-gnu-linux","tag-nas","tag-nas4free","tag-shell"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/wp\/v2\/posts\/2123","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/wp\/v2\/comments?post=2123"}],"version-history":[{"count":39,"href":"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/wp\/v2\/posts\/2123\/revisions"}],"predecessor-version":[{"id":4567,"href":"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/wp\/v2\/posts\/2123\/revisions\/4567"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/wp\/v2\/media\/3062"}],"wp:attachment":[{"href":"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/wp\/v2\/media?parent=2123"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/wp\/v2\/categories?post=2123"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/wp\/v2\/tags?post=2123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}