{"id":19985,"date":"2025-09-01T15:06:11","date_gmt":"2025-09-01T13:06:11","guid":{"rendered":"https:\/\/linux-bibel.at\/?p=19985"},"modified":"2025-09-09T09:57:39","modified_gmt":"2025-09-09T07:57:39","slug":"unison-bidirektionale-synchronisierung","status":"publish","type":"post","link":"https:\/\/linux-bibel.at\/index.php\/2025\/09\/01\/unison-bidirektionale-synchronisierung\/","title":{"rendered":"Unison &#8211; Bidirektionale Synchronisierung"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Mit <strong>Unison<\/strong> lassen sich Verzeichnisse auf zwei Systemen einfach und zuverl\u00e4ssig bidirektional synchronisieren \u2013 ein gro\u00dfer Unterschied zu <a href=\"https:\/\/linux-bibel.at\/index.php\/2025\/08\/31\/rsync-synchronisierung-per-mausklick\/\" data-type=\"link\" data-id=\"https:\/\/linux-bibel.at\/index.php\/2025\/08\/31\/rsync-synchronisierung-per-mausklick\/\">rsync<\/a>, das normalerweise nur in eine Richtung synchronisiert.<\/p>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\">Teil 1 &#8211; Grundlagen von Unison<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">I. Was macht Unison besonders?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Unison vergleicht zwei Verzeichnisse und erkennt Ver\u00e4nderungen sowohl auf dem lokalen als auch auf dem entfernten System. So k\u00f6nnen etwa ein Musikordner auf dem Laptop und einer auf dem Desktop abgeglichen werden \u2013 neue Dateien in beiden Ordnern werden \u00fcbernommen, sodass nach dem Synchronisieren beide Systeme den gleichen Stand haben. Unison arbeitet dabei ressourcenschonend, denn es \u00fcbertr\u00e4gt nur die \u00c4nderungen innerhalb von Dateien, \u00e4hnlich wie rsync.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">II. Unterschiede zu rsync<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Synchronisation: <br>W\u00e4hrend rsync Dateien von A nach B kopiert (und dabei A als &#8222;Master&#8220; sieht), synchronisiert Unison Dateien in beide Richtungen und erkennt, wo neue, gel\u00f6schte oder ge\u00e4nderte Dateien sind.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">L\u00f6schen und Hinzuf\u00fcgen: <br>Wenn bei rsync die Option &#8211;delete benutzt wird, gilt die Quelle als &#8222;Master&#8220;: Dateien, die nur im Ziel vorhanden sind, werden gel\u00f6scht. Bei Unison kann auf beiden Seiten frei gearbeitet werden \u2013 nach dem Sync sind beide Ordner identisch, egal wo etwas ge\u00e4ndert wurde.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Konflikte: <br>Unison macht den Benutzer auf Konflikte aufmerksam, etwa wenn die gleiche Datei auf beiden Seiten unterschiedlich ver\u00e4ndert wurde \u2013 dann entscheidet man &#8222;h\u00e4ndisch&#8220;, welche Version erhalten bleibt.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">III. Unison installieren<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Mit folgenden Befehl:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>sudo apt install unison<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">wird Unison auf Debian-basierenden Distributionen installiert. <\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">IV. Synchronisationsordner festlegen<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">W\u00e4hlen Sie zwei Ordner aus, die synchron bleiben sollen, z.B.:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\/home\/user\/ordner1<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\/media\/user\/usb\/ordner2<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Der erste Ordner kann auf dem lokalen PC sein, der zweite z.B. auf einem USB-Laufwerk.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">V. Profil anlegen <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Unison verwendet Profile zur Organisation der zu synchronisierenden Ordner. Daf\u00fcr wird eine kleine Datei angelegt, z.B. ~\/.unison\/usb-sync.prf, mit folgendem Inhalt:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>root = \/home\/user\/Dokumente\/ordner1\nroot = \/media\/user\/USB\/ordner2<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Damit wird Unison mitgeteilt, zwischen welchen beiden Ordnern synchronisiert werden soll.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">VI. Synchronisation starten<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Das Kommando im Terminal:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>unison usb-sync<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">vergleicht nun beide Ordner und zeigt an, welche Dateien neu sind, ge\u00e4ndert oder gel\u00f6scht wurden. In ordner1 befindet sich eine neue Datei muster_2025.odt. Diese kann nun in ordner2 synchronisiert werden. Wir stimmen dem zu mit der Eingabe von<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code><strong>f<\/strong><\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_7.png\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" width=\"1025\" height=\"572\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_7.png\" alt=\"\" class=\"wp-image-19995\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_7.png 1025w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_7-150x84.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_7-300x167.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_7-768x429.png 768w\" sizes=\"auto, (max-width: 1025px) 100vw, 1025px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Mit der Eingabe von <\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code><strong>y<\/strong><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">best\u00e4tigen wir den Prozess.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_8.png\" rel=\"lightbox-1\"><img loading=\"lazy\" decoding=\"async\" width=\"1025\" height=\"572\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_8.png\" alt=\"\" class=\"wp-image-19996\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_8.png 1025w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_8-150x84.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_8-300x167.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_8-768x429.png 768w\" sizes=\"auto, (max-width: 1025px) 100vw, 1025px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Nun erhalten wir die Best\u00e4tigung der erfolgreichen Synchronisation&#8230;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_9.png\" rel=\"lightbox-2\"><img loading=\"lazy\" decoding=\"async\" width=\"1025\" height=\"572\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_9.png\" alt=\"\" class=\"wp-image-19997\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_9.png 1025w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_9-150x84.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_9-300x167.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_9-768x429.png 768w\" sizes=\"auto, (max-width: 1025px) 100vw, 1025px\" \/><\/a><\/figure>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Wichtiger Hinweis<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Unison ben\u00f6tigt zur korrekten Funktion Zugriff zu Dateiberechtigungen. Externe Laufwerke sollten dazu im Dateiformat NTFS oder Ext4 formatiert sein. \u00c4ltere Formate wie FAT32 bzw. exFAT sind hierzu nicht geeignet.<\/p>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\">Teil 2 &#8211; Unison per Skript und Starter ausl\u00f6sen<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Wie rsync l\u00e4sst sich auch Unison per Skript und Starter f\u00fcr regelm\u00e4\u00dfige Synchronisationen ausl\u00f6sen.  <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Mit nachfolgenden Bash-Skript, startet Unison die Synchronisation &#8211; nach Abschluss bleibt so lange ein Best\u00e4tigungsfenster (per Zenity) ge\u00f6ffnet, bis per Mausklick best\u00e4tigt wird. Erst dann wird das Terminalfenster beendet. Voraussetzung ist ein installiertes Zenity per:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>sudo apt install zenity<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u00d6ffnen Sie einen Texteditor wie z.B. Mousepad unter Xfce und f\u00fcgen folgenden Inhalt ein:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#!\/bin\/bash\n\n# Name und Pfade f\u00fcr das Unison-Profil\nPROFIL=\"usb-sync\"\nPROFILPFAD=\"$HOME\/.unison\/$PROFIL.prf\"\n\n# Die synchronisierenden Verzeichnisse (anpassen ggf.!)\nORDNER1=\"$HOME\/user\/dokumente\/ordner1\"\nORDNER2=\"\/media\/$USER\/usb\/ordner2\"\n\n# Profildatei automatisch anlegen, falls noch nicht vorhanden\nif &#91; ! -f \"$PROFILPFAD\" ]; then\n  mkdir -p \"$HOME\/.unison\"\n  cat &lt;&lt; EOF &gt; \"$PROFILPFAD\"\nroot = $ORDNER1\nroot = $ORDNER2\nEOF\nfi\n\n# Unison-Synchronisation starten (keine speziellen Rechte erforderlich)\nunison \"$PROFIL\"\n\n# Nach Mausklick schlie\u00dfen (Zenity-Dialog)\nzenity --info --title=\"Synchronisation beendet\" --text=\"Die Synchronisation wurde erfolgreich ausgef\u00fchrt.\\nMit Klick auf OK wird das Terminal geschlossen.\"<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Die Pfade bitte entsprechend Ihrer Gegebenheiten anpassen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Speichern Sie das Skript mit der Bezeichnung<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>synchronisieren.sh<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">in Ihr home-Verzeichnis.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Mit weiteren Befehl:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>chmod +x \/home\/user\/synchronisieren.sh<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">erh\u00e4lt das Skript Ausf\u00fchrungsrechte.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Starter zum Synchronisieren erstellen<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Nun erstellen wir noch einen Anwendungs-Starter &#8211; hier i.B. unter Xfce &#8211; per Rechtsklick in die Leiste -&gt; Leisteneinstellungen -&gt; Objekte -&gt; Hinzuf\u00fcgen -&gt; Starter -&gt; Hinzuf\u00fcgen&#8230;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Konfigurieren Sie den Starter wie folgt&#8230;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_10.png\" rel=\"lightbox-3\"><img loading=\"lazy\" decoding=\"async\" width=\"514\" height=\"436\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_10.png\" alt=\"\" class=\"wp-image-20000\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_10.png 514w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_10-150x127.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_10-300x254.png 300w\" sizes=\"auto, (max-width: 514px) 100vw, 514px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Im Feld <strong>Befehl<\/strong> f\u00fcgen Sie<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>xfce4-terminal -e \"\/home\/user\/synchronisieren.sh\"<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">ein und klicken auf <strong>Speichern<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Den Starter positionieren Sie in der Leiste an die gew\u00fcnschte Stelle. Ein Klick darauf startet die Synchronisation, wie im Teil 1 beschrieben. Wurden zwischenzeitlich keine Daten ver\u00e4ndert, erhalten Sie folgende Meldung&#8230;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_11.png\" rel=\"lightbox-4\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"587\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_11-1024x587.png\" alt=\"\" class=\"wp-image-20001\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_11-1024x587.png 1024w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_11-150x86.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_11-300x172.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_11-768x441.png 768w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_11.png 1060w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Ein Klick auf <strong>OK<\/strong> beendet das Terminal.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Sollten zwischenzeitlich Dateien hinzugef\u00fcgt oder gel\u00f6scht worden sein, k\u00f6nnte es so aussehen wie hier im Beispiel. In ordner1 befindet sich eine neue Datei, die nach ordner2 synchronisiert werden kann. Geben Sie dazu einfach auf der Tastatur ein<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code><strong>f<\/strong><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">f\u00fcr follow \/ folgen ein&#8230;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_12.png\" rel=\"lightbox-5\"><img loading=\"lazy\" decoding=\"async\" width=\"1025\" height=\"572\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_12.png\" alt=\"\" class=\"wp-image-20002\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_12.png 1025w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_12-150x84.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_12-300x167.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_12-768x429.png 768w\" sizes=\"auto, (max-width: 1025px) 100vw, 1025px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">und best\u00e4tigen mit Eingabe von<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code><strong>y<\/strong><\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_13.png\" rel=\"lightbox-6\"><img loading=\"lazy\" decoding=\"async\" width=\"1025\" height=\"572\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_13.png\" alt=\"\" class=\"wp-image-20003\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_13.png 1025w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_13-150x84.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_13-300x167.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_13-768x429.png 768w\" sizes=\"auto, (max-width: 1025px) 100vw, 1025px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Es erfolgt die Synchronisierung mit ordner2 &#8211; nach erfolgreichen Abschluss beenden Sie das Terminal mit Klick auf <strong>OK<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_14.png\" rel=\"lightbox-7\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"575\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_14-1024x575.png\" alt=\"\" class=\"wp-image-20004\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_14-1024x575.png 1024w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_14-150x84.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_14-300x168.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_14-768x431.png 768w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/unison_14.png 1039w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Fazit<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Das ist nur ein einfaches Beispiel zur Synchronisation mit Unison per Skript. Es lassen sich damit sehr viel umfangreichere L\u00f6sungen verwirklichen.<br>Beachten Sie auch hier den obigen Hinweis bzgl. externer Laufwerke und deren Formatierung.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Titelbild: <a href=\"http:\/\/www.freepik.com\">Designed by Freepik<\/a><\/p>\n<div class=\"pld-like-dislike-wrap pld-custom\">\r\n    <div class=\"pld-like-wrap  pld-common-wrap\">\r\n    <a href=\"javascript:void(0)\" class=\"pld-like-trigger pld-like-dislike-trigger  \" title=\"Gef\u00e4llt mir\" data-post-id=\"19985\" data-trigger-type=\"like\" data-restriction=\"cookie\" data-already-liked=\"0\">\r\n                            <img src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2023\/12\/Daumen-Hoch.png\" alt=\"Gef\u00e4llt mir\" \/>\r\n            <\/a>\r\n    <span class=\"pld-like-count-wrap pld-count-wrap\">11    <\/span>\r\n<\/div><div class=\"pld-dislike-wrap  pld-common-wrap\">\r\n    <a href=\"javascript:void(0)\" class=\"pld-dislike-trigger pld-like-dislike-trigger  \" title=\"Gef\u00e4llt mir nicht\" data-post-id=\"19985\" data-trigger-type=\"dislike\" data-restriction=\"cookie\" data-already-liked=\"0\">\r\n                            <img src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2023\/12\/Daumen-Runter.png\" alt=\"Gef\u00e4llt mir nicht\" \/>\r\n            <\/a>\r\n    <span class=\"pld-dislike-count-wrap pld-count-wrap\"><\/span>\r\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Mit Unison lassen sich Verzeichnisse auf zwei Systemen einfach und zuverl\u00e4ssig bidirektional synchronisieren \u2013 ein gro\u00dfer Unterschied zu rsync, das normalerweise nur in eine Richtung synchronisiert. Teil 1 &#8211; Grundlagen von Unison I. Was macht Unison besonders? Unison vergleicht zwei Verzeichnisse und erkennt Ver\u00e4nderungen sowohl auf dem lokalen als auch auf dem entfernten System. So [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":19986,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[410],"tags":[1374,1370,1372,615,1373],"class_list":["post-19985","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-backup","tag-bidirektional","tag-rsync","tag-skript","tag-synchronisation","tag-unison"],"_links":{"self":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts\/19985","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/comments?post=19985"}],"version-history":[{"count":11,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts\/19985\/revisions"}],"predecessor-version":[{"id":20129,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts\/19985\/revisions\/20129"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/media\/19986"}],"wp:attachment":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/media?parent=19985"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/categories?post=19985"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/tags?post=19985"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}