".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)'); } }) })
SugarHosts又名糖果主机,它是一家优秀的主机商,专注提供经济实惠的[美国虚拟主机](/#)、VPS云服务器、独立服务器等。其中SugarHosts云服务器支持Windows和Linux系统,包括无限流量配置产品。快照是现在很多云服务器产品的数据备份方式,那么SugarHosts云服务器的快照功能如何使用?下面一起来看下。
![](https://www.idcspy.com/wp-content/uploads/2022/02/1-62.jpg)
1、我们购买了SugarHosts云服务器产品(如[美国云服务器](/#))后,可以登录到客户中心页面,然后选择服务,点开对应的云服务器详细页面,单击“快照”按钮即可进入快照功能页面。
2、在[SugarHosts](/#)云服务器快照功能页面点击“创建快照”按钮,在弹出窗口中输入需要创建的快照名称和描述。请留意,快照名称只允许使用字母和数字。然后,单击确认按钮创建快照。
3、云服务器中的快照,通常是某一个时间点上某一个磁盘的数据备份,用于服务器故障时的数据恢复,将系统数据恢复至错误发生以前的某个时间,为数据安全提供了保障。如果用户误操作,不小心删了系统文件,可以通过快照回滚将其迅速恢复。只要用户是在快照期间操作,就可以回滚到服务器没有出现故障之前的数据。
例如,我们要恢复SugarHosts云服务器快照,只要在快照功能页面单击对应快照右侧的回滚图标,在弹出窗口中单击“确认”还原快照即可。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/104214.html