{"id":17883,"date":"2021-07-07T08:14:24","date_gmt":"2021-07-07T08:14:24","guid":{"rendered":"https:\/\/www.backupassist.com\/blog\/?p=17883"},"modified":"2021-07-08T11:16:29","modified_gmt":"2021-07-08T11:16:29","slug":"backup-microsoft-365-to-network-share-with-backupassist-365","status":"publish","type":"post","link":"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365","title":{"rendered":"Backup Microsoft 365 to Network Share \u2013 some tips with BackupAssist 365"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">TL;DR&nbsp;summary&nbsp;<\/h2>\n\n\n\n<ol class=\"wp-block-list\"><li>When backing up to a Network Share, you\u2019ll need to specify the credentials (username \/ password) to allow\u00a0BackupAssist\u00a0365 to access it.\u00a0<\/li><li>Mixing different credentials to the same network destination across different backups is not possible. You must use the same set of credentials.\u00a0<\/li><li>Mixing different credentials to the same network destination across the user\u2019s\u00a0interactive\u00a0login session is also problematic. If you connect to the network share while you\u2019re logged in and are using the\u00a0BackupAssist\u00a0365 GUI, you should use the same set of credentials.\u00a0<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Setting up the credentials&nbsp;<\/h2>\n\n\n\n<p>In&nbsp;BackupAssist&nbsp;365, you can specify the network share in the \u201cSave to\u2026\u201d tab when creating or editing a backup:&nbsp;<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2021\/07\/rev-643-screeenshot-1a.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2021\/07\/rev-643-screeenshot-1a-1024x755.jpg\" alt=\"\" class=\"wp-image-17911\" width=\"600\" height=\"443\" style=\"border:1px solid #bcbec0;\" srcset=\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2021\/07\/rev-643-screeenshot-1a-1024x755.jpg 1024w, https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2021\/07\/rev-643-screeenshot-1a-300x221.jpg 300w, https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2021\/07\/rev-643-screeenshot-1a-768x566.jpg 768w, https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2021\/07\/rev-643-screeenshot-1a.jpg 1440w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/figure><\/div>\n\n\n\n<p>You must specify a valid set of credentials with read\/write access to the network share.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why mixing different credentials across different backup jobs is not possible&nbsp;<\/h2>\n\n\n\n<p>All of&nbsp;your backups run under the same Windows account \u2013 which is the&nbsp;LocalSystem&nbsp;account on the machine where&nbsp;BackupAssist&nbsp;365 is installed.&nbsp;<\/p>\n\n\n\n<p>Under the&nbsp;<strong>Windows security model<\/strong>, the local login session can authenticate to remote resources on a machine-by-machine basis. So,&nbsp;if you use different network shares on the same remote machine for different backup tasks, you must use the same set of credentials.&nbsp;<\/p>\n\n\n\n<p>To avoid ambiguity, here\u2019s an example:&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-regular\">\n  <table style=\"border-collapse:collapse;border:none;width:100%;\">\n    <tbody>\n      <tr>\n        <td style=\"padding:10px 20px 20px 20px;border-collapse:collapse;border:none;border-left:1px solid white;background:#d1dff1;color:#282561;text-align:center;border-radius:5px;\">\n          <b><h5>This will work<\/h5><\/b>\n\n          Back up Exchange mailboxes to \\\\canada\\mailboxes using account \u201cottawa\u201d\n          <br><br>\n          Back up SharePoint to \\\\france\\sharepoint using account \u201cparis\u201d\n        <\/td>\n        <td style=\"padding:10px;border-collapse:collapse;border:none;border-left:1px solid white;background:#FFFFFF;color:#282561;text-align:center;\">\n        <\/td>\n        <td style=\"padding:0px 20px 20px 20px;border-collapse:collapse;border:none;border-left:1px solid white;background:#d1dff1;color:#282561;text-align:center;border-radius:5px;\">\n          <b><h5>This will not work<\/h5><\/b>\n\n          Back up Exchange mailboxes to \\\\canada\\mailboxes using account \u201cottawa\u201d\n          <br><br>\n          Back up SharePoint to \\\\canada\\sharepoint using account \u201cvancouver\u201d\n        <\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n<\/figure>\n\n\n\n<p>In general, you can even test this out for yourself by using the \u2018net use\u2019 command from the command prompt:&nbsp;<\/p>\n\n\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Source+Code+Pro&amp;display=swap\" rel=\"stylesheet\">\n\n\n\n<p style=\"font-family: 'Source Code Pro', monospace;padding:20px;background:#f2f2f2;\">\n\nC:&gt;net use \\\\canada\\mailboxes \/user:ottawa<br>\nEnter the password for &#8216;ottawa&#8217; to connect to &#8216;miami&#8217;:\n<br>The command completed successfully.\n\n<br><br>\n\nC:&gt;net use \\\\canada\\sharepoint \/user:vancouver<br>\n<span style=\"color:red;\">System error 1219 has occurred.\n\n<br><br>\n\nMultiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.<\/span><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Avoiding problems with the interactive login&nbsp;<\/h2>\n\n\n\n<p>If you are setting up a backup job, you may find it&nbsp;useful&nbsp;to connect your interactive login session to the network share.&nbsp;<\/p>\n\n\n\n<p>If you do,&nbsp;you should&nbsp;use the same set of credentials to avoid potential access problems&nbsp;with clashing credentials.&nbsp;<\/p>\n\n\n\n<p>When you do a restore,&nbsp;BackupAssist&nbsp;365 GUI will access the network share from your interactive login to enable you to navigate the backup and select what to restore.&nbsp;<\/p>\n\n\n\n<p>The actual restore is then done by the&nbsp;BackupAssist&nbsp;365 service.&nbsp;<\/p>\n\n\n\n<p>Therefore, to avoid any problems, it\u2019s easiest to use the same set of credentials.&nbsp;<\/p>\n\n\n\n<p>For cyber security reasons, we recommend disconnecting from the network share after you finish your tasks.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Setting up backups for Exchange mailboxes, SharePoint and OneDrive for Business is easy with BackupAssist 365. Here are a few pointers with the setup and credentials.<\/p>\n","protected":false},"author":17,"featured_media":17930,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[763,95,774],"tags":[],"class_list":["post-17883","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-backupassist-365","category-guides","category-office-365"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Backup Microsoft 365 to Network Share \u2013 some tips with BackupAssist 365 - Cyber Resilience Blog<\/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.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Backup Microsoft 365 to Network Share \u2013 some tips with BackupAssist 365 - Cyber Resilience Blog\" \/>\n<meta property=\"og:description\" content=\"Setting up backups for Exchange mailboxes, SharePoint and OneDrive for Business is easy with BackupAssist 365. Here are a few pointers with the setup and credentials.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365\" \/>\n<meta property=\"og:site_name\" content=\"Cyber Resilience Blog\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-07T08:14:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-07-08T11:16:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2021\/07\/rev-643-bg.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1500\" \/>\n\t<meta property=\"og:image:height\" content=\"506\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Linus Chang\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Linus Chang\" \/>\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.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365\"},\"author\":{\"name\":\"Linus Chang\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/#\/schema\/person\/e3b9b8dd4c91aac329df23310ea033be\"},\"headline\":\"Backup Microsoft 365 to Network Share \u2013 some tips with BackupAssist 365\",\"datePublished\":\"2021-07-07T08:14:24+00:00\",\"dateModified\":\"2021-07-08T11:16:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365\"},\"wordCount\":505,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2021\/07\/rev-643-bg.jpg\",\"articleSection\":[\"BackupAssist 365\",\"Guides\",\"Office 365\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365\",\"url\":\"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365\",\"name\":\"Backup Microsoft 365 to Network Share \u2013 some tips with BackupAssist 365 - Cyber Resilience Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2021\/07\/rev-643-bg.jpg\",\"datePublished\":\"2021-07-07T08:14:24+00:00\",\"dateModified\":\"2021-07-08T11:16:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365#primaryimage\",\"url\":\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2021\/07\/rev-643-bg.jpg\",\"contentUrl\":\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2021\/07\/rev-643-bg.jpg\",\"width\":1500,\"height\":506},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.backupassist.com\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Backup Microsoft 365 to Network Share \u2013 some tips with BackupAssist 365\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/#website\",\"url\":\"https:\/\/www.backupassist.com\/blog\/\",\"name\":\"Cyber Resilience Blog\",\"description\":\"Protect Your Cloud Data with BackupAssist\",\"publisher\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.backupassist.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/#organization\",\"name\":\"Cyber Resilience Blog\",\"url\":\"https:\/\/www.backupassist.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2019\/09\/BA-Logo-Full-Logo.svg\",\"contentUrl\":\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2019\/09\/BA-Logo-Full-Logo.svg\",\"caption\":\"Cyber Resilience Blog\"},\"image\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/#\/schema\/person\/e3b9b8dd4c91aac329df23310ea033be\",\"name\":\"Linus Chang\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2ec8afa11de6866934a194c35c8d592faf45ced0ee666b40654a1752103bae17?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2ec8afa11de6866934a194c35c8d592faf45ced0ee666b40654a1752103bae17?s=96&d=mm&r=g\",\"caption\":\"Linus Chang\"},\"url\":\"https:\/\/www.backupassist.com\/blog\/author\/nithiyananda-soosai\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Backup Microsoft 365 to Network Share \u2013 some tips with BackupAssist 365 - Cyber Resilience Blog","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.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365","og_locale":"en_US","og_type":"article","og_title":"Backup Microsoft 365 to Network Share \u2013 some tips with BackupAssist 365 - Cyber Resilience Blog","og_description":"Setting up backups for Exchange mailboxes, SharePoint and OneDrive for Business is easy with BackupAssist 365. Here are a few pointers with the setup and credentials.","og_url":"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365","og_site_name":"Cyber Resilience Blog","article_published_time":"2021-07-07T08:14:24+00:00","article_modified_time":"2021-07-08T11:16:29+00:00","og_image":[{"width":1500,"height":506,"url":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2021\/07\/rev-643-bg.jpg","type":"image\/jpeg"}],"author":"Linus Chang","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Linus Chang","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365#article","isPartOf":{"@id":"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365"},"author":{"name":"Linus Chang","@id":"https:\/\/www.backupassist.com\/blog\/#\/schema\/person\/e3b9b8dd4c91aac329df23310ea033be"},"headline":"Backup Microsoft 365 to Network Share \u2013 some tips with BackupAssist 365","datePublished":"2021-07-07T08:14:24+00:00","dateModified":"2021-07-08T11:16:29+00:00","mainEntityOfPage":{"@id":"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365"},"wordCount":505,"commentCount":0,"publisher":{"@id":"https:\/\/www.backupassist.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365#primaryimage"},"thumbnailUrl":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2021\/07\/rev-643-bg.jpg","articleSection":["BackupAssist 365","Guides","Office 365"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365","url":"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365","name":"Backup Microsoft 365 to Network Share \u2013 some tips with BackupAssist 365 - Cyber Resilience Blog","isPartOf":{"@id":"https:\/\/www.backupassist.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365#primaryimage"},"image":{"@id":"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365#primaryimage"},"thumbnailUrl":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2021\/07\/rev-643-bg.jpg","datePublished":"2021-07-07T08:14:24+00:00","dateModified":"2021-07-08T11:16:29+00:00","breadcrumb":{"@id":"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365#primaryimage","url":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2021\/07\/rev-643-bg.jpg","contentUrl":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2021\/07\/rev-643-bg.jpg","width":1500,"height":506},{"@type":"BreadcrumbList","@id":"https:\/\/www.backupassist.com\/blog\/backup-microsoft-365-to-network-share-with-backupassist-365#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.backupassist.com\/blog"},{"@type":"ListItem","position":2,"name":"Backup Microsoft 365 to Network Share \u2013 some tips with BackupAssist 365"}]},{"@type":"WebSite","@id":"https:\/\/www.backupassist.com\/blog\/#website","url":"https:\/\/www.backupassist.com\/blog\/","name":"Cyber Resilience Blog","description":"Protect Your Cloud Data with BackupAssist","publisher":{"@id":"https:\/\/www.backupassist.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.backupassist.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.backupassist.com\/blog\/#organization","name":"Cyber Resilience Blog","url":"https:\/\/www.backupassist.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.backupassist.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2019\/09\/BA-Logo-Full-Logo.svg","contentUrl":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2019\/09\/BA-Logo-Full-Logo.svg","caption":"Cyber Resilience Blog"},"image":{"@id":"https:\/\/www.backupassist.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.backupassist.com\/blog\/#\/schema\/person\/e3b9b8dd4c91aac329df23310ea033be","name":"Linus Chang","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.backupassist.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2ec8afa11de6866934a194c35c8d592faf45ced0ee666b40654a1752103bae17?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2ec8afa11de6866934a194c35c8d592faf45ced0ee666b40654a1752103bae17?s=96&d=mm&r=g","caption":"Linus Chang"},"url":"https:\/\/www.backupassist.com\/blog\/author\/nithiyananda-soosai"}]}},"_links":{"self":[{"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/posts\/17883","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/comments?post=17883"}],"version-history":[{"count":15,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/posts\/17883\/revisions"}],"predecessor-version":[{"id":17938,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/posts\/17883\/revisions\/17938"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/media\/17930"}],"wp:attachment":[{"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/media?parent=17883"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/categories?post=17883"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/tags?post=17883"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}