{"id":34051,"date":"2022-07-25T10:30:27","date_gmt":"2022-07-25T15:30:27","guid":{"rendered":"https:\/\/www.filecloud.com\/blog\/?p=34051"},"modified":"2022-09-11T02:44:49","modified_gmt":"2022-09-11T07:44:49","slug":"migrating-vms-between-esxi-servers-using-scp-command","status":"publish","type":"post","link":"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/","title":{"rendered":"Migrating VMs Between ESXI Servers Using SCP Command"},"content":{"rendered":"<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter size-full wp-image-34056\" src=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2022\/07\/Migrate-ESCI-Servers-Banner_v2.png\" alt=\"\" width=\"2560\" height=\"1440\" srcset=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2022\/07\/Migrate-ESCI-Servers-Banner_v2.png 2560w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2022\/07\/Migrate-ESCI-Servers-Banner_v2-300x169.png 300w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2022\/07\/Migrate-ESCI-Servers-Banner_v2-1024x576.png 1024w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2022\/07\/Migrate-ESCI-Servers-Banner_v2-768x432.png 768w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2022\/07\/Migrate-ESCI-Servers-Banner_v2-1536x864.png 1536w, https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2022\/07\/Migrate-ESCI-Servers-Banner_v2-2048x1152.png 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\"><\/p>\n<p>FileCloud customers may choose to use a virtual machine (VM) in an ESXI server. At times, ESXI servers may be decommissioned, requiring a migration. When FileCloud is hosted on one ESXI server, it can be moved to another using this method. This is generally a bare metal migration.<\/p>\n<p>Yet migrating VMware ESXI servers has always been difficult, at times even requiring the use of a third-party paid application. In this blog, we discuss a simple method to transfer VMs using the basic SCP command. We also ensure that the transferred VM disks are configured in thin provisioning.<\/p>\n<p>Follow the steps below to migrate the ESXi servers:<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_63 counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title \" >Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/#Enable_SSH_Service_on_Source_and_Destination_ESXI_Servers\" title=\"Enable SSH Service on Source and Destination ESXI Servers\">Enable SSH Service on Source and Destination ESXI Servers<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/#Enable_SSH_Client_Service_on_Source_ESXI_Server\" title=\"Enable SSH Client Service on Source ESXI Server.\">Enable SSH Client Service on Source ESXI Server.<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/#Copy_the_VM_from_Source_to_Destination\" title=\"Copy the VM from Source to Destination\">Copy the VM from Source to Destination<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/#Convert_Thick_Provisioning_to_Thin_Provisioning\" title=\"Convert Thick Provisioning to Thin Provisioning\">Convert Thick Provisioning to Thin Provisioning<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/#Register_the_Migrated_VM_on_the_ESXI_Host\" title=\"Register the Migrated VM on the ESXI Host\">Register the Migrated VM on the ESXI Host<\/a><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"Enable_SSH_Service_on_Source_and_Destination_ESXI_Servers\"><\/span>Enable SSH Service on Source and Destination ESXI Servers<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>To enable the SSH service, log in to the web interfaces for your ESXI servers. Then click on Host at the top right. Click Actions -&gt; Services -&gt; Enable Secure Shell (SSH) (if it is not already enabled).<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Enable_SSH_Client_Service_on_Source_ESXI_Server\"><\/span>Enable SSH Client Service on Source ESXI Server.<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Log in to the SSH of the source ESXI server using the putty tool. You may need to run the below commands:<\/p>\n<pre>esxcli network firewall ruleset list --ruleset-id sshClient<\/pre>\n<p>Check if the SSH client service is enabled. If disabled, the command will return a result of \u2018False\u2019. If a \u2018False\u2019 response is returned, run this next command. If \u2018False\u2019 is not the returned response, proceed to the next step!<\/p>\n<pre>esxcli network firewall ruleset set --ruleset-id sshClient --enabled=true<\/pre>\n<h2><span class=\"ez-toc-section\" id=\"Copy_the_VM_from_Source_to_Destination\"><\/span>Copy the VM from Source to Destination<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Before running the below commands, make sure the VM that will be migrated is turned off in the source ESXI server.<\/p>\n<p>Connect to your source ESXI server using putty or your favorite SSH client (depending on Windows or Mac OS).<\/p>\n<p>Navigate to your datastore where your guest VM resides. By default, it will show as below.<\/p>\n<pre>cd \/vmfs\/volumes\/datastore1\/<\/pre>\n<p>Next, migrate the data to the proper datastore path in the Destination VM.<\/p>\n<p>Afterward, execute the below command in the source ESXI server:<\/p>\n<pre>scp -rv \/vmfs\/volumes\/datastore1\/VM_NAME root@xx.xx.xx.xx:\/vmfs\/volumes\/datastore1\/<\/pre>\n<p>Press \u2018Enter.\u2019 You should be prompted for a password \u2013 then the migration process will begin. The time to complete the transfer depends on the network speed between the ESXI servers.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Convert_Thick_Provisioning_to_Thin_Provisioning\"><\/span>Convert Thick Provisioning to Thin Provisioning<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Log in to your SSH console of the destination server. Then, navigate to the datastore path where the new VM data will be migrated from the old server.<\/p>\n<pre>cd \/vmfs\/volumes\/datastore1\/ VM_NAME<\/pre>\n<p>Run the below command to clone the VMDK to a thin provisioned disk using vmkfstools<\/p>\n<pre>vmkfstools -i VM_NAME.vmdk -d thin VM_NAME -thin.vmdk.<\/pre>\n<p>After the cloning is complete, list the files in the directory and verify that two files were created:<\/p>\n<p><em>VM_NAME.vmdk <\/em>and <em>VM_NAME -thin.vmdk<\/em>.<\/p>\n<p>Rename the old flat file to a different name (e.g., <em>mv VM_NAME-flat.vmdk VM_NAME-flat.vmdk.old)<\/em><\/p>\n<p>Rename the new flat file to a different name (e.g.,\u00a0<em>mv VM_NAME-thin-flat.vmdk VM_NAME-flat.vmdk)<\/em><\/p>\n<h2><span class=\"ez-toc-section\" id=\"Register_the_Migrated_VM_on_the_ESXI_Host\"><\/span>Register the Migrated VM on the ESXI Host<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Log in to the web interface of the destination ESXI server where the VM was migrated from the source server.<\/p>\n<p>Click on Virtual Machines \u2013&gt; Create\/Register VM<\/p>\n<p>Select \u2018Register an Existing Virtual Machine.\u2019 Then select one or more virtual machines, a datastore, or a directory. Select the folder of the VM Guest you moved to the new server. Click: Select \u2013&gt; Next \u2013&gt; Finish<\/p>\n<p>Once you turn on the migrated VM in the destination ESXI server for the first time, you will be prompted to answer if you moved or copied the guest machine. Leave the default \u201cI Copied It\u201d and click \u201cAnswer.\u201d<\/p>\n<p>If the migration was completed without any errors, the VMs should start in the new host.<\/p>\n<p>\u00a0<\/p>\n<p><strong>Article written by Nandakumar Chitra Suresh and Katie Gerhardt<\/strong><\/p>\n<p>\u00a0<\/p>\n<p>\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>FileCloud customers may choose to use a virtual machine (VM) in an ESXI server. At times, ESXI servers may be decommissioned, requiring a migration. When FileCloud is hosted on one ESXI server, it can be moved to another using this method. This is generally a bare metal migration. Yet migrating VMware ESXI servers has always [&hellip;]<\/p>\n","protected":false},"author":31,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[18,19],"tags":[1777,1779,1778,1780],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.13 (Yoast SEO v20.13) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Migrating VMs Between ESXI Servers Using SCP Command - FileCloud blog<\/title>\n<meta name=\"description\" content=\"Migrating virtual machines between ESXI servers hosting your FileCloud environment can be done with SCP commands. Learn how!\" \/>\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.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Migrating VMs Between ESXI Servers Using SCP Command\" \/>\n<meta property=\"og:description\" content=\"Migrating virtual machines between ESXI servers hosting your FileCloud environment can be done with SCP commands. Learn how!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/\" \/>\n<meta property=\"og:site_name\" content=\"FileCloud blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/tonidopage\" \/>\n<meta property=\"article:published_time\" content=\"2022-07-25T15:30:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-09-11T07:44:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2022\/07\/Migrate-ESCI-Servers-Banner_v2.png\" \/>\n<meta name=\"author\" content=\"Katie Gerhardt\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@getfilecloud\" \/>\n<meta name=\"twitter:site\" content=\"@getfilecloud\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Katie Gerhardt\" \/>\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.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/\"},\"author\":{\"name\":\"Katie Gerhardt\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea\"},\"headline\":\"Migrating VMs Between ESXI Servers Using SCP Command\",\"datePublished\":\"2022-07-25T15:30:27+00:00\",\"dateModified\":\"2022-09-11T07:44:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/\"},\"wordCount\":605,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\"},\"keywords\":[\"ESXI\",\"legacy ESXI server\",\"migrate server\",\"SCP command\"],\"articleSection\":[\"Admin Tools and Tips\",\"Advanced Computer Administration and Architecture\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/\",\"url\":\"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/\",\"name\":\"Migrating VMs Between ESXI Servers Using SCP Command - FileCloud blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#website\"},\"datePublished\":\"2022-07-25T15:30:27+00:00\",\"dateModified\":\"2022-09-11T07:44:49+00:00\",\"description\":\"Migrating virtual machines between ESXI servers hosting your FileCloud environment can be done with SCP commands. Learn how!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.filecloud.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Migrating VMs Between ESXI Servers Using SCP Command\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#website\",\"url\":\"https:\/\/www.filecloud.com\/blog\/\",\"name\":\"FileCloud blog\",\"description\":\"Topics on Private cloud, On-Premises, Self-Hosted, Enterprise File Sync and Sharing\",\"publisher\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.filecloud.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#organization\",\"name\":\"FileCloud\",\"url\":\"https:\/\/www.filecloud.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg\",\"contentUrl\":\"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg\",\"width\":155,\"height\":40,\"caption\":\"FileCloud\"},\"image\":{\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/tonidopage\",\"https:\/\/twitter.com\/getfilecloud\",\"https:\/\/www.linkedin.com\/company\/codelathe\",\"https:\/\/www.pinterest.com\/filecloud\/filecloud\/\",\"https:\/\/www.youtube.com\/channel\/UCbU5gTFdNCPESA5aGipFW6g\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea\",\"name\":\"Katie Gerhardt\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/07bbf4097008eebfdc680520a6973c6e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/07bbf4097008eebfdc680520a6973c6e?s=96&d=mm&r=g\",\"caption\":\"Katie Gerhardt\"},\"description\":\"Product Marketing Manager\",\"sameAs\":[\"1\",\"https:\/\/www.linkedin.com\/in\/katie-gerhardt-88541791\/\"],\"url\":\"https:\/\/www.filecloud.com\/blog\/author\/katie\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Migrating VMs Between ESXI Servers Using SCP Command - FileCloud blog","description":"Migrating virtual machines between ESXI servers hosting your FileCloud environment can be done with SCP commands. Learn how!","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.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/","og_locale":"en_US","og_type":"article","og_title":"Migrating VMs Between ESXI Servers Using SCP Command","og_description":"Migrating virtual machines between ESXI servers hosting your FileCloud environment can be done with SCP commands. Learn how!","og_url":"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/","og_site_name":"FileCloud blog","article_publisher":"https:\/\/www.facebook.com\/tonidopage","article_published_time":"2022-07-25T15:30:27+00:00","article_modified_time":"2022-09-11T07:44:49+00:00","og_image":[{"url":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2022\/07\/Migrate-ESCI-Servers-Banner_v2.png"}],"author":"Katie Gerhardt","twitter_card":"summary_large_image","twitter_creator":"@getfilecloud","twitter_site":"@getfilecloud","twitter_misc":{"Written by":"Katie Gerhardt","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/#article","isPartOf":{"@id":"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/"},"author":{"name":"Katie Gerhardt","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea"},"headline":"Migrating VMs Between ESXI Servers Using SCP Command","datePublished":"2022-07-25T15:30:27+00:00","dateModified":"2022-09-11T07:44:49+00:00","mainEntityOfPage":{"@id":"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/"},"wordCount":605,"commentCount":0,"publisher":{"@id":"https:\/\/www.filecloud.com\/blog\/#organization"},"keywords":["ESXI","legacy ESXI server","migrate server","SCP command"],"articleSection":["Admin Tools and Tips","Advanced Computer Administration and Architecture"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/","url":"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/","name":"Migrating VMs Between ESXI Servers Using SCP Command - FileCloud blog","isPartOf":{"@id":"https:\/\/www.filecloud.com\/blog\/#website"},"datePublished":"2022-07-25T15:30:27+00:00","dateModified":"2022-09-11T07:44:49+00:00","description":"Migrating virtual machines between ESXI servers hosting your FileCloud environment can be done with SCP commands. Learn how!","breadcrumb":{"@id":"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.filecloud.com\/blog\/migrating-vms-between-esxi-servers-using-scp-command\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.filecloud.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Migrating VMs Between ESXI Servers Using SCP Command"}]},{"@type":"WebSite","@id":"https:\/\/www.filecloud.com\/blog\/#website","url":"https:\/\/www.filecloud.com\/blog\/","name":"FileCloud blog","description":"Topics on Private cloud, On-Premises, Self-Hosted, Enterprise File Sync and Sharing","publisher":{"@id":"https:\/\/www.filecloud.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.filecloud.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.filecloud.com\/blog\/#organization","name":"FileCloud","url":"https:\/\/www.filecloud.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg","contentUrl":"https:\/\/www.filecloud.com\/blog\/wp-content\/uploads\/2016\/02\/filecloud_logo_comparison.jpg","width":155,"height":40,"caption":"FileCloud"},"image":{"@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/tonidopage","https:\/\/twitter.com\/getfilecloud","https:\/\/www.linkedin.com\/company\/codelathe","https:\/\/www.pinterest.com\/filecloud\/filecloud\/","https:\/\/www.youtube.com\/channel\/UCbU5gTFdNCPESA5aGipFW6g"]},{"@type":"Person","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/ea3506ea3e9eb7bb2036e6c7c8fc05ea","name":"Katie Gerhardt","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.filecloud.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/07bbf4097008eebfdc680520a6973c6e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/07bbf4097008eebfdc680520a6973c6e?s=96&d=mm&r=g","caption":"Katie Gerhardt"},"description":"Product Marketing Manager","sameAs":["1","https:\/\/www.linkedin.com\/in\/katie-gerhardt-88541791\/"],"url":"https:\/\/www.filecloud.com\/blog\/author\/katie\/"}]}},"_links":{"self":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/34051"}],"collection":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/users\/31"}],"replies":[{"embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/comments?post=34051"}],"version-history":[{"count":9,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/34051\/revisions"}],"predecessor-version":[{"id":34424,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/posts\/34051\/revisions\/34424"}],"wp:attachment":[{"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/media?parent=34051"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/categories?post=34051"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.filecloud.com\/blog\/wp-json\/wp\/v2\/tags?post=34051"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}