{"id":12411,"date":"2014-03-24T17:58:34","date_gmt":"2014-03-24T12:28:34","guid":{"rendered":"https:\/\/tothenewco.pro\/blog\/?p=12411"},"modified":"2014-04-07T16:27:26","modified_gmt":"2014-04-07T10:57:26","slug":"ebs-snaphost-using-backup_monkey","status":"publish","type":"post","link":"https:\/\/tothenewco.pro\/blog\/ebs-snaphost-using-backup_monkey\/","title":{"rendered":"EBS Snapshot using Backup_Monkey"},"content":{"rendered":"<p><strong>Getting EBS Snapshot with BackUp Monkey [ a python utility ]<\/strong><\/p>\n<p><strong>Backup_Monkey :<\/p>\n<p><\/strong>It&#8217;s a command line utility written in python that uses boto library.<\/p>\n<p><strong>Purpose :<br \/>\n<\/strong><\/p>\n<ul>\n<li>To create snapshot of all the Elastic Block Storage volume&#8217;s (EBS).<\/li>\n<li>Automatically detects the volume in the region and take the backup.<\/li>\n<li>It is especially designed for Amazon Web Services.<\/li>\n<li>It can be scheduled using CRON.<\/li>\n<\/ul>\n<p><strong>Installation :<\/strong><\/p>\n<p style=\"text-align: justify\">Backup_Monkey can be installed easily using \u201cpip\u201d utility . <em>pip<\/em> is basically a tool for installing python packages.<\/p>\n<p style=\"text-align: justify\"><code> sudo pip install backup_monkey<\/code><\/p>\n<p style=\"text-align: justify\">Backup_Monkey requires some configuration settings.<\/p>\n<p><strong>Configuration :<\/strong><\/p>\n<p>This utility\u00a0uses <strong>boto<\/strong>. &#8220;<strong>boto<\/strong>&#8221; is an API written in python, which is used to call AWS resources. Calling AWS resources requires either\u00a0an\u00a0IAM user credentials or IAM role with valid\u00a0resource\u00a0access. For this\u00a0purpose, we\u00a0need to have an IAM user with\u00a0the EC2 Full Access Policy.\u00a0You can also customize it according to your needs.<\/p>\n<p>Create a <strong>.boto<\/strong> file in your <strong>$HOME<\/strong> directory and add the <strong>AWS_CREDENTIALS<\/strong> to it :<\/p>\n<p><code><strong>[Credentials]<br \/>\naws_access_key_id = &lt;your_access_key_here&gt;<br \/>\naws_secret_access_key =&lt;your_secret_key_here&gt;<\/strong><\/code><\/p>\n<p><strong>Usage :<\/strong><\/p>\n<p><code><strong>$ backup-monkey -help<\/strong><\/code><\/p>\n<p><a href=\"\/blog\/wp-ttn-blog\/uploads\/2014\/03\/backupmonkey11.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-12428\" src=\"\/blog\/wp-ttn-blog\/uploads\/2014\/03\/backupmonkey11.png\" alt=\"Blog image\" width=\"709\" height=\"378\" \/><\/a><\/p>\n<p><code><strong>$\u00a0backup-monkey --region us-west-2\u00a0\u00a0\u00a0\u00a0 \u00a0\u00a0\u00a0\u00a0 \u00a0\u00a0\u00a0\u00a0 \u00a0 \u00a0 \/\/Replace with your region\u00a0<\/strong><\/code><\/p>\n<p><a href=\"\/blog\/wp-ttn-blog\/uploads\/2014\/03\/bm2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-12430\" src=\"\/blog\/wp-ttn-blog\/uploads\/2014\/03\/bm2.png\" alt=\"Blog image\" width=\"709\" height=\"188\" \/><\/a><\/p>\n<p><strong>Output :<\/strong><\/p>\n<p><strong><a href=\"\/blog\/wp-ttn-blog\/uploads\/2014\/03\/bm3.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-12434\" src=\"\/blog\/wp-ttn-blog\/uploads\/2014\/03\/bm3.png\" alt=\"Blog image\" width=\"709\" height=\"50\" \/><\/a><\/strong><\/p>\n<p style=\"text-align: justify\">Backup_Monkey command once runs takes snapshot as well delete\u00a0an older snapshot. This is configured to keep 3 snapshot\/volume and automatically deletes the older one.\u00a0But this can be changed by changing the default value to whatever you\u00a0want in the below listed file. It Depend&#8217;s on your use case<\/p>\n<p><code><strong>\/usr\/local\/lib\/python2.7\/dist-packages\/backup_monkey\/cli.py<\/strong><\/code><\/p>\n<p><strong>Scheduling CRON for Backup_Monkey :<\/p>\n<p><code>0 0 * * * \/home\/ubuntu\/script\/backup_monkey.sh &gt;&gt; \/home\/ubuntu\/script\/backup_monkey.logs 2&gt;&amp;1<br \/>\n<\/code><br \/>\nEvery midnight the backup will be automatically created.<br \/>\n<\/strong><\/p>\n<p>There is one issue with this utility is that it uses a <span style=\"color: #ff0000\">self_prefix<\/span> value <span style=\"color: #ff0000\">&#8220;BACKUP_MONKEY&#8221;<\/span> as snapshot name which you can see in the Output Section which I will be fixing in the next article with the name of your instance instead of <span style=\"color: #ff0000\">self_prefix.<span style=\"color: #000000\"><\/p>\n<p>&#8221;\u00a0Use this monkey to automate your backup task ! &#8221;\u00a0<\/span><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Getting EBS Snapshot with BackUp Monkey [ a python utility ] Backup_Monkey : It&#8217;s a command line utility written in python that uses boto library. Purpose : To create snapshot of all the Elastic Block Storage volume&#8217;s (EBS). Automatically detects the volume in the region and take the backup. It is especially designed for Amazon [&hellip;]<\/p>\n","protected":false},"author":100,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":3,"footnotes":""},"categories":[1174],"tags":[572,1172,473,1358],"class_list":["post-12411","post","type-post","status-publish","format-standard","hentry","category-aws-2","tag-amazon-ec2","tag-amazon-web-services","tag-backup","tag-python"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Getting EBS Snapshot with BackUp Monkey [ a python utility ] Backup_Monkey : It&#039;s a command line utility written in python that uses boto library. Purpose : To create snapshot of all the Elastic Block Storage volume&#039;s (EBS). Automatically detects the volume in the region and take the backup. It is especially designed for Amazon\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Vikash Jha\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/tothenewco.pro\/blog\/ebs-snaphost-using-backup_monkey\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"EBS Snapshot using Backup_Monkey | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Getting EBS Snapshot with BackUp Monkey [ a python utility ] Backup_Monkey : It&#039;s a command line utility written in python that uses boto library. Purpose : To create snapshot of all the Elastic Block Storage volume&#039;s (EBS). Automatically detects the volume in the region and take the backup. It is especially designed for Amazon\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/tothenewco.pro\/blog\/ebs-snaphost-using-backup_monkey\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"EBS Snapshot using Backup_Monkey | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Getting EBS Snapshot with BackUp Monkey [ a python utility ] Backup_Monkey : It&#039;s a command line utility written in python that uses boto library. Purpose : To create snapshot of all the Elastic Block Storage volume&#039;s (EBS). Automatically detects the volume in the region and take the backup. It is especially designed for Amazon\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/ebs-snaphost-using-backup_monkey\\\/#article\",\"name\":\"EBS Snapshot using Backup_Monkey | TO THE NEW Blog\",\"headline\":\"EBS Snapshot using Backup_Monkey\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2014\\\/03\\\/backupmonkey11.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/ebs-snaphost-using-backup_monkey\\\/#articleImage\"},\"datePublished\":\"2014-03-24T17:58:34+05:30\",\"dateModified\":\"2014-04-07T16:27:26+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/ebs-snaphost-using-backup_monkey\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/ebs-snaphost-using-backup_monkey\\\/#webpage\"},\"articleSection\":\"AWS, Amazon EC2, amazon web services, backup, python\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/ebs-snaphost-using-backup_monkey\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/#listItem\",\"name\":\"AWS\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/#listItem\",\"position\":2,\"name\":\"AWS\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/ebs-snaphost-using-backup_monkey\\\/#listItem\",\"name\":\"EBS Snapshot using Backup_Monkey\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/ebs-snaphost-using-backup_monkey\\\/#listItem\",\"position\":3,\"name\":\"EBS Snapshot using Backup_Monkey\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/#listItem\",\"name\":\"AWS\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/\",\"name\":\"Vikash Jha\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/ebs-snaphost-using-backup_monkey\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fa67f119919550cc9af23ac9542eb0ef48d4e69a6ad310fb29f55390d4662b36?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Vikash Jha\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/ebs-snaphost-using-backup_monkey\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/ebs-snaphost-using-backup_monkey\\\/\",\"name\":\"EBS Snapshot using Backup_Monkey | TO THE NEW Blog\",\"description\":\"Getting EBS Snapshot with BackUp Monkey [ a python utility ] Backup_Monkey : It's a command line utility written in python that uses boto library. Purpose : To create snapshot of all the Elastic Block Storage volume's (EBS). Automatically detects the volume in the region and take the backup. It is especially designed for Amazon\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/ebs-snaphost-using-backup_monkey\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/#author\"},\"datePublished\":\"2014-03-24T17:58:34+05:30\",\"dateModified\":\"2014-04-07T16:27:26+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"EBS Snapshot using Backup_Monkey | TO THE NEW Blog","description":"Getting EBS Snapshot with BackUp Monkey [ a python utility ] Backup_Monkey : It's a command line utility written in python that uses boto library. Purpose : To create snapshot of all the Elastic Block Storage volume's (EBS). Automatically detects the volume in the region and take the backup. It is especially designed for Amazon","canonical_url":"https:\/\/tothenewco.pro\/blog\/ebs-snaphost-using-backup_monkey\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tothenewco.pro\/blog\/ebs-snaphost-using-backup_monkey\/#article","name":"EBS Snapshot using Backup_Monkey | TO THE NEW Blog","headline":"EBS Snapshot using Backup_Monkey","author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/vikash-jha\/#author"},"publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2014\/03\/backupmonkey11.png","@id":"https:\/\/tothenewco.pro\/blog\/ebs-snaphost-using-backup_monkey\/#articleImage"},"datePublished":"2014-03-24T17:58:34+05:30","dateModified":"2014-04-07T16:27:26+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/tothenewco.pro\/blog\/ebs-snaphost-using-backup_monkey\/#webpage"},"isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/ebs-snaphost-using-backup_monkey\/#webpage"},"articleSection":"AWS, Amazon EC2, amazon web services, backup, python"},{"@type":"BreadcrumbList","@id":"https:\/\/tothenewco.pro\/blog\/ebs-snaphost-using-backup_monkey\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","position":1,"name":"Home","item":"https:\/\/tothenewco.pro\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/aws-2\/#listItem","name":"AWS"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/aws-2\/#listItem","position":2,"name":"AWS","item":"https:\/\/tothenewco.pro\/blog\/category\/aws-2\/","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/ebs-snaphost-using-backup_monkey\/#listItem","name":"EBS Snapshot using Backup_Monkey"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/ebs-snaphost-using-backup_monkey\/#listItem","position":3,"name":"EBS Snapshot using Backup_Monkey","previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/aws-2\/#listItem","name":"AWS"}}]},{"@type":"Organization","@id":"https:\/\/tothenewco.pro\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/tothenewco.pro\/blog\/"},{"@type":"Person","@id":"https:\/\/tothenewco.pro\/blog\/author\/vikash-jha\/#author","url":"https:\/\/tothenewco.pro\/blog\/author\/vikash-jha\/","name":"Vikash Jha","image":{"@type":"ImageObject","@id":"https:\/\/tothenewco.pro\/blog\/ebs-snaphost-using-backup_monkey\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/fa67f119919550cc9af23ac9542eb0ef48d4e69a6ad310fb29f55390d4662b36?s=96&d=mm&r=g","width":96,"height":96,"caption":"Vikash Jha"}},{"@type":"WebPage","@id":"https:\/\/tothenewco.pro\/blog\/ebs-snaphost-using-backup_monkey\/#webpage","url":"https:\/\/tothenewco.pro\/blog\/ebs-snaphost-using-backup_monkey\/","name":"EBS Snapshot using Backup_Monkey | TO THE NEW Blog","description":"Getting EBS Snapshot with BackUp Monkey [ a python utility ] Backup_Monkey : It's a command line utility written in python that uses boto library. Purpose : To create snapshot of all the Elastic Block Storage volume's (EBS). Automatically detects the volume in the region and take the backup. It is especially designed for Amazon","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/tothenewco.pro\/blog\/ebs-snaphost-using-backup_monkey\/#breadcrumblist"},"author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/vikash-jha\/#author"},"creator":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/vikash-jha\/#author"},"datePublished":"2014-03-24T17:58:34+05:30","dateModified":"2014-04-07T16:27:26+05:30"},{"@type":"WebSite","@id":"https:\/\/tothenewco.pro\/blog\/#website","url":"https:\/\/tothenewco.pro\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"EBS Snapshot using Backup_Monkey | TO THE NEW Blog","og:description":"Getting EBS Snapshot with BackUp Monkey [ a python utility ] Backup_Monkey : It's a command line utility written in python that uses boto library. Purpose : To create snapshot of all the Elastic Block Storage volume's (EBS). Automatically detects the volume in the region and take the backup. It is especially designed for Amazon","og:url":"https:\/\/tothenewco.pro\/blog\/ebs-snaphost-using-backup_monkey\/","og:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"EBS Snapshot using Backup_Monkey | TO THE NEW Blog","twitter:description":"Getting EBS Snapshot with BackUp Monkey [ a python utility ] Backup_Monkey : It's a command line utility written in python that uses boto library. Purpose : To create snapshot of all the Elastic Block Storage volume's (EBS). Automatically detects the volume in the region and take the backup. It is especially designed for Amazon","twitter:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"12411","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-30 08:03:10","updated":"2024-02-29 10:22:22","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\/category\/aws-2\/\" title=\"AWS\">AWS<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tEBS Snapshot using Backup_Monkey\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/tothenewco.pro\/blog"},{"label":"AWS","link":"https:\/\/tothenewco.pro\/blog\/category\/aws-2\/"},{"label":"EBS Snapshot using Backup_Monkey","link":"https:\/\/tothenewco.pro\/blog\/ebs-snaphost-using-backup_monkey\/"}],"_links":{"self":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/12411","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/users\/100"}],"replies":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/comments?post=12411"}],"version-history":[{"count":0,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/12411\/revisions"}],"wp:attachment":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/media?parent=12411"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/categories?post=12411"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/tags?post=12411"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}