{"id":19885,"date":"2025-08-28T07:33:55","date_gmt":"2025-08-28T05:33:55","guid":{"rendered":"https:\/\/linux-bibel.at\/?p=19885"},"modified":"2025-08-28T07:41:57","modified_gmt":"2025-08-28T05:41:57","slug":"synchronisieren-mit-rsync-bzw-grsync","status":"publish","type":"post","link":"https:\/\/linux-bibel.at\/index.php\/2025\/08\/28\/synchronisieren-mit-rsync-bzw-grsync\/","title":{"rendered":"Synchronisieren mit Rsync bzw. Grsync"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><strong>rsync<\/strong> ist ein leistungsf\u00e4higes Tool, um Daten zwischen lokalen oder entfernten Rechnern zu synchronisieren. Es \u00fcbertr\u00e4gt dabei nur Unterschiede zwischen Quell- und Zielverzeichnis und ist somit besonders ressourcenschonend und schnell.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">I.   Installation von rsync<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">rsync ist zumeist schon vorinstalliert. Falls nicht, kann es je nach Distribution mit folgenden Befehlen installiert werden:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Debian, Ubuntu, Linux Mint<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>sudo apt install rsync<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Fedora u.a. RPM-basierte Distributionen<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>sudo dnf install rsync<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Arch Linux u.a. darauf basierende Distros<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>sudo pacman -S rsync<\/code><\/pre>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">I.I   Grundlegende Syntax<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Die allgemeine Syntax lautet:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>rsync &#91;OPTIONEN] QUELLE ZIEL<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">wobei:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">QUELLE &#8211; Die Datei(en)\/das Verzeichnis, das synchronisiert werden soll<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">und&#8230;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">ZIEL: Der Zielpfad, Offline oder Remote<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">bedeuten soll.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">I.II   H\u00e4ufig genutzte Optionen<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">-a: Archivmodus, erh\u00e4lt Rechte, Links und Zeiten<br>-v: Ausf\u00fchrliche Anzeige<br>&#8211;delete: L\u00f6scht Dateien im Ziel, die nicht mehr in der Quelle existieren<br>&#8211;exclude: Schlie\u00dft bestimmte Dateien\/Verzeichnisse von der Synchronisation aus<br>-z: Komprimiert die \u00dcbertragung bei Netzwerk-Sync<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">I.III   Lokale Synchronisation<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Beispiel: Kopiere das Verzeichnis <em>src<\/em> nach <em>dest<\/em>:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>rsync -av src\/ dest\/<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Der abschlie\u00dfende Slash \/ sorgt daf\u00fcr, dass der Inhalt von <em>src<\/em> und nicht das Verzeichnis selbst kopiert wird.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">I.IV   Ausschl\u00fcsse definieren<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Bestimmte Dateien\/Verzeichnisse ausschlie\u00dfen:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>rsync -a --exclude 'Datei.txt' --exclude 'Ordner*' src\/ dest\/<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Die Datei <em>Datei.txt<\/em> und alle Verzeichnisse mit \u201e<em>Ordner<\/em>\u201c im Namen werden ausgelassen.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">I.V   Synchronisation \u00fcber das Netzwerk<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Mit SSH:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>rsync -avz -e ssh user@server:\/pfad\/quelle\/ \/pfad\/ziel\/<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Dies \u00fcbertr\u00e4gt Daten verschl\u00fcsselt und sicher zwischen zwei Rechnern.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Vorsicht mit &#8211;delete<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Die Option <em>&#8211;delete<\/em> entfernt auf dem Ziel-Backup alle Dateien, die in der Quelle nicht mehr existieren. Bei einem Fehler, wie etwa wenn das Quellverzeichnis versehentlich leer ist oder gar nicht eingeh\u00e4ngt wurde, kann es passieren, dass gro\u00dfe Mengen wichtiger Daten im Backup gel\u00f6scht werden.<br>Daher sollte vor dem Einsatz von <em>&#8211;delete<\/em> immer kontrolliert werden, ob beide Verzeichnisse den erwarteten Inhalt haben und korrekt eingebunden\/gemountet sind.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">I.VI   Simulation<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Mit <em>&#8211;dry-run<\/em> kann der Ablauf vorab simuliert werden, ohne echte Ver\u00e4nderungen vorzunehmen:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>rsync -a --dry-run src\/ dest\/<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Damit l\u00e4sst sich \u00fcberpr\u00fcfen, was passieren w\u00fcrde, wenn&#8230;<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">I.VII   Fazit zu rsync<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">rsync ist ein vielseitiges und effizientes Tool f\u00fcr die Dateisynchronisation und Backups unter Linux, das die \u00dcbertragung optimiert, indem es nur ge\u00e4nderte Daten kopiert und viele Einstellungsm\u00f6glichkeiten bietet.<br>rsync geh\u00f6rt f\u00fcr Linux-Anwender zu den wertvollsten Standardwerkzeugen f\u00fcr effiziente, sichere und flexible Daten\u00fcbertragungen \u2013 eine korrekte Anwendung vorausgesetzt.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">II.   Grsync &#8211; Grafische Oberfl\u00e4che f\u00fcr Rsync<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_1.png\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" width=\"815\" height=\"617\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_1.png\" alt=\"\" class=\"wp-image-19890\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_1.png 815w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_1-150x114.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_1-300x227.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_1-768x581.png 768w\" sizes=\"auto, (max-width: 815px) 100vw, 815px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Grsync<\/strong> ist eine grafische Benutzeroberfl\u00e4che (GUI) f\u00fcr das Synchronisations- und Backup-Tool rsync unter Linux. Rsync wird via Terminal verwendet und erm\u00f6glicht das schnelle \u00dcbertragen und Synchronisieren von Dateien und Ordnern lokal oder \u00fcber das Netzwerk. Grsync erleichtert die Anwendung von rsync f\u00fcr Einsteiger, da man nicht alle komplizierten Befehle im Terminal eintippen muss, sondern \u00fcber eine \u00fcbersichtliche Oberfl\u00e4che arbeitet.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">II.I   Installation von Grsync<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In vielen Linux-Distributionen, insbesondere bei Debian und Derivaten, kann Grsync einfach \u00fcber die Paketverwaltung installiert werden:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>sudo apt install grsync<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Nach der Installation ist Grsync direkt \u00fcber das Anwendungsmen\u00fc oder den Terminalbefehl <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>grsync<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">startklar.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">II.II   Ein neues Profil anlegen<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">F\u00fcr jede Synchronisationsaufgabe empfiehlt sich ein eigenes Profil, das sp\u00e4ter immer wieder verwendet werden kann&#8230;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Neue Sitzung hinzuf\u00fcgen<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Bei der Auswahl von <em>Neue Sitzung<\/em> wird ein einzelnes Rsync-Profil (Sitzung) angelegt, das spezifische Einstellungen sowie Quell- und Zielverzeichnis enth\u00e4lt. Diese Sitzung kann unabh\u00e4ngig gestartet und angepasst werden und ist besonders geeignet f\u00fcr einzelne, klar getrennte Synchronisationsaufgaben. Die Einstellungen und Parameter betreffen nur diese eine Sitzung.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_2.png\" rel=\"lightbox-1\"><img loading=\"lazy\" decoding=\"async\" width=\"813\" height=\"617\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_2.png\" alt=\"\" class=\"wp-image-19895\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_2.png 813w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_2-150x114.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_2-300x228.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_2-768x583.png 768w\" sizes=\"auto, (max-width: 813px) 100vw, 813px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Sitzungsgruppe hinzuf\u00fcgen<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_3.png\" rel=\"lightbox-2\"><img loading=\"lazy\" decoding=\"async\" width=\"805\" height=\"611\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_3.png\" alt=\"\" class=\"wp-image-19896\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_3.png 805w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_3-150x114.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_3-300x228.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_3-768x583.png 768w\" sizes=\"auto, (max-width: 805px) 100vw, 805px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Mit <em>Sitzungsgruppe hinzuf\u00fcgen<\/em> wird eine Gruppe mehrerer Sitzungen gebildet. Dies erm\u00f6glicht die Organisation mehrerer Backup- und Synchronisationsprozesse, die mit einem einzigen Klick nacheinander oder gleichzeitig ausgef\u00fchrt werden k\u00f6nnen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ideal, wenn verschiedene Backups regelm\u00e4\u00dfig zusammen laufen sollen (z.B. home-Verzeichnis, Dokumente, Bilder). \u00c4nderungen an der Gruppe wirken sich auf alle enthaltenen Sitzungen aus; Gruppen k\u00f6nnen zentral verwaltet und gestartet werden.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Typische Nutzung<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Eine <em>Neue Sitzung<\/em> ist f\u00fcr einfache, individuelle Backup- oder Kopieraufgaben.<br>Eine <em>Sitzungsgruppe<\/em> erleichtert komplexere Abl\u00e4ufe, bei denen verschiedene Synchronisationsaufgaben miteinander verkn\u00fcpft sind und gemeinsam ausgef\u00fchrt werden. <br>Mit diesen M\u00f6glichkeiten bietet Grsync eine flexible Verwaltung f\u00fcr einfache und fortgeschrittene Backup-Szenarien.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">II.III   Quelle und Ziel festlegen<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Im Feld <em>Quelle<\/em> das Ausgangsverzeichnis w\u00e4hlen (1)<br>Im Feld <em>Ziel<\/em> das Verzeichnis f\u00fcr die Synchronisation eintragen (2)<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_4.png\" rel=\"lightbox-3\"><img loading=\"lazy\" decoding=\"async\" width=\"805\" height=\"611\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_4.png\" alt=\"\" class=\"wp-image-19898\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_4.png 805w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_4-150x114.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_4-300x228.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_4-768x583.png 768w\" sizes=\"auto, (max-width: 805px) 100vw, 805px\" \/><\/a><\/figure>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">II.IV   Wichtige Optionen aktivieren<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Die wichtigsten Einstellungen sind \u00fcber Checkboxen erreichbar:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; Rekursiv (Unterverzeichnisse einbeziehen)<br>&#8211; Archiv (Dateirechte, Zeitstempel und Symlinks erhalten)<br>&#8211; L\u00f6schen (Dateien am Ziel l\u00f6schen, die in der Quelle fehlen \u2013 Vorsicht!)<br>&#8211; Simulation (Testlauf, keine echten Ver\u00e4nderungen) \u2013 ideal zum ersten Check&#8230;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">F\u00fcr die meisten Anwendungsszenarien reicht das Aktivieren von \u201eArchiv\u201c und \u201eRekursiv\u201c.<br>Zus\u00e4tzliche Optionen k\u00f6nnen je nach Bedarf angew\u00e4hlt werden.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Simulationslauf&#8230;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_5.png\" rel=\"lightbox-4\"><img loading=\"lazy\" decoding=\"async\" width=\"809\" height=\"614\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_5.png\" alt=\"\" class=\"wp-image-19899\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_5.png 809w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_5-150x114.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_5-300x228.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_5-768x583.png 768w\" sizes=\"auto, (max-width: 809px) 100vw, 809px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Start der Synchronisation nach erfolgreicher Simulation&#8230;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_6.png\" rel=\"lightbox-5\"><img loading=\"lazy\" decoding=\"async\" width=\"811\" height=\"617\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_6.png\" alt=\"\" class=\"wp-image-19901\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_6.png 811w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_6-150x114.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_6-300x228.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/08\/grsync_6-768x584.png 768w\" sizes=\"auto, (max-width: 811px) 100vw, 811px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Nach Abschluss der Synchronisation erfolgt die Ausgabe einer Erfolgs- bzw. evtl. Fehlermeldung.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">II.VI.   Eine kurze Zusammenfassung<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; Quell- und Zielverzeichnis w\u00e4hlen<br>&#8211; Synchronisationstyp bestimmen<br>&#8211; Optionen anpassen<br>&#8211; Simulation vor der Ausf\u00fchrung<br>&#8211; Starten der Synchronisation<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">III.   Vorteile von Grsync f\u00fcr Einsteiger<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211; Grsync unterst\u00fctzt alle Basisfunktionen von rsync f\u00fcr Backups und Synchronisationen<br>&#8211; Eingabe von langen rsync-Befehlsketten im Terminal entfallen <br>&#8211; Eine \u00fcbersichtliche Bedienoberfl\u00e4che zur Konfiguration von Quelle, Ziel, Optionen und Simulation<br>&#8211; Automatisierung durch speichern von Sessions oder Konfigurationen<\/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=\"19885\" 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\">18    <\/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=\"19885\" 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>rsync ist ein leistungsf\u00e4higes Tool, um Daten zwischen lokalen oder entfernten Rechnern zu synchronisieren. Es \u00fcbertr\u00e4gt dabei nur Unterschiede zwischen Quell- und Zielverzeichnis und ist somit besonders ressourcenschonend und schnell. I. Installation von rsync rsync ist zumeist schon vorinstalliert. Falls nicht, kann es je nach Distribution mit folgenden Befehlen installiert werden: Debian, Ubuntu, Linux Mint [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":19893,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[410,72],"tags":[1371,1370,615],"class_list":["post-19885","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-backup","category-sicherheit","tag-grsync","tag-rsync","tag-synchronisation"],"_links":{"self":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts\/19885","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=19885"}],"version-history":[{"count":13,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts\/19885\/revisions"}],"predecessor-version":[{"id":20128,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts\/19885\/revisions\/20128"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/media\/19893"}],"wp:attachment":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/media?parent=19885"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/categories?post=19885"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/tags?post=19885"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}