{"id":2265,"date":"2022-08-17T21:53:29","date_gmt":"2022-08-17T19:53:29","guid":{"rendered":"https:\/\/www.edificom.ch\/?post_type=solutions&#038;p=2265"},"modified":"2022-10-06T14:48:58","modified_gmt":"2022-10-06T12:48:58","slug":"m365-backup","status":"publish","type":"solutions","link":"https:\/\/www.edificom.ch\/en\/solutions\/m365-backup\/","title":{"rendered":""},"content":{"rendered":"<section class=\"text\">\n    <div class=\"text__wrapper \">\n          <h1>Backup and recovery for M365<\/h1>\n<p>Ransomware and other cyber attacks have never been more prevalent.<br \/>\nDon&#8217;t be fooled and back up your files!<\/p>\n<p>We can offer the backup and recovery solution dedicated to Microsoft 365 &#8211; HYCU Prot\u00e9g\u00e9.<\/p>\n<p>Simple &amp; efficient.<\/p>\n<p><strong>Why does M365 need to be backed up?<\/strong><\/p>\n<ul>\n<li>Protection against accidental or malicious changes\/deletions<\/li>\n<li>Need to meet legal requirements for long-term data retention (especially communication data)<\/li>\n<li>Recommended by Microsoft<\/li>\n<\/ul>\n<p>HYCU Prot\u00e9g\u00e9 is a fully automated, simple and scalable multi-cloud protection, backup and recovery solution dedicated to Microsoft 365.<br \/>\n1 : Automated protection as a service (SaaS)<br \/>\n2 : Total 360\u00b0 protection for M365<br \/>\n3 : Flexible recovery options for M365<br \/>\n4 : Compliant and vigilant 24\/7<br \/>\n5 : Ensure security at all levels<\/p>\n      <\/div>\n<\/section>\n\n\n<div class=\"wp-block-columns are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.edificom.ch\/wp-content\/uploads\/in-text-images-website-1-1024x213.png\" alt=\"\" class=\"wp-image-2262\" width=\"842\" height=\"174\" srcset=\"https:\/\/www.edificom.ch\/wp-content\/uploads\/in-text-images-website-1-1024x213.png 1024w, https:\/\/www.edificom.ch\/wp-content\/uploads\/in-text-images-website-1-300x63.png 300w, https:\/\/www.edificom.ch\/wp-content\/uploads\/in-text-images-website-1-768x160.png 768w, https:\/\/www.edificom.ch\/wp-content\/uploads\/in-text-images-website-1-1536x320.png 1536w\" sizes=\"auto, (max-width: 842px) 100vw, 842px\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n<section class=\"numbers\">\n        <div class=\"numbers__list\">\n              <div class=\"numbers__list__item\">\n          <div class=\"numbers__list__item__icon\">\n            <svg class=\"radial-progress percentage\" data-percentage=\"100\" viewBox=\"0 0 80 80\">\n              <circle class=\"incomplete\" cx=\"40\" cy=\"40\" r=\"35\"><\/circle>\n              <circle class=\"complete\" cx=\"40\" cy=\"40\" r=\"35\" style=\"stroke-dashoffset: 39.58406743523136;\"><\/circle>\n              <!-- <text x=\"0\" y=\"0\">100<\/text>\n                              <text class=\"percentage\" x=\"0\" y=\"0\" transform=\"matrix(0, 1, -1, 0, 80, 0)\">%<\/text>\n               -->\n            <\/svg>\n            <div class=\"numbers__list__item__icon__text\">\n              <span>100<\/span>\n                              <span class=\"percentage\">%<\/span>\n                          <\/div>\n          <\/div>\n          <p class=\"numbers__list__item__description\">SaaS Solution<\/p>\n        <\/div>    \n              <div class=\"numbers__list__item\">\n          <div class=\"numbers__list__item__icon\">\n            <svg class=\"radial-progress decimal\" data-percentage=\"100\" viewBox=\"0 0 80 80\">\n              <circle class=\"incomplete\" cx=\"40\" cy=\"40\" r=\"35\"><\/circle>\n              <circle class=\"complete\" cx=\"40\" cy=\"40\" r=\"35\" style=\"stroke-dashoffset: 39.58406743523136;\"><\/circle>\n              <!-- <text x=\"0\" y=\"0\">360\u00b0<\/text>\n               -->\n            <\/svg>\n            <div class=\"numbers__list__item__icon__text\">\n              <span>360\u00b0<\/span>\n                          <\/div>\n          <\/div>\n          <p class=\"numbers__list__item__description\">Degrees of Protection<\/p>\n        <\/div>    \n              <div class=\"numbers__list__item\">\n          <div class=\"numbers__list__item__icon\">\n            <svg class=\"radial-progress decimal\" data-percentage=\"100\" viewBox=\"0 0 80 80\">\n              <circle class=\"incomplete\" cx=\"40\" cy=\"40\" r=\"35\"><\/circle>\n              <circle class=\"complete\" cx=\"40\" cy=\"40\" r=\"35\" style=\"stroke-dashoffset: 39.58406743523136;\"><\/circle>\n              <!-- <text x=\"0\" y=\"0\">3-12x<\/text>\n               -->\n            <\/svg>\n            <div class=\"numbers__list__item__icon__text\">\n              <span>3-12x<\/span>\n                          <\/div>\n          <\/div>\n          <p class=\"numbers__list__item__description\">backups \/ day<\/p>\n        <\/div>    \n            <script>\n        jQuery(function(){\n          \/\/ Remove svg.radial-progress .complete inline styling\n          jQuery('svg.radial-progress:not(.decimal)').each(function( index, value ) { \n            jQuery(this).find(jQuery('circle.complete')).removeAttr( 'style' );\n          });\n      \n          \/\/ Activate progress animation on scroll\n          jQuery(window).scroll(function(){\n            jQuery('svg.radial-progress:not(.decimal)').each(function( index, value ) { \n              \/\/ If svg.radial-progress is approximately 25% vertically into the window when scrolling from the top or the bottom\n              if ( \n                jQuery(window).scrollTop() > jQuery(this).offset().top - (jQuery(window).height() * 0.90) &&\n                jQuery(window).scrollTop() < jQuery(this).offset().top + jQuery(this).height() - (jQuery(window).height() * 0.10)\n              ) {\n                \/\/ Get percentage of progress\n                percent = jQuery(value).data('percentage');\n                \/\/ Get radius of the svg's circle.complete\n                radius = jQuery(this).find(jQuery('circle.complete')).attr('r');\n                \/\/ Get circumference (2\u03c0r)\n                circumference = 2 * Math.PI * radius;\n                \/\/ Get stroke-dashoffset value based on the percentage of the circumference\n                strokeDashOffset = circumference - ((percent * circumference) \/ 100);\n                \/\/ Transition progress for 1.25 seconds\n                jQuery(this).find(jQuery('circle.complete')).animate({'stroke-dashoffset': strokeDashOffset}, 1250);\n              }\n            });\n          }).trigger('scroll');\n      \n        });\n      <\/script>\n    <\/div>\n  <\/section>\n","protected":false},"featured_media":2266,"parent":0,"template":"","meta":{"_acf_changed":false},"class_list":["post-2265","solutions","type-solutions","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.edificom.ch\/en\/wp-json\/wp\/v2\/solutions\/2265","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.edificom.ch\/en\/wp-json\/wp\/v2\/solutions"}],"about":[{"href":"https:\/\/www.edificom.ch\/en\/wp-json\/wp\/v2\/types\/solutions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.edificom.ch\/en\/wp-json\/wp\/v2\/media\/2266"}],"wp:attachment":[{"href":"https:\/\/www.edificom.ch\/en\/wp-json\/wp\/v2\/media?parent=2265"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}