{"id":13651,"date":"2013-01-13T22:19:00","date_gmt":"2013-01-13T22:19:00","guid":{"rendered":"https:\/\/www.backupassist.com\/blog\/?p=13651"},"modified":"2019-11-18T00:27:56","modified_gmt":"2019-11-18T00:27:56","slug":"configuring-rsync-daemon-backups-for-backupassist","status":"publish","type":"post","link":"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist","title":{"rendered":"Configuring Rsync daemon backups."},"content":{"rendered":"\n<p>For detailed information on setting set up an Rsync daemon backup host, see our <a rel=\"noreferrer noopener\" aria-label=\"Rsync host setup page (opens in a new tab)\" href=\"https:\/\/www.backupassist.com\/support\/en\/references\/rsync-host-setup.htm\" target=\"_blank\">Rsync host setup page<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The difference between Rsync over SSH and Rsync Daemon<\/h2>\n\n\n\n<p>BackupAssist provides two options for running backups over an Rsync connection:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Rsync over SSH<\/li><li>Rsync Daemon.<\/li><\/ul>\n\n\n\n<p><strong>Rsync over SSH<\/strong>&nbsp;runs Rsync via a secure shell (SSH, port 22), which means that all traffic over the internet is encrypted. User access control is modified by editing user accounts on the server.<\/p>\n\n\n\n<p><strong>Daemon mode<\/strong>&nbsp;runs Rsync as a normal TCP\/IP service and internet traffic is&nbsp;not encrypted. User access control is modified by editing the Rsync.conf file.<\/p>\n\n\n\n<p>Both Windows and Linux data hosts support Rsync over SSH. However, some NAS devices do not, and where this is the case, Daemon mode must be used instead. Even though your data is not encrypted, Daemon mode is still an acceptable solution provided a secure LAN\/WAN (such as site-to-site VPN) is used.<\/p>\n\n\n\n<p>When using Daemon mode, a common issue is that the process is not fully automatic &#8211; unlike Rsync over SSH, you can&#8217;t just specify a directory to write to and away it goes. Rsync Daemon&#8217;s require a module to be set up first to make it possible to specify the backup directory.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<p>Before attempting to create a Daemon module you must make sure that cwRsync is installed on the Rsync destination. You can download a copy of cwRsync from the BackupAssist website:\u00a0<a href=\"https:\/\/www.backupassist.com\/rsync\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">http:\/\/www.backupassist.com\/rsync\/<\/a>. In addition, the steps to install cwRsync successfully can be found in our <a rel=\"noreferrer noopener\" aria-label=\"Rsync setup guide (opens in a new tab)\" href=\"https:\/\/www.backupassist.com\/support\/en\/references\/rsync-host-setup.htm\" target=\"_blank\">Rsync setup guide<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Altering the rsyncd.conf file<\/h2>\n\n\n\n<p>First, you need to create the Daemon module to be able to connect to it. This is done by altering the rsyncd.conf file, which is located in&nbsp;<strong><em>C:\\Program Files (x86)\\ICW<\/em><\/strong>&nbsp;by default.<\/p>\n\n\n\n<p>Open this file in a text editor, such as Notepad, and enter something similar to the following:<\/p>\n\n\n\n<p>[test]<br>path = \/cygdrive\/c\/backup_directory<br>read only = false<br>transfer logging = yes<\/p>\n\n\n\n<p>The meaning of each line is as follows:<\/p>\n\n\n\n<p><strong>[test]<\/strong>&nbsp;&#8211; This is the name of the module you&#8217;re creating. (It can be set to anything you choose).<\/p>\n\n\n\n<p><strong>path<\/strong>&nbsp;&#8211; This is the directory that you want to back up to on the Rsync server.<\/p>\n\n\n\n<p><strong>read only<\/strong>&nbsp;&#8211; This sets the &#8216;path&#8217; (see above) to either be read\/write or read only. Since we want to write the backup to this directory, it should always be set to &#8216;False&#8217;.<\/p>\n\n\n\n<p><strong>transfer logging<\/strong>&nbsp;&#8211; Allows any transfer information to be logged for future reference. This can be set to either Yes or No.<\/p>\n\n\n\n<p>Once you have finished editing the rsyncd.conf file, save it to the following location:&nbsp;<strong><em>C:\\Program Files (x86)\\ICW\\etc<\/em><\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Starting the Rsync Daemon on the Rsync Destination<\/h2>\n\n\n\n<p>Next, you need to make sure that the Rsync Daemon service is started correctly. This is the service used to control the Daemon connection and if not started correctly can cause connection errors.<\/p>\n\n\n\n<p>To start the Rsync Daemon, follow these steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Open a command prompt window by browsing to Start &gt; Run &gt; and typing&nbsp;<strong>cmd<\/strong>&nbsp;in the text field provided.<\/li><li>In the command prompt Window, change directory by typing&nbsp;<strong>CD &#8220;C:\\Program Files\\ICW\\bin&#8221;<\/strong>&nbsp;or<strong>&nbsp;CD &#8220;C:\\Program Files (x86)\\ICW\\bin&#8221;<\/strong>&nbsp;on 64-bit machines.<\/li><li>Start the Rsync Daemon by entering&nbsp;<strong>Rsync &#8211;daemon:<\/strong><br><br>The Rsync Daemon should now be started and BackupAssist should be able to connect to it successfully.<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Configuring BackupAssist to use the Rsync Add-on<\/h2>\n\n\n\n<p>The next step is to configure the BackupAssist client to perform a backup using Rsync. <br><br>To use Rsync as a destination, you will need to purchase the <a rel=\"noreferrer noopener\" aria-label=\"Cloud Backup add-on (opens in a new tab)\" href=\"https:\/\/www.backupassist.com\/backupassist\/features\/specialized\/cloudserverbackup.html\" target=\"_blank\">Cloud Backup add-on<\/a> which includes Rsync.<\/p>\n\n\n\n<p>To create a new BackupAssist backup job:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Launch the BackupAssist console and Create a New Backup job<\/li><li>Select File Protection and follow the steps to create the backup job.<\/li><li>In the <strong>Destination <\/strong>step, select Rsync<\/li><li>In the <strong>Set up destination<\/strong> step, enter your Rsync server name (or IP address), and choose &#8220;Rsync Daemon&#8221;. <\/li><li> Under &#8220;Path on server&#8221;, type in the name of the Rsync module you created earlier (in this example &#8216;Test&#8217;).<\/li><li>Enter the username and password that you want to connect to the Rsync server with.<\/li><li>Click the &#8220;Test connection&#8230;\u201f button to test communication with the Rsync server. <br><br><img loading=\"lazy\" decoding=\"async\" width=\"947\" height=\"751\" class=\"wp-image-14229\" style=\"width: 650px\" src=\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2019\/11\/rsync-setup-1.png\" alt=\"File Protection Rsync destination\" srcset=\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2019\/11\/rsync-setup-1.png 947w, https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2019\/11\/rsync-setup-1-300x238.png 300w, https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2019\/11\/rsync-setup-1-768x609.png 768w\" sizes=\"auto, (max-width: 947px) 100vw, 947px\" \/><br><\/li><\/ol>\n\n\n\n<p>If you&#8217;ve performed each step correctly, you should the test connection should pass and you will be on your way to performing backups using Rsync with BackupAssist!<\/p>\n\n\n\n<p>If you have any questions about BackupAssist or setting up an Rsync backup, please contact us via email at&nbsp;<a href=\"mailto:support@backupassist.com\">support@backupassist.com<\/a>. &nbsp;We&#8217;ll be happy to help!\n\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Notes<\/h2>\n\n\n\n<p>BackupAssist for Rsync is also available as a Standalone license for those wishing to perform Rsync\/Internet backup only. A BackupAssist base license is not required if you are using a BackupAssist for Rsync Standalone license. You can read more about the difference between the two BackupAssist for Rsync license types here.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>For detailed information on setting set up an Rsync daemon backup host, see our Rsync host setup page. The difference between Rsync over SSH and Rsync Daemon BackupAssist provides two options for running backups over an Rsync connection: Rsync over SSH Rsync Daemon. Rsync over SSH&nbsp;runs Rsync via a secure shell (SSH, port 22), which &#8230; <a title=\"Configuring Rsync daemon backups.\" class=\"read-more\" href=\"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist\">Read more <span class=\"screen-reader-text\">Configuring Rsync daemon backups.<\/span><\/a><\/p>\n","protected":false},"author":13,"featured_media":13831,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-13651","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Configuring Rsync daemon backups. - Cyber Resilience Blog<\/title>\n<meta name=\"description\" content=\"Learn how to set up a remote, rsync backup destination using daemon mode for Windows, Linux and NAS backup destinations and BackupAssist.\" \/>\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\/configuring-rsync-daemon-backups-for-backupassist\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configuring Rsync daemon backups. - Cyber Resilience Blog\" \/>\n<meta property=\"og:description\" content=\"Learn how to set up a remote, rsync backup destination using daemon mode for Windows, Linux and NAS backup destinations and BackupAssist.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist\" \/>\n<meta property=\"og:site_name\" content=\"Cyber Resilience Blog\" \/>\n<meta property=\"article:published_time\" content=\"2013-01-13T22:19:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-11-18T00:27:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2008\/05\/tile-placeholder1-01.png\" \/>\n\t<meta property=\"og:image:width\" content=\"842\" \/>\n\t<meta property=\"og:image:height\" content=\"596\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Rick Dwyer\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rick Dwyer\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist\"},\"author\":{\"name\":\"Rick Dwyer\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/#\/schema\/person\/84edd561512d93c57e38a6d3d922cf61\"},\"headline\":\"Configuring Rsync daemon backups.\",\"datePublished\":\"2013-01-13T22:19:00+00:00\",\"dateModified\":\"2019-11-18T00:27:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist\"},\"wordCount\":837,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2008\/05\/tile-placeholder1-01.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist\",\"url\":\"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist\",\"name\":\"Configuring Rsync daemon backups. - Cyber Resilience Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2008\/05\/tile-placeholder1-01.png\",\"datePublished\":\"2013-01-13T22:19:00+00:00\",\"dateModified\":\"2019-11-18T00:27:56+00:00\",\"description\":\"Learn how to set up a remote, rsync backup destination using daemon mode for Windows, Linux and NAS backup destinations and BackupAssist.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist#primaryimage\",\"url\":\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2008\/05\/tile-placeholder1-01.png\",\"contentUrl\":\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2008\/05\/tile-placeholder1-01.png\",\"width\":842,\"height\":596},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.backupassist.com\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Configuring Rsync daemon backups.\"}]},{\"@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\/84edd561512d93c57e38a6d3d922cf61\",\"name\":\"Rick Dwyer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/47a03fa1c7e7a827dcafbdeac92810855877677d38b47fb3f3039f28b463663a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/47a03fa1c7e7a827dcafbdeac92810855877677d38b47fb3f3039f28b463663a?s=96&d=mm&r=g\",\"caption\":\"Rick Dwyer\"},\"url\":\"https:\/\/www.backupassist.com\/blog\/author\/rick-dwyer\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Configuring Rsync daemon backups. - Cyber Resilience Blog","description":"Learn how to set up a remote, rsync backup destination using daemon mode for Windows, Linux and NAS backup destinations and BackupAssist.","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\/configuring-rsync-daemon-backups-for-backupassist","og_locale":"en_US","og_type":"article","og_title":"Configuring Rsync daemon backups. - Cyber Resilience Blog","og_description":"Learn how to set up a remote, rsync backup destination using daemon mode for Windows, Linux and NAS backup destinations and BackupAssist.","og_url":"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist","og_site_name":"Cyber Resilience Blog","article_published_time":"2013-01-13T22:19:00+00:00","article_modified_time":"2019-11-18T00:27:56+00:00","og_image":[{"width":842,"height":596,"url":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2008\/05\/tile-placeholder1-01.png","type":"image\/png"}],"author":"Rick Dwyer","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rick Dwyer","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist#article","isPartOf":{"@id":"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist"},"author":{"name":"Rick Dwyer","@id":"https:\/\/www.backupassist.com\/blog\/#\/schema\/person\/84edd561512d93c57e38a6d3d922cf61"},"headline":"Configuring Rsync daemon backups.","datePublished":"2013-01-13T22:19:00+00:00","dateModified":"2019-11-18T00:27:56+00:00","mainEntityOfPage":{"@id":"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist"},"wordCount":837,"commentCount":0,"publisher":{"@id":"https:\/\/www.backupassist.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist#primaryimage"},"thumbnailUrl":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2008\/05\/tile-placeholder1-01.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist","url":"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist","name":"Configuring Rsync daemon backups. - Cyber Resilience Blog","isPartOf":{"@id":"https:\/\/www.backupassist.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist#primaryimage"},"image":{"@id":"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist#primaryimage"},"thumbnailUrl":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2008\/05\/tile-placeholder1-01.png","datePublished":"2013-01-13T22:19:00+00:00","dateModified":"2019-11-18T00:27:56+00:00","description":"Learn how to set up a remote, rsync backup destination using daemon mode for Windows, Linux and NAS backup destinations and BackupAssist.","breadcrumb":{"@id":"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist#primaryimage","url":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2008\/05\/tile-placeholder1-01.png","contentUrl":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2008\/05\/tile-placeholder1-01.png","width":842,"height":596},{"@type":"BreadcrumbList","@id":"https:\/\/www.backupassist.com\/blog\/configuring-rsync-daemon-backups-for-backupassist#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.backupassist.com\/blog"},{"@type":"ListItem","position":2,"name":"Configuring Rsync daemon backups."}]},{"@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\/84edd561512d93c57e38a6d3d922cf61","name":"Rick Dwyer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.backupassist.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/47a03fa1c7e7a827dcafbdeac92810855877677d38b47fb3f3039f28b463663a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/47a03fa1c7e7a827dcafbdeac92810855877677d38b47fb3f3039f28b463663a?s=96&d=mm&r=g","caption":"Rick Dwyer"},"url":"https:\/\/www.backupassist.com\/blog\/author\/rick-dwyer"}]}},"_links":{"self":[{"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/posts\/13651","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\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/comments?post=13651"}],"version-history":[{"count":10,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/posts\/13651\/revisions"}],"predecessor-version":[{"id":14619,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/posts\/13651\/revisions\/14619"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/media\/13831"}],"wp:attachment":[{"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/media?parent=13651"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/categories?post=13651"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/tags?post=13651"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}