{"id":109,"date":"2019-03-06T06:22:26","date_gmt":"2019-03-06T06:22:26","guid":{"rendered":"https:\/\/www.easydeploy.io\/blog\/?p=109"},"modified":"2019-04-02T11:54:14","modified_gmt":"2019-04-02T10:54:14","slug":"configure-backup-spaces-digitalocean","status":"publish","type":"post","link":"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/","title":{"rendered":"5 Steps to Configure Backup to Spaces in DigitalOcean"},"content":{"rendered":"\n<p>Every one interested to keep our data backup in the safe location. Digital ocean providing one such feature where you can keep your backup data. The service name is \u201cSpaces\u201d which is similar to S3 bucket service provided by Amazon Web Service. Space is available for $5 per month that includes 250GB of storage and 1 TB of outbound bandwidth. In below article we shall see how to copy your data to digital ocean spaces.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"490\" src=\"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/image-1024x490.png\" alt=\"\" class=\"wp-image-130\" srcset=\"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/image-1024x490.png 1024w, https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/image-300x143.png 300w, https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/image-768x367.png 768w, https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/image.png 1311w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">What are DigitalOcean spaces?<\/h2>\n\n\n\n<p>If you have used S3 in AWS, you remember how convenient for you to store large amount of data in a bucket and use it anywhere you want to access. DigitalOcean <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.digitalocean.com\/products\/spaces\/\" target=\"_blank\"><\/a>has launched <a rel=\"noreferrer noopener\" href=\"https:\/\/www.digitalocean.com\/products\/spaces\/\" target=\"_blank\">Spaces<\/a> that allows you to store any amount of data online and use it. Each space create will have unique URL, that can be used for accessing it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Login to DigitalOcean<\/h2>\n\n\n\n<p>The first step is to login to DigitalOcean console page and navigate to spaces and click on create new spaces as shown in the screenshot.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"250\" src=\"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/create-new-spaces.jpg\" alt=\"Create new spaces \" class=\"wp-image-110\" srcset=\"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/create-new-spaces.jpg 512w, https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/create-new-spaces-300x146.jpg 300w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Create New Key<\/h2>\n\n\n\n<p>The next step is to navigate to API in the console and click on the Generate new key under spaces. The access key is shown in the below figure.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"498\" src=\"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/generate-new-key-1024x498.jpg\" alt=\"Generate new key\" class=\"wp-image-111\" srcset=\"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/generate-new-key-1024x498.jpg 1024w, https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/generate-new-key-300x146.jpg 300w, https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/generate-new-key-768x374.jpg 768w, https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/generate-new-key.jpg 1354w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n\n<p>Now you will get secret key and access key. Note it down to safe place which will be used in later stage to access your space in CLI.<br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Install S3 Command<\/h2>\n\n\n\n<p>To access or connecting to the space that you have created in the earlier stage we need to install s3 command. You can install s3 command using below command<br><\/p>\n\n\n\n<table class=\"wp-block-table\"><tbody><tr><td>sudo yum &#8211;enablerepo=epel install s3cmd<\/td><\/tr><\/tbody><\/table>\n\n\n\n<p>you can check the installed version of s3 command using the below-mentioned command<br><\/p>\n\n\n\n<table class=\"wp-block-table\"><tbody><tr><td>s3cmd &#8211;version<\/td><\/tr><\/tbody><\/table>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Configure S3 Command<\/h2>\n\n\n\n<p>Now you have to configure s3 command to access &nbsp;your space as follows:<br><\/p>\n\n\n\n<table class=\"wp-block-table\"><tbody><tr><td>s3cmd &#8211;configure<\/td><\/tr><\/tbody><\/table>\n\n\n\n<p>Which will prompt for following details to be entered.<br><\/p>\n\n\n\n<ul><li><strong>Access Key :<\/strong> &lt;enter your access key generated in above&gt;<\/li><li><strong>Secret Key<\/strong> : &lt;enter your secret key generated in above&gt;<\/li><li><strong>Default Region <\/strong>: &lt;chose the region nearer to your location&gt;<\/li><\/ul>\n\n\n\n<p><strong>Note:<\/strong> Digital ocean is currently providing 8 regions. You can find the Region code for your region using below screenshot<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"365\" src=\"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/date-center-regions-1024x365.jpg\" alt=\"Find the Region code for your region using\" class=\"wp-image-112\" srcset=\"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/date-center-regions-1024x365.jpg 1024w, https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/date-center-regions-300x107.jpg 300w, https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/date-center-regions-768x274.jpg 768w, https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/date-center-regions.jpg 1060w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n\n<ul><li><strong>S3 Endpoint <\/strong>: &lt;End point of your space&gt;<\/li><\/ul>\n\n\n\n<p>Note : to find the endpoint of your space just click on your space then go to setting where you can find your space endpoint.<\/p>\n\n\n\n<ul><li><strong>DNS-style bucket+hostname:port template for<\/strong><strong> <\/strong><strong>accessing a bucket<\/strong>: &lt;spacename&gt;.endpoint of your space<\/li><\/ul>\n\n\n\n<p>Just follow the above format where your space name is followed by endpoint of your space.<\/p>\n\n\n\n<ul><li><strong>Encryption password:<\/strong> &lt;Default enter &gt;<\/li><\/ul>\n\n\n\n<p>Setting a password now won\u2019t cause objects to be automatically encrypted; it just makes encryption available later.<\/p>\n\n\n\n<ul><li><strong>Path to GPG program[<\/strong><strong>\/usr\/bin\/gpg<\/strong><strong>] &nbsp;<\/strong>: &nbsp;&lt;Default enter&gt;<\/li><li><strong>Use HTTPS protocol:<\/strong> &lt;yes&gt; <\/li><\/ul>\n\n\n\n<p>Note : HTTPS protects data from being read while it is in transit. DigitalOcean Spaces do not support unencrypted transfer, so press ENTER to accept the default, YES<\/p>\n\n\n\n<ul><li><strong>HTTP Proxy server name: <\/strong>&lt;yes&gt;<\/li><\/ul>\n\n\n\n<p>Note : If your network requires you to use an HTTP Proxy server, enter its IP address or domain name without the protocol, e.g. 203.0.113.1 or proxy.example.com. Because we aren\u2019t using an HTTP Proxy server, we\u2019ll leave this question blank and press ENTER<\/p>\n\n\n\n<ul><li><strong>HTTP Proxy server port:<\/strong> &lt;Default enter &gt;<\/li><li><strong>Test access with supplied credentials? [Y\/n]<\/strong> : &lt;Enter yes&gt;<\/li><\/ul>\n\n\n\n<p>Once you enter yes it will display the details that you have entered as shown below where you can verify<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"930\" height=\"303\" src=\"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/test-supplied-credentials.jpg\" alt=\"Fill the credentials details\" class=\"wp-image-113\" srcset=\"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/test-supplied-credentials.jpg 930w, https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/test-supplied-credentials-300x98.jpg 300w, https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/test-supplied-credentials-768x250.jpg 768w\" sizes=\"(max-width: 930px) 100vw, 930px\" \/><\/figure><\/div>\n\n\n\n<p>Once you enter all the above details you can confirm by entering and you will get the output as success and can now copy the files to spaces in CLI using the following command<br><\/p>\n\n\n\n<table class=\"wp-block-table\"><tbody><tr><td>s3cmd put &lt;file to copy &gt; s3:\/\/&lt;space name&gt;\/location<\/td><\/tr><\/tbody><\/table>\n\n\n\n<h2 class=\"wp-block-heading\">Step 5: Configure LifeCycle Policy<\/h2>\n\n\n\n<p>The final step is to configure lifecycle &nbsp;policy. For example, how many copies of data to be retained in your space using following command<br><\/p>\n\n\n\n<table class=\"wp-block-table\"><tbody><tr><td>s3cmd expire s3:\/\/&lt;your bucket name&gt;\/ &#8211;expiry-days=10&lt;number of days to be retained&gt;<\/td><\/tr><\/tbody><\/table>\n\n\n\n<p><strong>Summary:<\/strong> In this article we have successfully configured backup to DigitalOcean space. Now create your own space and move all your data to DigitalOcean spaces to make it safe and secure using above procedure. <\/p>\n\n\n\n<p><strong>References:<\/strong><\/p>\n\n\n\n<p><a href=\"https:\/\/medium.com\/dailyjs\/digital-ocean-spaces-pros-cons-and-how-to-use-it-with-javascript-1802559ce2bd\">https:\/\/medium.com\/dailyjs\/digital-ocean-spaces-pros-cons-and-how-to-use-it-with-javascript-1802559ce2bd<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/natalian.org\/2018\/01\/27\/S3_versus_Spaces\/\">https:\/\/natalian.org\/2018\/01\/27\/S3_versus_Spaces\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Every one interested to keep our data backup in the safe location. Digital ocean providing one such feature where you can keep your backup data. The service name is \u201cSpaces\u201d which is similar to S3 bucket service provided by Amazon Web Service. Space is available for $5 per month that includes 250GB of storage and [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[3],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>5 Steps to Configure Backup to Spaces in DigitalOcean | easydeploy.io<\/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.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"5 Steps to Configure Backup to Spaces in DigitalOcean | easydeploy.io\" \/>\n<meta property=\"og:description\" content=\"Every one interested to keep our data backup in the safe location. Digital ocean providing one such feature where you can keep your backup data. The service name is \u201cSpaces\u201d which is similar to S3 bucket service provided by Amazon Web Service. Space is available for $5 per month that includes 250GB of storage and [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/\" \/>\n<meta property=\"og:site_name\" content=\"easydeploy.io\" \/>\n<meta property=\"article:published_time\" content=\"2019-03-06T06:22:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-04-02T10:54:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/image-1024x490.png\" \/>\n<meta name=\"author\" content=\"Siranjeevi R\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Siranjeevi R\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated 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.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/\"},\"author\":{\"name\":\"Siranjeevi R\",\"@id\":\"https:\/\/www.easydeploy.io\/blog\/#\/schema\/person\/0e7f79e0cd26f6446f7a76d9d2d3b20c\"},\"headline\":\"5 Steps to Configure Backup to Spaces in DigitalOcean\",\"datePublished\":\"2019-03-06T06:22:26+00:00\",\"dateModified\":\"2019-04-02T10:54:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/\"},\"wordCount\":744,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.easydeploy.io\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/image-1024x490.png\",\"articleSection\":[\"Cloud Hosting Services\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/\",\"url\":\"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/\",\"name\":\"5 Steps to Configure Backup to Spaces in DigitalOcean | easydeploy.io\",\"isPartOf\":{\"@id\":\"https:\/\/www.easydeploy.io\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/image-1024x490.png\",\"datePublished\":\"2019-03-06T06:22:26+00:00\",\"dateModified\":\"2019-04-02T10:54:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/#primaryimage\",\"url\":\"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/image.png\",\"contentUrl\":\"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/image.png\",\"width\":1311,\"height\":627},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.easydeploy.io\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"5 Steps to Configure Backup to Spaces in DigitalOcean\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.easydeploy.io\/blog\/#website\",\"url\":\"https:\/\/www.easydeploy.io\/blog\/\",\"name\":\"easydeploy.io\",\"description\":\"A Cloud Architect Company\",\"publisher\":{\"@id\":\"https:\/\/www.easydeploy.io\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.easydeploy.io\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.easydeploy.io\/blog\/#organization\",\"name\":\"EasyDeploy Technologies Pvt Ltd\",\"url\":\"https:\/\/www.easydeploy.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.easydeploy.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/02\/easydeploy.png\",\"contentUrl\":\"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/02\/easydeploy.png\",\"width\":536,\"height\":100,\"caption\":\"EasyDeploy Technologies Pvt Ltd\"},\"image\":{\"@id\":\"https:\/\/www.easydeploy.io\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.easydeploy.io\/blog\/#\/schema\/person\/0e7f79e0cd26f6446f7a76d9d2d3b20c\",\"name\":\"Siranjeevi R\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.easydeploy.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/353661218917699fcc292e9bc0da9081?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/353661218917699fcc292e9bc0da9081?s=96&d=mm&r=g\",\"caption\":\"Siranjeevi R\"},\"url\":\"https:\/\/www.easydeploy.io\/blog\/author\/siru\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"5 Steps to Configure Backup to Spaces in DigitalOcean | easydeploy.io","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.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/","og_locale":"en_GB","og_type":"article","og_title":"5 Steps to Configure Backup to Spaces in DigitalOcean | easydeploy.io","og_description":"Every one interested to keep our data backup in the safe location. Digital ocean providing one such feature where you can keep your backup data. The service name is \u201cSpaces\u201d which is similar to S3 bucket service provided by Amazon Web Service. Space is available for $5 per month that includes 250GB of storage and [&hellip;]","og_url":"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/","og_site_name":"easydeploy.io","article_published_time":"2019-03-06T06:22:26+00:00","article_modified_time":"2019-04-02T10:54:14+00:00","og_image":[{"url":"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/image-1024x490.png"}],"author":"Siranjeevi R","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Siranjeevi R","Estimated reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/#article","isPartOf":{"@id":"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/"},"author":{"name":"Siranjeevi R","@id":"https:\/\/www.easydeploy.io\/blog\/#\/schema\/person\/0e7f79e0cd26f6446f7a76d9d2d3b20c"},"headline":"5 Steps to Configure Backup to Spaces in DigitalOcean","datePublished":"2019-03-06T06:22:26+00:00","dateModified":"2019-04-02T10:54:14+00:00","mainEntityOfPage":{"@id":"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/"},"wordCount":744,"commentCount":0,"publisher":{"@id":"https:\/\/www.easydeploy.io\/blog\/#organization"},"image":{"@id":"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/#primaryimage"},"thumbnailUrl":"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/image-1024x490.png","articleSection":["Cloud Hosting Services"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/","url":"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/","name":"5 Steps to Configure Backup to Spaces in DigitalOcean | easydeploy.io","isPartOf":{"@id":"https:\/\/www.easydeploy.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/#primaryimage"},"image":{"@id":"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/#primaryimage"},"thumbnailUrl":"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/image-1024x490.png","datePublished":"2019-03-06T06:22:26+00:00","dateModified":"2019-04-02T10:54:14+00:00","breadcrumb":{"@id":"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/#primaryimage","url":"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/image.png","contentUrl":"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/03\/image.png","width":1311,"height":627},{"@type":"BreadcrumbList","@id":"https:\/\/www.easydeploy.io\/blog\/configure-backup-spaces-digitalocean\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.easydeploy.io\/blog\/"},{"@type":"ListItem","position":2,"name":"5 Steps to Configure Backup to Spaces in DigitalOcean"}]},{"@type":"WebSite","@id":"https:\/\/www.easydeploy.io\/blog\/#website","url":"https:\/\/www.easydeploy.io\/blog\/","name":"easydeploy.io","description":"A Cloud Architect Company","publisher":{"@id":"https:\/\/www.easydeploy.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.easydeploy.io\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.easydeploy.io\/blog\/#organization","name":"EasyDeploy Technologies Pvt Ltd","url":"https:\/\/www.easydeploy.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.easydeploy.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/02\/easydeploy.png","contentUrl":"https:\/\/www.easydeploy.io\/blog\/wp-content\/uploads\/2019\/02\/easydeploy.png","width":536,"height":100,"caption":"EasyDeploy Technologies Pvt Ltd"},"image":{"@id":"https:\/\/www.easydeploy.io\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.easydeploy.io\/blog\/#\/schema\/person\/0e7f79e0cd26f6446f7a76d9d2d3b20c","name":"Siranjeevi R","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.easydeploy.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/353661218917699fcc292e9bc0da9081?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/353661218917699fcc292e9bc0da9081?s=96&d=mm&r=g","caption":"Siranjeevi R"},"url":"https:\/\/www.easydeploy.io\/blog\/author\/siru\/"}]}},"_links":{"self":[{"href":"https:\/\/www.easydeploy.io\/blog\/wp-json\/wp\/v2\/posts\/109"}],"collection":[{"href":"https:\/\/www.easydeploy.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.easydeploy.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.easydeploy.io\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.easydeploy.io\/blog\/wp-json\/wp\/v2\/comments?post=109"}],"version-history":[{"count":4,"href":"https:\/\/www.easydeploy.io\/blog\/wp-json\/wp\/v2\/posts\/109\/revisions"}],"predecessor-version":[{"id":246,"href":"https:\/\/www.easydeploy.io\/blog\/wp-json\/wp\/v2\/posts\/109\/revisions\/246"}],"wp:attachment":[{"href":"https:\/\/www.easydeploy.io\/blog\/wp-json\/wp\/v2\/media?parent=109"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.easydeploy.io\/blog\/wp-json\/wp\/v2\/categories?post=109"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.easydeploy.io\/blog\/wp-json\/wp\/v2\/tags?post=109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}