{"id":589,"date":"2009-12-27T21:53:52","date_gmt":"2009-12-27T20:53:52","guid":{"rendered":"https:\/\/blog.hani-ibrahim.de\/?p=589"},"modified":"2020-10-07T18:32:43","modified_gmt":"2020-10-07T17:32:43","slug":"automatisches-backup-von-freenas","status":"publish","type":"post","link":"https:\/\/blog.hani-ibrahim.de\/en\/automatisches-backup-von-freenas.html","title":{"rendered":"Backup your FreeNAS\/NAS4Free shares automatically"},"content":{"rendered":"<nav class=\"tinytoc tiny_toc\">\n<ul>\n<li><a href=\"#h0\">Setup the backup<\/a><\/li>\n<li><a href=\"#h1\">Restore backup<\/a><\/li>\n<li><a href=\"#h2\">Case of Average<\/a><\/li>\n<li><a href=\"#h3\">Related Links<\/a><\/li>\n<\/ul>\n<\/nav>\n\n\r\n<body><p>If you use FreeNAS or NAS4Free as a file server it is highly recommended to backup your data directories regularly. But often people do not make backups for the sake of convenience. Although it is pretty easy to setup an automated multi generation backup with FreeNAS. To avoid interfering your daily work it is reasonable to perform the backup at night.<\/p>\n<p><!--more--><\/p>\n<p>FreeNAS uses RSYNC for data saving and syncing. Therewith you can save multiple instances of a data pool without multiply data volume (snapshot). There are only changed files saved. But in the file system it looks like that the complete data pool is multiple saved. That is done by the application of file system links.<\/p>\n<p>For inexperienced users it is easy to restore files because they see an exact copy of the original file system in the backup. They just have to pick up the file\/files in question and copy it back. Finally RSYNC just mirrors the data in a very smart and efficient way.<\/p>\n<p>You just need a second harddisk and the script <span class=\"codestyle\">rsnc_snap_d2d.sh<\/span> from the <a href=\"http:\/\/www.freenaskb.info\/kb\/?View=entry&amp;EntryID=185\">Knowledgebase<\/a> of FreeNAS. Change line 24:<\/p>\n<pre>i=9<\/pre>\n<p>if you need more than 9 generations of a backup.<span class=\"codestyle\"> i=9<\/span> means that nine backups will be stored till the first will be overwritten (first in, first out). If the backup is performed daily you can restore files up to an age of 9 days.<\/p>\n<h3 id=\"h0\">Setup the backup<\/h3>\n<p>This how-to is based on FreeNAS 0.69.2 (Muad\u2019Dib).<\/p>\n<ol>\n<li>Connect your backup hard drive to the server and restart FreeNAS if indicated.<\/li>\n<li>Add the harddisk in FreeNAS\u2019 Backend (Disks|Management\u201d)<\/li>\n<li>Format the drive (Disk|Format), I recommend UFS-format<\/li>\n<li>Set a mount point (Disks|Mount Point|Management) to your drive\n<p><\/p><div id=\"attachment_2098\" style=\"width: 310px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/freenas-mount_en.png\" data-rel=\"lightbox-gallery-yRXEQzoW\" data-rl_title=\"Mount backup hardrive\" data-rl_caption=\"\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-2098\" class=\"size-medium wp-image-2098\" title=\"Mount backup hardrive\" src=\"https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/freenas-mount_en-300x248.png\" alt=\"Mount backup hardrive\" width=\"300\" height=\"248\" srcset=\"https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/freenas-mount_en-300x248.png 300w, https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/freenas-mount_en.png 890w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\"><\/a><p id=\"caption-attachment-2098\" class=\"wp-caption-text\">Mount backup hardrive<\/p><\/div><\/li>\n<li>Create a new share (Services|CIFS\/SMB|Shares) so that users have access to the backuped files.\n<div id=\"attachment_2099\" style=\"width: 310px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/freenas-share_en.png\" data-rel=\"lightbox-gallery-yRXEQzoW\" data-rl_title=\"Create backup share\" data-rl_caption=\"\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-2099\" class=\"size-medium wp-image-2099\" title=\"Create backup share\" src=\"https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/freenas-share_en-300x271.png\" alt=\"Create backup share\" width=\"300\" height=\"271\" srcset=\"https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/freenas-share_en-300x271.png 300w, https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/freenas-share_en.png 890w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\"><\/a><p id=\"caption-attachment-2099\" class=\"wp-caption-text\">Create backup share<\/p><\/div>\n<p>But you have to <strong>set the access to \u201cread-only\u201d<\/strong> (see screenshot above)! That is very important to avoid confusion. Because it is likely that users, if they find the file they are looking for, edit it and save it at the place where they opened it. And this place is the backup share. When they open the file again on the regular share (because they forgot that they altered the file somewhere on the backup share) they are confused that the changes did not happened. Bit they happened somewhere on the backup. If you have a lot of backup instances you will spend a lot of time to find your file with the changes you made.<\/p>\n<p>You can leave the other settings as they are.<\/p><\/li>\n<li>Upload\/copy <span class=\"codestyle\">rsnc_snap_d2d.sh<\/span> to a share.\n<p class=\"hinweis\"><em><strong>Important for experts:<\/strong> If you use SSH to upload the script, please be advised that if you store the script somewhere else in the file system and you installed FreeNAS\/NAS4Free embedded, it is lost after a server reboot. Because an embedded installed FreeNAS\/NAS4Free stores the core file system on a RAM disc. Just the shares (<span class=\"codestyle\">\/mnt<\/span>) are on the hard drives permanently. This limitation does not apply to full installations!<\/em><\/p>\n<\/li>\n<li>To get the backup task done regularly you have to create a cron job (System|Advanced|Cron) with root privileges. Klick on \u201c+\u201d and fill out the field command, like:\n<pre>sh \/path\/to\/share\/rsync_snap_d2d.sh \/path\/to\/share\/ \/path\/to\/backupshare\/<\/pre>\n<p>If you store the script in the root directory of the share called <span class=\"codestyle\">myshare<\/span> and if the share you want to backup is also <span class=\"codestyle\">myshare<\/span> and if the target share for the backup is called <span class=\"codestyle\">mybackup<\/span> the command is:<\/p>\n<pre>sh \/mnt\/myshare\/rsync_snap_d2d.sh \/mnt\/myshare\/ \/mnt\/mybackup\/<\/pre>\n<p>The first fraction <span class=\"codestyle\">sh<\/span> of the command executes a shell. The second described the path and the name of the backup script. The third ist the path to the share you want to backup. The fourth part is the path to the backup share.\u00a0You do not need to save a whole share you can just backup a folder if you like. Just specify the folder in fraction 3 of the command.<\/p>\n<p>Anyway, it is sometimes reasonable to store the backup in a folder and not in the root directory of the backup share. You just have to append the name of the folder after <span class=\"codestyle\">\/mnt\/mybackup\/<\/span>. But avoid special characters \u2013 even umlauts \u2013 or blanks in the name of the share. If you can not avoid blanks, put the path in quotation marks, e.g.: \u201c\/mnt\/my backup\/\u201d but not the whole command.<\/p>\n<div class=\"hinweis\">Because FreeNAS\/NAS4Free are UNIX-System you have to keep in mind that file names and consequently paths are <strong>case-sensitive<\/strong>.<\/div>\n<p style=\"margin-bottom: 0cm;\"><span style=\"font-style: normal;\"><span style=\"font-weight: normal;\">In the screenshot below the backup will be performed every day at 5am. <\/span><\/span><span style=\"font-style: normal;\"><span style=\"font-weight: normal;\">If you have more than one share which need backup create more cron jobs like the one above.<\/span><\/span><\/p>\n<p><\/p><div id=\"attachment_2100\" style=\"width: 310px\" class=\"wp-caption alignnone\"><a href=\"https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/freenas-cron_en.png\" data-rel=\"lightbox-gallery-yRXEQzoW\" data-rl_title=\"Create cron job\" data-rl_caption=\"\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-2100\" class=\"size-medium wp-image-2100\" title=\"Create cron job\" src=\"https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/freenas-cron_en-300x212.png\" alt=\"\" width=\"300\" height=\"212\" srcset=\"https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/freenas-cron_en-300x212.png 300w, https:\/\/blog.hani-ibrahim.de\/wp-content\/uploads\/freenas-cron_en.png 890w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\"><\/a><p id=\"caption-attachment-2100\" class=\"wp-caption-text\">Create cron job<\/p><\/div><\/li>\n<\/ol>\n<h3 id=\"h1\">Restore backup<\/h3>\n<p>The backup above is stored in the backup share <span class=\"codestyle\">\/mnt\/mybackup<\/span> in the directories<span class=\"codestyle\"> myshare_bak1<\/span> to <span class=\"codestyle\">myshare_bak9<\/span> if the value \u201ci\u201d in the script is 9. <span class=\"codestyle\">myshare_bak1<\/span> contains the newest backups, <span class=\"codestyle\">myshare_bak9<\/span> the oldest. The time stamp of the directories shows which backup from which time they contain. To restore, just copy the files or folders in question back with your file manager.<\/p>\n<h3 id=\"h2\">Case of Average<\/h3>\n<p>If your harddisk is broken and you need to copy your data back on a new disk my posting <a href=\"https:\/\/blog.hani-ibrahim.de\/en\/rsync-backups-von-freenasnas4free-zuruckkopieren.html\">Restore RSYNC backups of FreeNAS\/NAS4Free<\/a> will give you step-by-step instructions.<\/p>\n<p>When you need your data quickly before you exchange your harddrive and copy back you backup, refer <a title=\"Mount FreeNAS UFS-Harddrives\" href=\"https:\/\/blog.hani-ibrahim.de\/en\/freenas-ufs-datentraeger-mounten.html\">Mount FreeNAS UFS-Harddrives<\/a> for details.<\/p>\n<h3 id=\"h3\">Related Links<\/h3>\n<ul>\n<li><a href=\"http:\/\/www.freenaskb.info\/kb\/?View=entry&amp;EntryID=185\">Easy Automated Snapshot-Style Backups with FreeNAS and Rsync<\/a> | FreeNAS Knowledgebase<\/li>\n<li><a href=\"http:\/\/www.mikerubel.org\/computers\/rsync_snapshots\/\">Easy Automated Snapshot-Style Backups with Linux and Rsync<\/a> | Mike Rubel<\/li>\n<\/ul>\n<p><\/p><\/body>","protected":false},"excerpt":{"rendered":"<div class=\"shariff shariff-align-left shariff-widget-align-left\" data-services=\"facebook\" data-url=\"https:\/\/blog.hani-ibrahim.de\/en\/automatisches-backup-von-freenas.html\" data-timestamp=\"1602095563\" 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%2Fautomatisches-backup-von-freenas.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%2Fautomatisches-backup-von-freenas.html&text=Backup%20your%20FreeNAS%2FNAS4Free%20shares%20automatically\" 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%2Fautomatisches-backup-von-freenas.html&title=Backup%20your%20FreeNAS%2FNAS4Free%20shares%20automatically\" 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%2Fautomatisches-backup-von-freenas.html&subject=Backup%20your%20FreeNAS%2FNAS4Free%20shares%20automatically\" 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%2Fautomatisches-backup-von-freenas.html%20Backup%20your%20FreeNAS%2FNAS4Free%20shares%20automatically\" 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>Sorry, this entry is only available in Deutsch.<\/p>\n","protected":false},"author":2,"featured_media":3284,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[24,25,45,29,31],"tags":[95,37,112,50,139,62,151],"class_list":["post-589","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-german","category-english","category-how-tos","category-nas","category-net","tag-featured","tag-freenas","tag-nas","tag-nas4free","tag-network","tag-nic","tag-netzwerkspeicher"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/wp\/v2\/posts\/589","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=589"}],"version-history":[{"count":108,"href":"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/wp\/v2\/posts\/589\/revisions"}],"predecessor-version":[{"id":4573,"href":"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/wp\/v2\/posts\/589\/revisions\/4573"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/wp\/v2\/media\/3284"}],"wp:attachment":[{"href":"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/wp\/v2\/media?parent=589"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/wp\/v2\/categories?post=589"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.hani-ibrahim.de\/en\/wp-json\/wp\/v2\/tags?post=589"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}