{"id":1438,"date":"2021-07-26T07:25:43","date_gmt":"2021-07-26T12:25:43","guid":{"rendered":"https:\/\/www.knownhost.com\/kb\/?p=1438"},"modified":"2022-12-19T13:55:24","modified_gmt":"2022-12-19T19:55:24","slug":"cpanel-backup-config","status":"publish","type":"post","link":"https:\/\/www.knownhost.com\/kb\/cpanel-backup-config\/","title":{"rendered":"cPanel Remote Backup Documentation"},"content":{"rendered":"\n<p>This documentation is to help you configure your servers backup configuration for remote destinations. While this guide is intended to be paired with our remote storage solution, this guide can be used to implement other additional destinations as it covers the basic functionality of the remote destination system that cPanel has implemented.<\/p>\n\n\n\n<p>More information about this implemented feature of cPanel can be found here:&nbsp;<a href=\"https:\/\/docs.cpanel.net\/whm\/backup\/backup-configuration\/#the-additional-destinations-tab\">The Additional Destinations tab<\/a><\/p>\n\n\n\n<p>If you need assistance setting up your remote backup configuration, please reach out to the Support Department and we&#8217;ll be glad to assist anyone under our managed services.<\/p>\n\n\n\n<p>Please note that KnownHost recommends SFTP and RSYNC connections utilizing an SSH Key over Passwords, you can find how to do this at these two locations:&nbsp;<a href=\"https:\/\/www.knownhost.com\/kb\/ssh-key-generation\/\">KnownHost Generate SSH Key<\/a>&nbsp;and&nbsp;<a href=\"https:\/\/docs.cpanel.net\/cpanel\/security\/ssh-access\/\">cPanel generate SSH Key via WHM<\/a>.<\/p>\n\n\n\n<p>Utilizing SSH Keys for these connections does require &#8216;root&#8217; access \u2013 as such this applies to VPS, Cloud and Dedicated servers.<\/p>\n\n\n<div class=\"kb-shortcode kb-shortcode_tip\">\n                    <div class=\"kb-shortcode-icon\">\n                        <i class=\"fa fa-lightbulb-o fa-2x\"><\/i>\n                    <\/div>\n                    <div class=\"kb-shortcode-content_tip\">Backups are important to maintaining a proper web presence, it&#8217;s always important to maintain your own backups and never rely on your hosting company for backups.<\/div>\n                <\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"configuring_for_cpanel\">Configuring for cPanel<\/h2>\n\n\n\n<p>Setting up your remote backup storage for cPanel is pretty straight-forward. cPanel is designed to be user-friendly accompanied with thorough documentation to explain the process. We&#8217;ll be going through the steps necessary to setup your storage as an &#8216;Additional Destination&#8217; for cPanel&#8217;s backup system. A remote destination will allow you to generate backups to be used with your server at a remote location so that if you ever experience an incident, you&#8217;ll have something to fall back on.<\/p>\n\n\n\n<p>The first thing you&#8217;re going to want to do is login to your servers cPanel WHM Interface via the &#8216;root&#8217; user \u2013 this user is required to access the &#8216;Backup Configuration&#8217; section of WHM.<\/p>\n\n\n\n<p>You&#8217;ll access your WHM interface over one of the two following methods either by your hostname or your server&#8217;s IP address like so:<a href=\"https:\/\/www.knownhost.com\/kb\/cpanel-and-directadmin-the-basics\/?s[]=accessing&amp;s[]=whm#first_login_to_whm\">How to access WHM<\/a><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>https:\/\/host.domain.com:2087<\/strong>&nbsp;(or&nbsp;<strong>http:\/\/host.domain.com:2086<\/strong>&nbsp;if lacking SSL)<\/li>\n\n\n\n<li><strong>https:\/\/your.ip.here:2087<\/strong>&nbsp;(Will be presented with browser security warning, do bypass this warning as it is safe to do so)<\/li>\n<\/ul>\n\n\n\n<p>Once you&#8217;ve successfully logged in you&#8217;ll want to access &#8216;Backup Configuration&#8217; \u2013 you can do this by utilizing the left hand search bar and just type in &#8220;Backup&#8221; and it should show you &#8220;Backup Configuration&#8221; as part of the options.<\/p>\n\n\n\n<p>Now that you&#8217;ve entered the &#8220;Backup Configuration&#8221; section of WHM \u2013 you&#8217;ll want to click the &#8220;Additional Destinations&#8221; tab at the top. This will bring you to the section of which we&#8217;ll be creating an additional destination for your remote backup solution,.<\/p>\n\n\n\n<p>There are many options to choose from, each with their own benefits or drawbacks. See the following table we&#8217;ve put together<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Additional Destination<\/strong><\/td><td>Used to specify locations in addition to the current backup path.<\/td><\/tr><tr><td><strong>Amazon S3<\/strong><\/td><td>Requires a Amazon S3 Account, allows you to utilize Amazon S3 for remote destination.<\/td><\/tr><tr><td><strong>Backblaze B2<\/strong><\/td><td>Requires a Backblaze account, allows you to utilize Backblaze B2 for remote destination.<\/td><\/tr><tr><td><strong>Custom<\/strong><\/td><td>Advanced. Allows entirely customizable solution via custom&nbsp;API&#8217;s and more.<\/td><\/tr><tr><td><strong>FTP<\/strong><\/td><td>Standard transport method with an&nbsp;FTP&nbsp;account. This method is unencrypted. (<strong>Not Recommended<\/strong>)<\/td><\/tr><tr><td><strong>Google Drive<\/strong><\/td><td>Requires a Google Drive account, allows you to utilize gdrive for remote destination.<\/td><\/tr><tr><td><strong>rsync<\/strong><\/td><td>Used as a transfer\/transport method for backups. (<strong>Recommended<\/strong>)<\/td><\/tr><tr><td><strong>S3 Compatible<\/strong><\/td><td>Allows an Amazon S3-compatible provider to be used for remote destination.<\/td><\/tr><tr><td><strong>SFTP<\/strong><\/td><td>Secure transfer\/transport method for backups. (<strong>Recommended<\/strong>)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>When using KnownHost&#8217;s remote storage solution, we&nbsp;<strong>recommend<\/strong>&nbsp;that you utilize SFTP or RSYNC as these both provide SSH Key access that prevents the requirement of passwords. As part of our Managed Services, KnownHost Support Staff will assist with this configuration.<\/p>\n\n\n\n<p>For the sake of this documentation, we&#8217;ll simply be addressing the standard method of utilizing passwords for easy understanding.<\/p>\n\n\n\n<p>As such for this configuration, despite using passwords we still recommend the &#8216;Additional Destination&#8217; be set to SFTP, so we&#8217;ll use SFTP for the duration of this guide.<\/p>\n\n\n<div class=\"kb-shortcode kb-shortcode_warning\">\n                    <div class=\"kb-shortcode-icon\">\n                        <i class=\"fa fa-exclamation-triangle fa-2x\"><\/i>\n                    <\/div>\n                    <div class=\"kb-shortcode-content_warning\">If you use the Incremental backup type, you can only use Rsync additional destinations.<\/div>\n                <\/div>\n\n\n\n<p>Once you&#8217;ve used the dropdown and selected &#8220;SFTP&#8221; \u2013&gt; click &#8216;Create New Destination&#8221;. You&#8217;ll be presented with the following information:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Destination Name<\/strong><\/td><td>Required \u2014 Enter a destination name for your backup files. This name appears in your destination table.<\/td><\/tr><tr><td><strong>Transfer System Backups to this Destination<\/strong><\/td><td>Select this checkbox to transfer system backups to this additional destination. To use this setting, you must also select the Back up System Files checkbox in the Backup Settings tab.<\/td><\/tr><tr><td><strong>Backup Directory<\/strong><\/td><td>Optional \u2014 Enter the directory path, relative to the account\u2019s home directory, in which you wish to store backups.<\/td><\/tr><tr><td><strong>Remote Host<\/strong><\/td><td>Required &#8211; Enter the hostname or IP address of the remote server.<\/td><\/tr><tr><td><strong>Port<\/strong><\/td><td>Enter the port to use to communicate with the remote server. By default, SFTP destinations use port 22.<\/td><\/tr><tr><td><strong>Username<\/strong><\/td><td>Required \u2014 Enter the username of the account on the remote server.<\/td><\/tr><tr><td><strong>Password Authentication<\/strong><\/td><td>Password Authentication \u2014 Select this setting to use password-based authentication.<\/td><\/tr><tr><td><strong>Remote Password<\/strong><\/td><td>If you selected Password Authentication for the Authentication Type setting, enter the password for the account on the remote server in the Remote Password text box.<\/td><\/tr><tr><td><strong>Timeout<\/strong><\/td><td>Required \u2014 The maximum amount of time, in seconds, that you want the server to wait for a response from the remote server before it generates errors. You must enter a number between 30 and 300.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Edit<\/p>\n\n\n\n<p>If you&#8217;re utilizing KnownHost&#8217;s remote storage solution \u2013 you should have received an email with your account information presented like so:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  New Account Information\n  Remote Backup Space GA\n\n  Login Details\n  Username: backups00000\n  Password: knownhostisthebest1337\n  Domain: backups00000.virtualserver1.com\n  SFTP\/SSH Port: 22\n  FTP Port: 21<\/code><\/pre>\n\n\n\n<p>This information is what you will be using to fill out the SFTP configuration for your additional destination, when applied to the forms it&#8217;d be like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  Destination Name: remote backups\n  Remote Host: backups00000.virtualserver1.com\n  Port: 22\n  Username: backups00000\n  Password: knownhostisthebest1337\n  Timeout: It's okay to leave this default<\/code><\/pre>\n\n\n\n<p>Once your configuration is put in, check over it and make sure everything looks good \u2013 then click &#8220;Save and Validate&#8221; at the bottom. This option will check your credentials against the remote destination and ensure that it can properly login and access the remote destination, if successful you&#8217;ll get a green notification box that the configuration passed validation.<\/p>\n\n\n\n<p>Congratulations, you&#8217;re now all set up with remote backups \u2013 do please reach out to us if you have any questions, concerns and or comments regarding this guide and\/or our services! We&#8217;ll be more then happy to assist you!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This documentation is to help you configure your servers backup configuration for remote destinations. While this guide is intended to be paired with our remote storage solution, this guide can be used to implement other additional destinations as it covers the basic functionality of the remote destination system that cPanel has implemented. More information about [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[101],"tags":[109,111,110,112],"class_list":["post-1438","post","type-post","status-publish","format-standard","hentry","category-cpanel","tag-cpanel","tag-jetbackup","tag-remote-backups","tag-whm"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>cPanel Remote Backup Documentation - KnownHost<\/title>\n<meta name=\"description\" content=\"In this guide we walk you through cPanel backup documentation and how to configure your cPanel to make regular backups.\" \/>\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.knownhost.com\/kb\/cpanel-backup-config\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"cPanel Remote Backup Documentation - KnownHost\" \/>\n<meta property=\"og:description\" content=\"In this guide we walk you through cPanel backup documentation and how to configure your cPanel to make regular backups.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.knownhost.com\/kb\/cpanel-backup-config\/\" \/>\n<meta property=\"og:site_name\" content=\"KnownHost\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-26T12:25:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-19T19:55:24+00:00\" \/>\n<meta name=\"author\" content=\"Jonathan K. W.\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jonathan K. W.\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/cpanel-backup-config\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/cpanel-backup-config\\\/\"},\"author\":{\"name\":\"Jonathan K. W.\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/3db6e20d1f33519cd68fe0ba1230a48b\"},\"headline\":\"cPanel Remote Backup Documentation\",\"datePublished\":\"2021-07-26T12:25:43+00:00\",\"dateModified\":\"2022-12-19T19:55:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/cpanel-backup-config\\\/\"},\"wordCount\":1055,\"commentCount\":0,\"keywords\":[\"cpanel\",\"jetbackup\",\"remote-backups\",\"whm\"],\"articleSection\":[\"cPanel\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/cpanel-backup-config\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/cpanel-backup-config\\\/\",\"url\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/cpanel-backup-config\\\/\",\"name\":\"cPanel Remote Backup Documentation - KnownHost\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#website\"},\"datePublished\":\"2021-07-26T12:25:43+00:00\",\"dateModified\":\"2022-12-19T19:55:24+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/3db6e20d1f33519cd68fe0ba1230a48b\"},\"description\":\"In this guide we walk you through cPanel backup documentation and how to configure your cPanel to make regular backups.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/cpanel-backup-config\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/cpanel-backup-config\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/cpanel-backup-config\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"cPanel Remote Backup Documentation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/\",\"name\":\"KnownHost\",\"description\":\"KnownHost provides a comprehensive webhosting knowledge base to help answer many of your common webhosting and linux questions.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.knownhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/3db6e20d1f33519cd68fe0ba1230a48b\",\"name\":\"Jonathan K. W.\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g\",\"caption\":\"Jonathan K. W.\"},\"sameAs\":[\"https:\\\/\\\/www.knownhost.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"cPanel Remote Backup Documentation - KnownHost","description":"In this guide we walk you through cPanel backup documentation and how to configure your cPanel to make regular backups.","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.knownhost.com\/kb\/cpanel-backup-config\/","og_locale":"en_US","og_type":"article","og_title":"cPanel Remote Backup Documentation - KnownHost","og_description":"In this guide we walk you through cPanel backup documentation and how to configure your cPanel to make regular backups.","og_url":"https:\/\/www.knownhost.com\/kb\/cpanel-backup-config\/","og_site_name":"KnownHost","article_published_time":"2021-07-26T12:25:43+00:00","article_modified_time":"2022-12-19T19:55:24+00:00","author":"Jonathan K. W.","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jonathan K. W.","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.knownhost.com\/kb\/cpanel-backup-config\/#article","isPartOf":{"@id":"https:\/\/www.knownhost.com\/kb\/cpanel-backup-config\/"},"author":{"name":"Jonathan K. W.","@id":"https:\/\/www.knownhost.com\/kb\/#\/schema\/person\/3db6e20d1f33519cd68fe0ba1230a48b"},"headline":"cPanel Remote Backup Documentation","datePublished":"2021-07-26T12:25:43+00:00","dateModified":"2022-12-19T19:55:24+00:00","mainEntityOfPage":{"@id":"https:\/\/www.knownhost.com\/kb\/cpanel-backup-config\/"},"wordCount":1055,"commentCount":0,"keywords":["cpanel","jetbackup","remote-backups","whm"],"articleSection":["cPanel"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.knownhost.com\/kb\/cpanel-backup-config\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.knownhost.com\/kb\/cpanel-backup-config\/","url":"https:\/\/www.knownhost.com\/kb\/cpanel-backup-config\/","name":"cPanel Remote Backup Documentation - KnownHost","isPartOf":{"@id":"https:\/\/www.knownhost.com\/kb\/#website"},"datePublished":"2021-07-26T12:25:43+00:00","dateModified":"2022-12-19T19:55:24+00:00","author":{"@id":"https:\/\/www.knownhost.com\/kb\/#\/schema\/person\/3db6e20d1f33519cd68fe0ba1230a48b"},"description":"In this guide we walk you through cPanel backup documentation and how to configure your cPanel to make regular backups.","breadcrumb":{"@id":"https:\/\/www.knownhost.com\/kb\/cpanel-backup-config\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.knownhost.com\/kb\/cpanel-backup-config\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.knownhost.com\/kb\/cpanel-backup-config\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.knownhost.com\/kb\/"},{"@type":"ListItem","position":2,"name":"cPanel Remote Backup Documentation"}]},{"@type":"WebSite","@id":"https:\/\/www.knownhost.com\/kb\/#website","url":"https:\/\/www.knownhost.com\/kb\/","name":"KnownHost","description":"KnownHost provides a comprehensive webhosting knowledge base to help answer many of your common webhosting and linux questions.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.knownhost.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.knownhost.com\/kb\/#\/schema\/person\/3db6e20d1f33519cd68fe0ba1230a48b","name":"Jonathan K. W.","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f432b99e6651fe8d1deb57a285bd84e806f1c9ae8b4c6c585d7e3a0b33789ad9?s=96&d=mm&r=g","caption":"Jonathan K. W."},"sameAs":["https:\/\/www.knownhost.com"]}]}},"_links":{"self":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/posts\/1438","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/comments?post=1438"}],"version-history":[{"count":0,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/posts\/1438\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/media?parent=1438"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/categories?post=1438"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.knownhost.com\/kb\/wp-json\/wp\/v2\/tags?post=1438"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}