{"id":50438,"date":"2019-12-17T14:17:22","date_gmt":"2019-12-17T19:17:22","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=50438"},"modified":"2021-11-15T14:29:47","modified_gmt":"2021-11-15T19:29:47","slug":"backup-ansible","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/","title":{"rendered":"How to Backup Ansible"},"content":{"rendered":"\n<p>Having up-to-date backups is an important part of any <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.inmotionhosting.com\/ansible\" target=\"_blank\">Ansible<\/a> security posture (on <a href=\"https:\/\/www.inmotionhosting.com\/cloud-vps\">Cloud VPS Hosting<\/a> or otherwise). If your Ansible control machine (server or local machine) suffers a cyber attack, sometimes the best option is to restore an Ansible backup file.<\/p>\n\n\n\n<p>There are multiple ways to manage Ansible playbook backups:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#git\">Git or other Version Control System (VCS)<\/a><\/li><li><a href=\"#cli\">File Archival<\/a><\/li><li><a href=\"#snapshots\">Account Management Panel (AMP) Snapshots<\/a><\/li><li><a href=\"#tools\">Ansible Tools<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Git Commands<\/h2>\n\n\n\n<p>The best method for backing up Ansible is with <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/how-to-use-git-version-control-in-cpanel\/\">git<\/a> or a similar <a href=\"https:\/\/alternativeto.net\/software\/git\/\">version control system (VCS)<\/a>, which creates a repository with a full list of changes. Below are the steps for all Git-based workflows.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>Log into your terminal<\/li><li><a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/create-repository-github\/\">Navigate to the your Ansible root directory<\/a><\/li><li>Create a new git repo: <code>git-init<\/code><br><p class=\"alert alert-info\">You can also create repos using <a href=\"https:\/\/docs.gitlab.com\/ee\/user\/project\/repository\/#create-a-repository\">GitLab<\/a>, <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/create-repository-github\/\">Github<\/a>, or another preferred workflow.<\/p><\/li><li>Add your newly created git repo: <code>git remote add [new-repo-name] git@github.com:[user]\/[repo].git<\/code><\/li><li>Specify the files to add to the repo backup: <code>git add --a<\/code><\/li><li>Commit your changes with a note to on its purpose: <code>git commit -m \"Backup XX\/XX\/XXXX\"<\/code><\/li><li>Push\/save your changes: <code>git push [new-repo-name] master<\/code><\/li><li>View all archived repos: <code>git remote -v<\/code><\/li><\/ol>\n\n\n\n<p>There are other ways to quickly duplicate your Ansible <a href=\"https:\/\/www.inmotionhosting.com\/support\/git\/\">git repositories<\/a>:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/git-scm.com\/docs\/git-clone\"><strong>clone command<\/strong><\/a> copies the entire git repository to a new directory<\/li><li><a href=\"https:\/\/www.git-scm.com\/docs\/git-bundle\"><strong>bundle command<\/strong><\/a> adds the git repository to a single file for easy archival<\/li><li><strong><a   href=\"https:\/\/www.inmotionhosting.com\/support\/website\/git\/stash-apply\/\">git stash<\/a><\/strong><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">CLI Commands<\/h2>\n\n\n\n<p>Operating systems have native commands to copy files and directories.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Unix Commands<\/h3>\n\n\n\n<p>There are many CLI commands to create backups on Linux, MacOS, and other Unix-based systems:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/cp-command\/\"><strong>cp command<\/strong><\/a> copies files to another directory on the same machine<\/li><li><a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/tar-command-basic-archiving\/\"><strong>tar command<\/strong><\/a> adds files to a new compressed tar file on the same machine<\/li><li><a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/zip-and-unzip-commands-basic-archiving\/\"><strong>zip command<\/strong><\/a> adds files to a new compressed zip file on the same machine<\/li><li><a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/how-to-run-a-cron-job\/\"><strong>cron command<\/strong><\/a> can run the above commands at scheduled intervals and <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/did-cron-job-run\/\">logs successful cron jobs<\/a><\/li><li><a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/use-rsync-to-transfer-files\/\"><strong>rsync command<\/strong><\/a> can copy and transfer files between machines<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Windows Commands<\/h3>\n\n\n\n<p>The Windows <a href=\"https:\/\/docs.microsoft.com\/en-us\/windows-server\/administration\/windows-commands\/copy\"><strong>copy command<\/strong><\/a> copies files to another directory on the same machine.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">External Tools<\/h3>\n\n\n\n<p><a href=\"https:\/\/docs.aws.amazon.com\/cli\/latest\/userguide\/cli-chap-welcome.html\"><strong>AWS Command Line Interface (CLI)<\/strong><\/a> is an open source tool for connecting your local machine or server to your Amazon S3 cloud storage. You can <a href=\"https:\/\/docs.aws.amazon.com\/cli\/latest\/reference\/backup\/create-backup-plan.html\">schedule and restore backups<\/a> among other features with <a href=\"https:\/\/docs.aws.amazon.com\/cli\/latest\/reference\/index.html#cli-aws\">AWS CLI commands<\/a>.<\/p>\n\n\n\n<p class=\"alert alert-info\">Focus on your mission and have our <a href=\"https:\/\/www.inmotionhosting.com\/managed-hosting\">Managed Hosting<\/a> team configure AWS CLI on your VPS or Dedicated server with <a href=\"https:\/\/www.inmotionhosting.com\/blog\/launch-assist-managed-hosting\/\">Launch Assist<\/a>.<\/p>\n\n\n\n<p><a href=\"https:\/\/cloud.google.com\/storage\/docs\/gcs-fuse\"><strong>Google Cloud FUSE<\/strong><\/a> is an open source FUSE adapter that connects your <a href=\"https:\/\/www.inmotionhosting.com\/dedicated-servers\">Dedicated server<\/a> to a Google Cloud Bucket.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Snapshots<\/h2>\n\n\n\n<p>An <a href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/snapshots\/\"><strong>AMP Snapshot<\/strong><\/a> is a copy of all data on the server. It doesn\u2019t affect server disk space. It\u2019s an important last resort for hack recovery, especially if other backups are compromised or out of date. Server snapshots can easily be configured for automated Ansible playbook backups. <\/p>\n\n\n\n<p>The differences between snapshots and other backup methods:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>You cannot extract individual files from a snapshot&nbsp;<\/li><li>You cannot export snapshots from AMP<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Ansible Tools<\/h2>\n\n\n\n<p><strong>Ansible backup modules<\/strong> can be run separately or within playbooks such as copy and product-specific modules for Cisco ACI, Avi Networks, VMware, and more.<\/p>\n\n\n\n<p><a href=\"https:\/\/galaxy.ansible.com\/search?keywords=backup&amp;order_by=-relevance&amp;page=1&amp;deprecated=false\"><strong>Ansible Galaxy<\/strong><\/a> includes community-sourced collections and roles if you wish to use Ansible for backups. This is essential if you\u2019re also using <a href=\"https:\/\/galaxy.ansible.com\/search?tags=security&amp;keywords=&amp;order_by=-relevance\">Ansible for security<\/a> improvements.<\/p>\n\n\n\n<p>The <a href=\"https:\/\/www.ansible.com\/products\/tower\"><strong>Ansible Tower<\/strong><\/a> web console natively includes <a href=\"https:\/\/docs.ansible.com\/ansible-tower\/latest\/html\/administration\/backup_restore.html\">backup options<\/a>.<\/p>\n\n\n\n<p>Follow our<a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/\"> Ansible Education Channel<\/a> for more on IT automation.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Having up-to-date backups is an important part of any Ansible security posture (on Cloud VPS Hosting or otherwise). If your Ansible control machine (server or local machine) suffers a cyber attack, sometimes the best option is to restore an Ansible backup file. There are multiple ways to manage Ansible playbook backups: Git or other Version<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4349],"tags":[],"class_list":["post-50438","post","type-post","status-publish","format-standard","hentry","category-ansible"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Backup Ansible | InMotion Hosting<\/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.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Backup Ansible | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Having up-to-date backups is an important part of any Ansible security posture (on Cloud VPS Hosting or otherwise). If your Ansible control machine (server or local machine) suffers a cyber attack, sometimes the best option is to restore an Ansible backup file. There are multiple ways to manage Ansible playbook backups: Git or other Version Read More &gt;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-12-17T19:17:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-15T19:29:47+00:00\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"How to Backup Ansible\",\"datePublished\":\"2019-12-17T19:17:22+00:00\",\"dateModified\":\"2021-11-15T19:29:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/\"},\"wordCount\":537,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"articleSection\":[\"Ansible Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/\",\"name\":\"How to Backup Ansible | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"datePublished\":\"2019-12-17T19:17:22+00:00\",\"dateModified\":\"2021-11-15T19:29:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Backup Ansible\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Backup Ansible | InMotion Hosting","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.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/","og_locale":"en_US","og_type":"article","og_title":"How to Backup Ansible | InMotion Hosting","og_description":"Having up-to-date backups is an important part of any Ansible security posture (on Cloud VPS Hosting or otherwise). If your Ansible control machine (server or local machine) suffers a cyber attack, sometimes the best option is to restore an Ansible backup file. There are multiple ways to manage Ansible playbook backups: Git or other Version Read More >","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2019-12-17T19:17:22+00:00","article_modified_time":"2021-11-15T19:29:47+00:00","author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"How to Backup Ansible","datePublished":"2019-12-17T19:17:22+00:00","dateModified":"2021-11-15T19:29:47+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/"},"wordCount":537,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"articleSection":["Ansible Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/","name":"How to Backup Ansible | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"datePublished":"2019-12-17T19:17:22+00:00","dateModified":"2021-11-15T19:29:47+00:00","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/ansible\/backup-ansible\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Backup Ansible"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/50438","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=50438"}],"version-history":[{"count":18,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/50438\/revisions"}],"predecessor-version":[{"id":91608,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/50438\/revisions\/91608"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=50438"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=50438"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=50438"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}