{"id":11835,"date":"2024-03-23T15:37:56","date_gmt":"2024-03-23T10:07:56","guid":{"rendered":"https:\/\/www.skynats.com\/?p=11835"},"modified":"2025-01-08T20:36:54","modified_gmt":"2025-01-08T15:06:54","slug":"setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server","status":"publish","type":"post","link":"https:\/\/www.skynats.com\/blog\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\/","title":{"rendered":"Setting Up Additional Backup Destination to a Custom Drive in a cPanel server"},"content":{"rendered":"\n<p>I have mounted a new disk \/backup2 to the backup server 10.xxx.xxx.110 in order store the backups from the live server 103.xxx.xxx.120 which is a cPanel server.&nbsp;<\/p>\n\n\n\n<p>The backups will be currently kept on a functional server. To move the backups to the backup server&#8217;s \/backup2 mount, we need to configure the backups.<\/p>\n\n\n\n<p>Let&#8217;s look at how to set up the backup configuration:<\/p>\n\n\n\n<h5 class=\"wp-block-heading\" id=\"h-setting-up-backup-configuration\"><strong>Setting up Backup Configuration :<\/strong><\/h5>\n\n\n\n<p>Firstly, ensure that the disk is correctly mounted in the backup server ;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#df -h<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"635\" height=\"201\" sizes=\"(max-width: 635px) 100vw, 635px\" src=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/03\/backup-configuration.png\" alt=\"Backup configuration\" class=\"wp-image-11837\" srcset=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/03\/backup-configuration.png 635w, https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/03\/backup-configuration-300x95.png 300w\" \/><\/figure>\n\n\n\n<p>The server has correctly mounted the drive\/backup2.<\/p>\n\n\n\n<p>We can now set up the backup to the \/backup2 drive.<\/p>\n\n\n\n<p>To do this, create a new user called &#8220;backup_user&#8221; with the home directory set to \/backup2\/. You can use the useradd command with the -m option to create the user and automatically generate the home directory. Here&#8217;s how you can do it:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#useradd -m -d \/backup2\/backup_user backup_user.\n<\/code><\/pre>\n\n\n\n<p>Running this command will create the user &#8220;backup_user&#8221;, with the home directory set to \/backup2\/backup_user.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\" id=\"h-now-we-can-configure-additional-backup-destination-in-live-server-s-whm\"><strong>Now we can configure additional backup destination in live server\u2019s WHM:<\/strong><\/h5>\n\n\n\n<p>Log in to the WHM dashboard and type Backup Configuration into the search field.<\/p>\n\n\n\n<p>An option for multiple backup destinations should be available in the Backup Configuration interface. Click on Create New Destination.<\/p>\n\n\n\n<p>Enter the below information in the form that appears ;<\/p>\n\n\n\n<p><strong>Backup Destination Type<\/strong>: Select the &#8220;custom&#8221; type<\/p>\n\n\n\n<p><strong>Destination Name<\/strong>: Enter the name as you wish.<\/p>\n\n\n\n<p><strong>Backup Directory<\/strong>: Enter the path to the backup destination. Here I\u2019m using the directory name as \u2018backups\u2019. The backups will be stored in \/backup2\/backup_user\/backups.<\/p>\n\n\n\n<p><strong>Remote Host<\/strong>: Enter the backup server\u2019s ip address. (for me, it\u2019s 10.xxx.xxx.110)<\/p>\n\n\n\n<p><strong>Port<\/strong>: The ssh port that the system uses to communicate with the remote server<\/p>\n\n\n\n<p><strong>Remote account username<\/strong>: Provide the remote user account name. Here i\u2019m using the user \u2018backup_user\u2019.<\/p>\n\n\n\n<p><strong>Authentication Type<\/strong>: The authentication type which the system use to connect to remote server.&nbsp;<\/p>\n\n\n\n<p><strong>Timeout<\/strong>: The number of seconds that the system will wait for a response from the remote server.<\/p>\n\n\n\n<p><strong>Save Configuration<\/strong>: After filling out the necessary details, click on the &#8220;Save&#8221; or &#8220;Add Destination&#8221; button to save your configuration.<\/p>\n\n\n\n<p>After saving, cPanel may undergo a verification step to ensure access to the specified backup destination. Upon completion of the validation process, the backup can be enabled.<\/p>\n\n\n\n<p>By following these steps, you will be able to configure that the  additional backup destination to a custom drive in cPanel<a href=\"https:\/\/cpanel.net\/\">.<\/a> However, backups will be stored in the directory associated with the user you&#8217;ve created, ensuring their proper storage and accessibility.<\/p>\n\n\n\n<p>Our&nbsp;<a href=\"https:\/\/www.skynats.com\/blog\/\">Support Team<\/a>&nbsp;is available to help if you encounter any issues or errors.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I have mounted a new disk \/backup2 to the backup server 10.xxx.xxx.110 in order store the backups from the live server 103.xxx.xxx.120 which is a cPanel server.&nbsp; The backups will be currently kept on a functional server. To move the backups to the backup server&#8217;s \/backup2 mount, we need to configure the backups. Let&#8217;s look [&hellip;]<\/p>\n","protected":false},"author":13,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[400,5,764,416,103,68],"tags":[417,18],"class_list":["post-11835","post","type-post","status-publish","format-standard","hentry","category-backup-configuration","category-blog","category-cpanel","category-cpanel-server-management","category-cpanel-server-support","category-server-management","tag-backup-configuration","tag-cpanel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Backup Configuration: Setup Custom Drive in cPanel<\/title>\n<meta name=\"description\" content=\"Learn how to set up an additional backup configuration to a custom drive on your cPanel server for enhanced data security.\" \/>\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.skynats.com\/blog\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Setting Up Additional Backup Destination to a Custom Drive in a cPanel server\" \/>\n<meta property=\"og:description\" content=\"Learn how to set up an additional backup configuration to a custom drive on your cPanel server for enhanced data security.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.skynats.com\/blog\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Server Management Services | Cloud Management | Skynats\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/skynats\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-23T10:07:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-08T15:06:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/03\/backup-configuration.png\" \/>\n<meta name=\"author\" content=\"Sourav AJ\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:site\" content=\"@skynatstech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sourav AJ\" \/>\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.skynats.com\\\/blog\\\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\\\/\"},\"author\":{\"name\":\"Sourav AJ\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/255d12fc66a62db365022ecbb5846276\"},\"headline\":\"Setting Up Additional Backup Destination to a Custom Drive in a cPanel server\",\"datePublished\":\"2024-03-23T10:07:56+00:00\",\"dateModified\":\"2025-01-08T15:06:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\\\/\"},\"wordCount\":458,\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/backup-configuration.png\",\"keywords\":[\"backup configuration\",\"cpanel\"],\"articleSection\":[\"backup configuration\",\"Blog\",\"cPanel\",\"cpanel server management\",\"cpanel server support\",\"server management\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\\\/\",\"name\":\"Backup Configuration: Setup Custom Drive in cPanel\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/backup-configuration.png\",\"datePublished\":\"2024-03-23T10:07:56+00:00\",\"dateModified\":\"2025-01-08T15:06:54+00:00\",\"description\":\"Learn how to set up an additional backup configuration to a custom drive on your cPanel server for enhanced data security.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/backup-configuration.png\",\"contentUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/backup-configuration.png\",\"width\":635,\"height\":201},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Setting Up Additional Backup Destination to a Custom Drive in a cPanel server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"name\":\"Server Management Services | Cloud Management | Skynats\",\"description\":\"Server Management and Cloud Management\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#organization\",\"name\":\"Skynats Technologies\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"contentUrl\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Sknats-Logo-New-whole.png\",\"width\":989,\"height\":367,\"caption\":\"Skynats Technologies\"},\"image\":{\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/skynats\",\"https:\\\/\\\/x.com\\\/skynatstech\",\"https:\\\/\\\/www.instagram.com\\\/skynatstech\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/skynats-technologies\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCvTAjrFJ4_E2MJKwlDHomlg\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.skynats.com\\\/blog\\\/#\\\/schema\\\/person\\\/255d12fc66a62db365022ecbb5846276\",\"name\":\"Sourav AJ\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4a121e24658559577bd8d7ee7d696b05d5908df88dd32a6dfac5311f6fe26b86?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4a121e24658559577bd8d7ee7d696b05d5908df88dd32a6dfac5311f6fe26b86?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4a121e24658559577bd8d7ee7d696b05d5908df88dd32a6dfac5311f6fe26b86?s=96&d=mm&r=g\",\"caption\":\"Sourav AJ\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Backup Configuration: Setup Custom Drive in cPanel","description":"Learn how to set up an additional backup configuration to a custom drive on your cPanel server for enhanced data security.","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.skynats.com\/blog\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\/","og_locale":"en_US","og_type":"article","og_title":"Setting Up Additional Backup Destination to a Custom Drive in a cPanel server","og_description":"Learn how to set up an additional backup configuration to a custom drive on your cPanel server for enhanced data security.","og_url":"https:\/\/www.skynats.com\/blog\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\/","og_site_name":"Server Management Services | Cloud Management | Skynats","article_publisher":"https:\/\/www.facebook.com\/skynats","article_published_time":"2024-03-23T10:07:56+00:00","article_modified_time":"2025-01-08T15:06:54+00:00","og_image":[{"url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/03\/backup-configuration.png","type":"","width":"","height":""}],"author":"Sourav AJ","twitter_card":"summary_large_image","twitter_creator":"@skynatstech","twitter_site":"@skynatstech","twitter_misc":{"Written by":"Sourav AJ","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.skynats.com\/blog\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\/#article","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\/"},"author":{"name":"Sourav AJ","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/255d12fc66a62db365022ecbb5846276"},"headline":"Setting Up Additional Backup Destination to a Custom Drive in a cPanel server","datePublished":"2024-03-23T10:07:56+00:00","dateModified":"2025-01-08T15:06:54+00:00","mainEntityOfPage":{"@id":"https:\/\/www.skynats.com\/blog\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\/"},"wordCount":458,"publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/03\/backup-configuration.png","keywords":["backup configuration","cpanel"],"articleSection":["backup configuration","Blog","cPanel","cpanel server management","cpanel server support","server management"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.skynats.com\/blog\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\/","url":"https:\/\/www.skynats.com\/blog\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\/","name":"Backup Configuration: Setup Custom Drive in cPanel","isPartOf":{"@id":"https:\/\/www.skynats.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.skynats.com\/blog\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\/#primaryimage"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/03\/backup-configuration.png","datePublished":"2024-03-23T10:07:56+00:00","dateModified":"2025-01-08T15:06:54+00:00","description":"Learn how to set up an additional backup configuration to a custom drive on your cPanel server for enhanced data security.","breadcrumb":{"@id":"https:\/\/www.skynats.com\/blog\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.skynats.com\/blog\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skynats.com\/blog\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\/#primaryimage","url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/03\/backup-configuration.png","contentUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2024\/03\/backup-configuration.png","width":635,"height":201},{"@type":"BreadcrumbList","@id":"https:\/\/www.skynats.com\/blog\/setting-up-additional-backup-destination-to-a-custom-drive-in-a-cpanel-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.skynats.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Setting Up Additional Backup Destination to a Custom Drive in a cPanel server"}]},{"@type":"WebSite","@id":"https:\/\/www.skynats.com\/blog\/#website","url":"https:\/\/www.skynats.com\/blog\/","name":"Server Management Services | Cloud Management | Skynats","description":"Server Management and Cloud Management","publisher":{"@id":"https:\/\/www.skynats.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.skynats.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.skynats.com\/blog\/#organization","name":"Skynats Technologies","url":"https:\/\/www.skynats.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","contentUrl":"https:\/\/www.skynats.com\/blog\/wp-content\/uploads\/2021\/08\/Sknats-Logo-New-whole.png","width":989,"height":367,"caption":"Skynats Technologies"},"image":{"@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/skynats","https:\/\/x.com\/skynatstech","https:\/\/www.instagram.com\/skynatstech\/","https:\/\/www.linkedin.com\/company\/skynats-technologies","https:\/\/www.youtube.com\/channel\/UCvTAjrFJ4_E2MJKwlDHomlg"]},{"@type":"Person","@id":"https:\/\/www.skynats.com\/blog\/#\/schema\/person\/255d12fc66a62db365022ecbb5846276","name":"Sourav AJ","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/4a121e24658559577bd8d7ee7d696b05d5908df88dd32a6dfac5311f6fe26b86?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4a121e24658559577bd8d7ee7d696b05d5908df88dd32a6dfac5311f6fe26b86?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4a121e24658559577bd8d7ee7d696b05d5908df88dd32a6dfac5311f6fe26b86?s=96&d=mm&r=g","caption":"Sourav AJ"}}]}},"_links":{"self":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/11835","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/comments?post=11835"}],"version-history":[{"count":0,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/11835\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/media?parent=11835"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/categories?post=11835"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/tags?post=11835"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}