{"id":563,"date":"2012-11-01T00:30:27","date_gmt":"2012-10-31T15:30:27","guid":{"rendered":"http:\/\/higherhope.net\/?p=563"},"modified":"2012-11-28T10:27:58","modified_gmt":"2012-11-28T01:27:58","slug":"lsyncd%e3%82%92%e5%85%a5%e3%82%8c%e3%81%a6%e3%81%bf%e3%81%9f%e3%80%82","status":"publish","type":"post","link":"https:\/\/higherhope.net\/?p=563","title":{"rendered":"\u3055\u304f\u3089VPS\u306blsyncd\u3092\u5165\u308c\u3066\u307f\u305f\u3002"},"content":{"rendered":"<p>\u81ea\u5b85\u30b5\u30fc\u30d0\u30fc\u3068\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u3067\u540c\u671f\u3092\u53d6\u308a\u305f\u304f\u306a\u3063\u305f\u306e\u3067lsyncd\u3092\u5165\u308c\u3066\u307f\u307e\u3057\u305f\u3002<br \/>\n\u74b0\u5883\u306fcentos6\u3000\u3055\u304f\u3089VPS\u304b\u3089\u81ea\u5b85\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3067\u3059\u3002<br \/>\nrsync\u3067\u8a2d\u5b9a\u3059\u308b\u3088\u308a\u5168\u7136\u697d\u3005\u3067\u3057\u305f\u3002<\/p>\n<p>\u30b3\u30d4\u30fc\u5143\u30b5\u30fc\u30d0\u30fc\u3067rpmforge\u3092\u4f7f\u3063\u3066yum\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3002<br \/>\n<code><br \/>\n# yum  --enablerepo=rpmforge install lsyncd<br \/>\n<\/code><\/p>\n<p>\u4eca\u56de\u306f\u30d1\u30b9\u7121\u3057\u3067\u30d5\u30a1\u30a4\u30eb\u304c\u53d6\u308c\u308b\u3088\u3046\u306b\u3057\u307e\u3059\uff57<br \/>\n\u30b3\u30d4\u30fc\u5143\u3067\u30d1\u30b9\u304c\u7a7a\u306eid_rsa.pub\u3092\u4f5c\u6210<br \/>\n<code>ssh-keygen -t rsa<br \/>\ncat \/root\/.ssh\/id_rsa.pub<br \/>\n<\/code><br \/>\n<!--more--><\/p>\n<p>\u30b3\u30d4\u30fc\u5148\u30b5\u30fc\u30d0\u30fc\u306bid_rsa.pub\u306e\u5185\u5bb9\u3092\u8a18\u8f09<br \/>\n<code><br \/>\nvim \/root\/.ssh\/authorized_keys<br \/>\n<\/code><br \/>\n\u3053\u308c\u3067root\u3067\u30d1\u30b9\u7121\u3057\u30ed\u30b0\u30a4\u30f3\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<p>\u6b21\u306bconf\u306e\u5143\u3092\u6240\u5b9a\u306e\u5834\u6240\u306b\u8a2d\u7f6e<br \/>\ncp \/usr\/share\/doc\/lsyncd\/lrsync.lua \/etc\/lsyncd.conf<br \/>\n\u305f\u3044\u3057\u305f\u5185\u5bb9\u66f8\u3044\u3066\u307e\u305b\u3093\u304c\uff57<\/p>\n<p>\u4eca\u56de\u884c\u3063\u305f\u8a2d\u5b9a\u306f\u4ee5\u4e0b<br \/>\n<code><br \/>\n----<br \/>\n-- User configuration file for lsyncd.<br \/>\n--<br \/>\n-- Simple example for default rsync.<br \/>\n--\u30b3\u30d4\u30fc\u5143<br \/>\nsettings = {<br \/>\n        statusFile = \"\/tmp\/lsyncd.stat\",<br \/>\n        logfile = \"\/var\/log\/lsyncd.log\",<br \/>\n        statusInterval = 1,<br \/>\n}<br \/>\n--\u30b3\u30d4\u30fc\u5148<br \/>\nsync{<br \/>\n        default.rsync,<br \/>\n        source=\"\/home\/\",<br \/>\n--      target=\"trg\",<br \/>\n        target=\"hoge:\/home\/\",<br \/>\n        rsyncOps={\"-av\"},<br \/>\n}<br \/>\n<\/code><br \/>\n\/home\u4ee5\u4e0b\u3092\u5168\u90e8\u9001\u308a\u307e\u3059\u3002<br \/>\nrsync\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u304a\u597d\u307f\u3067\u3002<\/p>\n<p>\u81ea\u52d5\u8d77\u52d5\u8a2d\u5b9a\u3092\u3057\u305f\u308a<br \/>\n<code><br \/>\n# chkconfig lsyncd on<br \/>\n<\/code><\/p>\n<p>\u30b5\u30fc\u30d3\u30b9\u3092\u4e0a\u3052\u308b\u3068sync\u304c\u59cb\u307e\u308a\u307e\u3059\u3002<br \/>\n<code><br \/>\n# \/etc\/rc.d\/init.d\/lsyncd restart<br \/>\n<\/code><\/p>\n<p>\u3057\u304b\u3057\u3001\u8a2d\u5b9a\u304c\u9055\u3063\u305f\u308a<br \/>\n<code><br \/>\nrsync: -aq: unknown option<br \/>\nrsync error: syntax or usage error (code 1) at main.c(1422) [client=3.0.6]<br \/>\n<\/code><br \/>\n\u30c7\u30a3\u30ec\u30af\u30ea\u304c\u306a\u304b\u3063\u305f\u308a\u3057\u305f\u3089<br \/>\n<code><br \/>\nrsync: mkdir \"\/hage\/\" failed: No such file or directory (2)<br \/>\nrsync error: error in file IO (code 11) at main.c(576) [receiver=3.0.6]<br \/>\nrsync: connection unexpectedly closed (9 bytes received so far) [sender]<br \/>\nrsync error: error in rsync protocol data stream (code 12) at io.c(600) [sender=3.0.6]<br \/>\n<\/code><br \/>\n\u3053\u3093\u306a\u98a8\u306b\u6587\u53e5\u8a00\u3063\u3066\u304d\u307e\u3059\u306e\u3067\u8a2d\u5b9a\u3092\u898b\u76f4\u3057\u307e\u3059\u3002<br \/>\n\u5b9f\u884c\u6642\u306b\u6307\u5b9a\u3057\u305f\u30ed\u30b0\u3092<br \/>\n<code><br \/>\n# tail -f \/var\/log\/lsyncd.log<br \/>\n<\/code><br \/>\ntail\u3057\u3066\u304a\u304f\u3068\u308f\u304b\u308a\u3084\u3059\u3044\u3067\u3059\u3002<\/p>\n<p>\u8a2d\u7f6e\u3057\u305f\u3089\u52dd\u624b\u306b\u540c\u671f\u3068\u3063\u3066\u304f\u308c\u307e\u3059\u3002<br \/>\n\u307b\u3068\u3093\u3069\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u3063\u3066\u611f\u3058\u3067\u3059\u306d\u3002<br \/>\ngeo-replication\u3092\u4f7f\u3063\u3066\u3082\u975e\u540c\u671f\u307f\u305f\u3044\u306a\u306e\u3067\u3053\u3061\u3089\u306e\u65b9\u304c\u624b\u8efd\u306a\u306e\u304b\u306a\uff1f<\/p>\n<p>\u307e\u3060\u3001\u3055\u308f\u308a\u3057\u304b\u4f7f\u3063\u3066\u307e\u305b\u3093\u304c\u4fbf\u5229\u3067\u3059\u306dlsyncd<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u81ea\u5b85\u30b5\u30fc\u30d0\u30fc\u3068\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u3067\u540c\u671f\u3092\u53d6\u308a\u305f\u304f\u306a\u3063\u305f\u306e\u3067lsyncd\u3092\u5165\u308c\u3066\u307f\u307e\u3057\u305f\u3002 \u74b0\u5883\u306fcentos6\u3000\u3055\u304f\u3089VPS\u304b\u3089\u81ea\u5b85\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3067\u3059\u3002 rsync\u3067\u8a2d\u5b9a\u3059\u308b\u3088\u308a\u5168\u7136\u697d\u3005\u3067\u3057\u305f\u3002 \u30b3\u30d4\u30fc\u5143\u30b5\u30fc\u30d0\u30fc\u3067&#8230; <a class=\"continue-reading-link\" href=\"https:\/\/higherhope.net\/?p=563\"> Continue reading <span class=\"meta-nav\">&rarr; <\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,13],"tags":[],"class_list":["post-563","post","type-post","status-publish","format-standard","hentry","category-linux","category-13"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u3055\u304f\u3089VPS\u306blsyncd\u3092\u5165\u308c\u3066\u307f\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/higherhope.net\/?p=563\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u3055\u304f\u3089VPS\u306blsyncd\u3092\u5165\u308c\u3066\u307f\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\" \/>\n<meta property=\"og:description\" content=\"\u81ea\u5b85\u30b5\u30fc\u30d0\u30fc\u3068\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u3067\u540c\u671f\u3092\u53d6\u308a\u305f\u304f\u306a\u3063\u305f\u306e\u3067lsyncd\u3092\u5165\u308c\u3066\u307f\u307e\u3057\u305f\u3002 \u74b0\u5883\u306fcentos6\u3000\u3055\u304f\u3089VPS\u304b\u3089\u81ea\u5b85\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3067\u3059\u3002 rsync\u3067\u8a2d\u5b9a\u3059\u308b\u3088\u308a\u5168\u7136\u697d\u3005\u3067\u3057\u305f\u3002 \u30b3\u30d4\u30fc\u5143\u30b5\u30fc\u30d0\u30fc\u3067... Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/higherhope.net\/?p=563\" \/>\n<meta property=\"og:site_name\" content=\"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\" \/>\n<meta property=\"article:published_time\" content=\"2012-10-31T15:30:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2012-11-28T01:27:58+00:00\" \/>\n<meta name=\"author\" content=\"higherhope\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@higherhope5963\" \/>\n<meta name=\"twitter:site\" content=\"@higherhope5963\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"higherhope\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/higherhope.net\/?p=563#article\",\"isPartOf\":{\"@id\":\"https:\/\/higherhope.net\/?p=563\"},\"author\":{\"name\":\"higherhope\",\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\"},\"headline\":\"\u3055\u304f\u3089VPS\u306blsyncd\u3092\u5165\u308c\u3066\u307f\u305f\u3002\",\"datePublished\":\"2012-10-31T15:30:27+00:00\",\"dateModified\":\"2012-11-28T01:27:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/higherhope.net\/?p=563\"},\"wordCount\":32,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\"},\"articleSection\":[\"linux\",\"\u30b3\u30de\u30f3\u30c9\"],\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/higherhope.net\/?p=563#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/higherhope.net\/?p=563\",\"url\":\"https:\/\/higherhope.net\/?p=563\",\"name\":\"\u3055\u304f\u3089VPS\u306blsyncd\u3092\u5165\u308c\u3066\u307f\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\",\"isPartOf\":{\"@id\":\"https:\/\/higherhope.net\/#website\"},\"datePublished\":\"2012-10-31T15:30:27+00:00\",\"dateModified\":\"2012-11-28T01:27:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/higherhope.net\/?p=563#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/higherhope.net\/?p=563\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/higherhope.net\/?p=563#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\/\/higherhope.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u3055\u304f\u3089VPS\u306blsyncd\u3092\u5165\u308c\u3066\u307f\u305f\u3002\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/higherhope.net\/#website\",\"url\":\"https:\/\/higherhope.net\/\",\"name\":\"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\",\"description\":\"\u304a\u3063\u3055\u3093\u307e\u3060\u307e\u3060\u697d\u3067\u304d\u307e\u305b\u3093\u3002\",\"publisher\":{\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/higherhope.net\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\",\"name\":\"higherhope\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg\",\"contentUrl\":\"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg\",\"width\":700,\"height\":394,\"caption\":\"higherhope\"},\"logo\":{\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/higherhope5963\"],\"url\":\"https:\/\/higherhope.net\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u3055\u304f\u3089VPS\u306blsyncd\u3092\u5165\u308c\u3066\u307f\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/higherhope.net\/?p=563","og_locale":"ja_JP","og_type":"article","og_title":"\u3055\u304f\u3089VPS\u306blsyncd\u3092\u5165\u308c\u3066\u307f\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","og_description":"\u81ea\u5b85\u30b5\u30fc\u30d0\u30fc\u3068\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u3067\u540c\u671f\u3092\u53d6\u308a\u305f\u304f\u306a\u3063\u305f\u306e\u3067lsyncd\u3092\u5165\u308c\u3066\u307f\u307e\u3057\u305f\u3002 \u74b0\u5883\u306fcentos6\u3000\u3055\u304f\u3089VPS\u304b\u3089\u81ea\u5b85\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3067\u3059\u3002 rsync\u3067\u8a2d\u5b9a\u3059\u308b\u3088\u308a\u5168\u7136\u697d\u3005\u3067\u3057\u305f\u3002 \u30b3\u30d4\u30fc\u5143\u30b5\u30fc\u30d0\u30fc\u3067... Continue reading &rarr;","og_url":"https:\/\/higherhope.net\/?p=563","og_site_name":"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","article_published_time":"2012-10-31T15:30:27+00:00","article_modified_time":"2012-11-28T01:27:58+00:00","author":"higherhope","twitter_card":"summary_large_image","twitter_creator":"@higherhope5963","twitter_site":"@higherhope5963","twitter_misc":{"\u57f7\u7b46\u8005":"higherhope","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"1\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/higherhope.net\/?p=563#article","isPartOf":{"@id":"https:\/\/higherhope.net\/?p=563"},"author":{"name":"higherhope","@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af"},"headline":"\u3055\u304f\u3089VPS\u306blsyncd\u3092\u5165\u308c\u3066\u307f\u305f\u3002","datePublished":"2012-10-31T15:30:27+00:00","dateModified":"2012-11-28T01:27:58+00:00","mainEntityOfPage":{"@id":"https:\/\/higherhope.net\/?p=563"},"wordCount":32,"commentCount":0,"publisher":{"@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af"},"articleSection":["linux","\u30b3\u30de\u30f3\u30c9"],"inLanguage":"ja","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/higherhope.net\/?p=563#respond"]}]},{"@type":"WebPage","@id":"https:\/\/higherhope.net\/?p=563","url":"https:\/\/higherhope.net\/?p=563","name":"\u3055\u304f\u3089VPS\u306blsyncd\u3092\u5165\u308c\u3066\u307f\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","isPartOf":{"@id":"https:\/\/higherhope.net\/#website"},"datePublished":"2012-10-31T15:30:27+00:00","dateModified":"2012-11-28T01:27:58+00:00","breadcrumb":{"@id":"https:\/\/higherhope.net\/?p=563#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/higherhope.net\/?p=563"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/higherhope.net\/?p=563#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/higherhope.net\/"},{"@type":"ListItem","position":2,"name":"\u3055\u304f\u3089VPS\u306blsyncd\u3092\u5165\u308c\u3066\u307f\u305f\u3002"}]},{"@type":"WebSite","@id":"https:\/\/higherhope.net\/#website","url":"https:\/\/higherhope.net\/","name":"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","description":"\u304a\u3063\u3055\u3093\u307e\u3060\u307e\u3060\u697d\u3067\u304d\u307e\u305b\u3093\u3002","publisher":{"@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/higherhope.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":["Person","Organization"],"@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af","name":"higherhope","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/higherhope.net\/#\/schema\/person\/image\/","url":"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg","contentUrl":"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg","width":700,"height":394,"caption":"higherhope"},"logo":{"@id":"https:\/\/higherhope.net\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/x.com\/higherhope5963"],"url":"https:\/\/higherhope.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts\/563","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=563"}],"version-history":[{"count":3,"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts\/563\/revisions"}],"predecessor-version":[{"id":643,"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts\/563\/revisions\/643"}],"wp:attachment":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=563"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=563"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=563"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}