博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Cloudberry Backup使用过程中的一些小问题
阅读量:7106 次
发布时间:2019-06-28

本文共 1644 字,大约阅读时间需要 5 分钟。

  1. CCB安装在中国区EC2,然后备份数据到S3

我发现这个过程经常会出现停滞的情况,而且速率较慢,咨询CCB Support后,他们给了如下回复

2019-03-26 09:30:30,373 ERROR - Request failed, retrying in 1600 msec, 1 attempts left
CloudBerryLab.Base.HttpUtil.Light.LightWebException
The underlying connection was closed: The connection was closed unexpectedly.

Please make sure that there are no antivirus / firewall software on the machine or its network environment preventing connections to / for:

TCP ports: 80, 443
Addresses :

  • *.s3.amazonaws.com (full list of endpoints can be found here)
    Executables:
  • cbd.exe
  • CloudBerryDriveHost.exe
  • CloudBerryDriveService.exe
  • CloudBerryDriveTray.exe

因此我感觉是Great Firewall的阻挡导致的,因此我改了设定,将EC2建在美国区,用SFTP服务将中国区的数据同步过来,再用CCB传入S3,这样修改后,传输速率大为改观。

  1. ERROR: Warning. One or more backup paths don't exist
    Log发给CCB Support后得到如下回复:

2019-02-21 10:02:08,632 WARN - Path is not found: \?\GLOBALROOT\Device\HarddiskVolumeShadowCopy41442\En\Ra\SM\IS\Singlelog\Error\ISP-FAIL_20190221_095154.txt

System.IO.FileNotFoundException
Could not find file '\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy41442 \En\Ra\SM\IS\Singlelog\Error\ISP-FAIL_20190221_095154.txt'.

This error relates to VSS. We suspect that Backup Source "G:\En\" is possibly a mapped EFS Volume, which is essentially a network share.

Unfortunately VSS does not work on network shares, so there are now much that could be done in this case.

One possible workaround would be make sure that there are no users working with the files on this network share, because it may be locked because of this. Try to reschedule the backups to no working hours.

也就是说这个fast NTFS scan不支持EC2 EBS加载的磁盘,而只能是本地盘

Cloudberry Backup使用过程中的一些小问题

转载于:https://blog.51cto.com/helpdesk/2400594

你可能感兴趣的文章
照葫芦画瓢-reading files(读文件)
查看>>
HTTP协议详解(转)
查看>>
Android零基础入门第54节:视图切换组件ViewSwitcher
查看>>
083-使用shell和expect一键批量分发SSH密钥脚本
查看>>
线上采购注意了
查看>>
压缩与打包
查看>>
0037-如何在Windows Server2008搭建DNS服务并配置泛域名解析
查看>>
.net core入门之HelloWorld
查看>>
OSChina 周六乱弹 ——给媳妇打电话,一个男人的声音……
查看>>
OSChina 周一乱弹 —— 鱼生不值得
查看>>
jodd mvc框架 madvoc 教程(12):madvoc 杂项
查看>>
ffmpeg转码不同分辨率视频
查看>>
Oracle:查找表的主键,外键,唯一性约束,索引
查看>>
Redis中hash的理解
查看>>
oracle LOCAL=YES/NO on TNS Connections
查看>>
优秀程序员不得不知道的20个位运算技巧
查看>>
jQuery插件编写格式
查看>>
Mybatis 批量插入以及多参数批量删除
查看>>
grails的criteria实现复合查询并实现结果分页
查看>>
hibernate在ssh三大整合是的配置
查看>>