Odoo8数据库自动备份 本地 远程sftp 2中方案 中文
-
项目地址:https://github.com/Yenthe666/auto_backup
1、下载解压 auto_backup,传到你安装odoo/addons下
2、如果你没有安装sftp,注销文件backup_scheduler中ftp检测部分;
#try:
# import pysftp
#except ImportError:
# raise ImportError('This module needs pysftp to automaticly write backups to the FTP through SFTP. Please install pysftp on your system.
#(sudo pip install pysftp)')
注销后在重新传这个文件;
3、传完,刷新本地列表,
4、本地模块,删除搜索框中“应用程序”,再搜索Database Auto-Backup
5、安装Database Auto-Backup模块;
6、设置本地备份
sftp部分翻译词不达意,请你修改,谢谢!
以下看图片
[attachimg=1]
[attachimg=2]
[attachimg=3]
[attachimg=4]
[attachimg=5]