{"id":768,"date":"2011-08-30T07:55:52","date_gmt":"2011-08-30T05:55:52","guid":{"rendered":"https:\/\/www.almtoolbox.com\/blog\/?p=768"},"modified":"2011-09-02T13:22:21","modified_gmt":"2011-09-02T11:22:21","slug":"how-to-integrate-clearcheck-with-your-clearcase-backup-script","status":"publish","type":"post","link":"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/","title":{"rendered":"How to Integrate ClearCheck with your ClearCase Backup Script"},"content":{"rendered":"<p>ClearCheck, our add-on solution for monitoring the health of ClearCase enviornments, has a command line interface that enables administrators to include checks as part of the daily locking and unlocking of VOBs for backup.<\/p>\n<p>To download a trial version, click here:\u00a0<a href=\"https:\/\/www.almtoolbox.com\/download.php?did=1\" target=\"_blank\">https:\/\/www.almtoolbox.com\/download.php?did=1<\/a><\/p>\n<p><strong>Windows<\/strong><br \/>\nIn most cases, the backup script includes the following steps:<\/p>\n<ol>\n<li>Lock all ClearCase VOBs<\/li>\n<li>Copy all VOBs into another folder, disk or storage , or\u00a0make a file system snapshot<\/li>\n<li>Unlock all VOBs<\/li>\n<\/ol>\n<p>The command to run ClearCheck can be inserted immediately after step 2, before the VOBs are unlocked in step 3.<br \/>\nAssuming that ClearCheck was installed in \u201cC:\\Program Files\\GoMidjets\\ClearCheck\u201d directory, the command line will be:<\/p>\n<p><code><span style=\"color: #ff0000;\">\u201cC:\\Program Files\\GoMidjets\\ClearCheck\\Clearcheck.exe\u201d \u2013exec<\/span><\/code><\/p>\n<p>For example:<br \/>\nAssuming the following:<\/p>\n<ol>\n<li>Your backup script is\u00a0<a href=\"http:\/\/www.ibm.com\/developerworks\/rational\/library\/4687.html\" target=\"_blank\">the following PERL script<\/a>\u00a0for Windows (taken from IBM site).<\/li>\n<li>ClearCheck was installed in \u201cC:\\Program Files\\GoMidjets\\ClearCheck\u201d directory<\/li>\n<\/ol>\n<p>The end of the script will be as follows:<br \/>\n<code><br \/>\n<span style=\"color: #ff0000;\">\u201cc:\\program files\\GoMidjets\\ClearCheck\\Clearcheck.exe\u201d \u2013exec<\/span><br \/>\n<span style=\"color: #ff0000;\">system(\"cleartool unlock VOB:$VOBtag\");<\/span><br \/>\n<span style=\"color: #ff0000;\">print \"\\n\";\u00a0<\/span><\/code><\/p>\n<p><strong>UNIX \\ Linux<\/strong><br \/>\nClearCheck supports check on VOBs installed on UNIX \\ Linux but its management is always installed on Windows. In order to integrate the daily checks, a mechanism for coordinating the two systems is required.<br \/>\nThe backup script runs on Unix\/ Linux and in most cases includes the following steps:<\/p>\n<ol>\n<li>Lock all ClearCase VOBs<\/li>\n<li>Copy all VOBs into another folder, disk or storage, or\u00a0make a file system snapshot<\/li>\n<li>Unlock all VOBs<\/li>\n<\/ol>\n<p>ClearCheck should perform the daily checks after the backup script has finished execution. For this reason, we configure the script to create a &#8216;flag&#8217; file for ClearCheck to verify that it has finished running<br \/>\nAdding ClearCheck to the script requires 3 steps:<\/p>\n<ol>\n<li>Add a \u2018touch\u2019 command to your backup script. This command creates the flag file for ClearCheck.<\/li>\n<li>Schedule ClearCheck to run at the same time as the backup script but only start its daily checks after the flag file is created.<\/li>\n<li>Set ClearCheck to recognize the flag file.<\/li>\n<\/ol>\n<p>For example, assuming the following:<\/p>\n<ul>\n<li>Your backup script is the<a href=\"http:\/\/www.backupcentral.com\/components\/com_mambowiki\/index.php\/Clearcase_Backup_and_Recovery\" target=\"_blank\">\u00a0following script<\/a>\u00a0(Taken from &#8220;Backup Central&#8221; Wiki).<\/li>\n<li>The script is scheduled to run at 4am every night.<\/li>\n<li>The flag file is \/tmp\/ClearCheck on the VOB server.<\/li>\n<\/ul>\n<p>Step 1: Add the \u2018touch\u2019 command, including the filename \u2013 just before the \u201c__END__\u201d line in the backup script. This creates the flag file that signifies that the backup script has finished execution.<br \/>\n<code><span style=\"color: #ff0000;\">printf \"Backup script stopped : $tstamp \\n\";<\/span><br \/>\n<span style=\"color: #ff0000;\">touch \/tmp\/ClearCheck<\/span><br \/>\n<span style=\"color: #ff0000;\">__END__<\/span><\/code><\/p>\n<p>Step 2.\u00a0 Under the \u201cScheduler\u201d tab in ClearCheck set the time, user and password for running daily checks, then press &#8220;Add Task&#8221;:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" title=\"Schdule ClearCase checks\" src=\"https:\/\/www.almtoolbox.com\/download\/images\/clearcheck_schedule.PNG\" alt=\"Schdule ClearCase maintenance health checks\" width=\"715\" height=\"505\" \/><\/p>\n<p>Step 3. In ClearCheck specify this flag filename under the \u201cDBcheck\u201d tab in the appropriate textbox as shown below. ClearCheck will look for this file on the VOB at the scheduled hour, and wait until it is created before beginning daily checks<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" title=\"Synchronize ClearCheck with ClearCase backup\" src=\"https:\/\/www.almtoolbox.com\/download\/images\/clearcheck_unix.PNG\" alt=\"Synchronize ClearCheck with ClearCase backup\" width=\"715\" height=\"505\" \/><\/p>\n<p>Download a trial version: <a href=\"https:\/\/www.almtoolbox.com\/download.php?did=1\" target=\"_blank\">https:\/\/www.almtoolbox.com\/download.php?did=1<\/a><\/p>\n<p>That&#8217;s all!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>ClearCheck, our add-on solution for monitoring the health of ClearCase enviornments, has a command line interface that enables administrators to include checks as part of the daily locking and unlocking of VOBs for backup. To download a trial version, click here:\u00a0https:\/\/www.almtoolbox.com\/download.php?did=1 Windows In most cases, the backup script includes the following steps: Lock all ClearCase [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[57,38,4,5,10,43,18,32,19],"tags":[],"class_list":["post-768","post","type-post","status-publish","format-standard","hentry","category-backups","category-best-practices","category-clearcase","category-clearcheck","category-linux","category-monitoring","category-unix","category-vobs-maintenance","category-windows"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Integrate ClearCheck with your ClearCase Backup Script - ALMtoolbox News<\/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:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Integrate ClearCheck with your ClearCase Backup Script - ALMtoolbox News\" \/>\n<meta property=\"og:description\" content=\"ClearCheck, our add-on solution for monitoring the health of ClearCase enviornments, has a command line interface that enables administrators to include checks as part of the daily locking and unlocking of VOBs for backup. To download a trial version, click here:\u00a0https:\/\/www.almtoolbox.com\/download.php?did=1 Windows In most cases, the backup script includes the following steps: Lock all ClearCase [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/\" \/>\n<meta property=\"og:site_name\" content=\"ALMtoolbox News\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/almtoolbox.israel\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-08-30T05:55:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2011-09-02T11:22:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.almtoolbox.com\/download\/images\/clearcheck_schedule.PNG\" \/>\n<meta name=\"author\" content=\"Noa Harel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Noa Harel\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/\"},\"author\":{\"name\":\"Noa Harel\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/a7d03132957d034fc2fc5454501a204a\"},\"headline\":\"How to Integrate ClearCheck with your ClearCase Backup Script\",\"datePublished\":\"2011-08-30T05:55:52+00:00\",\"dateModified\":\"2011-09-02T11:22:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/\"},\"wordCount\":467,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.almtoolbox.com\/download\/images\/clearcheck_schedule.PNG\",\"articleSection\":[\"Backups\",\"Best practices\",\"ClearCase\",\"ClearCheck\",\"Linux\",\"Monitoring\",\"UNIX\",\"VOBs maintenance\",\"Windows\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/\",\"url\":\"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/\",\"name\":\"How to Integrate ClearCheck with your ClearCase Backup Script - ALMtoolbox News\",\"isPartOf\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.almtoolbox.com\/download\/images\/clearcheck_schedule.PNG\",\"datePublished\":\"2011-08-30T05:55:52+00:00\",\"dateModified\":\"2011-09-02T11:22:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/#primaryimage\",\"url\":\"https:\/\/www.almtoolbox.com\/download\/images\/clearcheck_schedule.PNG\",\"contentUrl\":\"https:\/\/www.almtoolbox.com\/download\/images\/clearcheck_schedule.PNG\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.almtoolbox.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Integrate ClearCheck with your ClearCase Backup Script\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#website\",\"url\":\"https:\/\/www.almtoolbox.com\/blog\/\",\"name\":\"ALMtoolbox News\",\"description\":\"All the news of ALMtoolbox\",\"publisher\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.almtoolbox.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#organization\",\"name\":\"ALMtoolbox\",\"url\":\"https:\/\/www.almtoolbox.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2015\/10\/logo.png\",\"contentUrl\":\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2015\/10\/logo.png\",\"width\":410,\"height\":190,\"caption\":\"ALMtoolbox\"},\"image\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/almtoolbox.israel\/\",\"https:\/\/www.linkedin.com\/company\/almtoolbox\/\",\"https:\/\/www.youtube.com\/user\/GoMidjets\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/a7d03132957d034fc2fc5454501a204a\",\"name\":\"Noa Harel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3ac19cddc8dc6e7e817cf650b22399303e8b6dd585bc90e4606b28ec87ef1943?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3ac19cddc8dc6e7e817cf650b22399303e8b6dd585bc90e4606b28ec87ef1943?s=96&d=mm&r=g\",\"caption\":\"Noa Harel\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Integrate ClearCheck with your ClearCase Backup Script - ALMtoolbox News","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:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/","og_locale":"en_US","og_type":"article","og_title":"How to Integrate ClearCheck with your ClearCase Backup Script - ALMtoolbox News","og_description":"ClearCheck, our add-on solution for monitoring the health of ClearCase enviornments, has a command line interface that enables administrators to include checks as part of the daily locking and unlocking of VOBs for backup. To download a trial version, click here:\u00a0https:\/\/www.almtoolbox.com\/download.php?did=1 Windows In most cases, the backup script includes the following steps: Lock all ClearCase [&hellip;]","og_url":"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/","og_site_name":"ALMtoolbox News","article_publisher":"https:\/\/www.facebook.com\/almtoolbox.israel\/","article_published_time":"2011-08-30T05:55:52+00:00","article_modified_time":"2011-09-02T11:22:21+00:00","og_image":[{"url":"https:\/\/www.almtoolbox.com\/download\/images\/clearcheck_schedule.PNG","type":"","width":"","height":""}],"author":"Noa Harel","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Noa Harel","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/#article","isPartOf":{"@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/"},"author":{"name":"Noa Harel","@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/a7d03132957d034fc2fc5454501a204a"},"headline":"How to Integrate ClearCheck with your ClearCase Backup Script","datePublished":"2011-08-30T05:55:52+00:00","dateModified":"2011-09-02T11:22:21+00:00","mainEntityOfPage":{"@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/"},"wordCount":467,"commentCount":2,"publisher":{"@id":"https:\/\/www.almtoolbox.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/#primaryimage"},"thumbnailUrl":"https:\/\/www.almtoolbox.com\/download\/images\/clearcheck_schedule.PNG","articleSection":["Backups","Best practices","ClearCase","ClearCheck","Linux","Monitoring","UNIX","VOBs maintenance","Windows"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/","url":"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/","name":"How to Integrate ClearCheck with your ClearCase Backup Script - ALMtoolbox News","isPartOf":{"@id":"https:\/\/www.almtoolbox.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/#primaryimage"},"image":{"@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/#primaryimage"},"thumbnailUrl":"https:\/\/www.almtoolbox.com\/download\/images\/clearcheck_schedule.PNG","datePublished":"2011-08-30T05:55:52+00:00","dateModified":"2011-09-02T11:22:21+00:00","breadcrumb":{"@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/#primaryimage","url":"https:\/\/www.almtoolbox.com\/download\/images\/clearcheck_schedule.PNG","contentUrl":"https:\/\/www.almtoolbox.com\/download\/images\/clearcheck_schedule.PNG"},{"@type":"BreadcrumbList","@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-integrate-clearcheck-with-your-clearcase-backup-script\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.almtoolbox.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Integrate ClearCheck with your ClearCase Backup Script"}]},{"@type":"WebSite","@id":"https:\/\/www.almtoolbox.com\/blog\/#website","url":"https:\/\/www.almtoolbox.com\/blog\/","name":"ALMtoolbox News","description":"All the news of ALMtoolbox","publisher":{"@id":"https:\/\/www.almtoolbox.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.almtoolbox.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.almtoolbox.com\/blog\/#organization","name":"ALMtoolbox","url":"https:\/\/www.almtoolbox.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2015\/10\/logo.png","contentUrl":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2015\/10\/logo.png","width":410,"height":190,"caption":"ALMtoolbox"},"image":{"@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/almtoolbox.israel\/","https:\/\/www.linkedin.com\/company\/almtoolbox\/","https:\/\/www.youtube.com\/user\/GoMidjets"]},{"@type":"Person","@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/a7d03132957d034fc2fc5454501a204a","name":"Noa Harel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3ac19cddc8dc6e7e817cf650b22399303e8b6dd585bc90e4606b28ec87ef1943?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3ac19cddc8dc6e7e817cf650b22399303e8b6dd585bc90e4606b28ec87ef1943?s=96&d=mm&r=g","caption":"Noa Harel"}}]}},"_links":{"self":[{"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts\/768","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/comments?post=768"}],"version-history":[{"count":15,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts\/768\/revisions"}],"predecessor-version":[{"id":775,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts\/768\/revisions\/775"}],"wp:attachment":[{"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/media?parent=768"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/categories?post=768"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/tags?post=768"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}