".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
CloudCone是一家成立于2017年的[国外服务器](/#)提供商,隶属于Quadcone旗下品牌,数据中心位于美国洛杉矶MC机房,提供有基于KVM架构的便宜美国VPS服务器,深受用户喜爱。我们新购服务器后,往往会启用备份功能,以保护服务器防止数据丢失或外部攻击。本文主要介绍下在CloudCone服务器上启用自动备份的方法步骤。
本文以CloudCone[美国服务器](https://www.idcspy.com/)为例,我们购买服务器后,会收到一封带有账号信息的邮件,可以用这些信息远程登录到服务器上。
相关优惠信息:《[CloudCone美国服务器补货促销 Windows云服务器低至$17.49/月](/#)》
要启用[CloudCone](/#)服务器自动备份功能,需访问服务器的管理页面,在左侧导航菜单栏中,单击Backups选项,右侧会出现自动备份设置页面。
![](https://www.idcspy.com/wp-content/uploads/2021/12/1-52.jpg)
在自动备份设置页面中,勾选上Enable Backups复选框,然后点击Enable Auto Backups按钮以启用自动备份操作即可。
![](https://www.idcspy.com/wp-content/uploads/2021/12/12-22.jpg)
以上是关于CloudCone美国服务器启用自动备份的方法步骤介绍,为了保障服务器数据安全,我们新购服务器后,应该开启自动备份功能。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/104714.html