admin

[安装帮助] 从windows迁移到Linux

程序安装很容易,主要是迁移数据文件和数据库

1.数据文件的同步

在windows下安装cwrsync,然后修改配置文件如下

use chroot = false

strict modes = false

hosts allow = *

log file = rsyncd.log

pid file=rsyncd.pid


# Module definitions

# Remember cygwin naming conventions : c:\work becomes /cygwin/c/work

#

[test]

hosts allow = 157.7.197.2

hosts deny = *

uid=0

gid=0

path = /cygdrive/d/www/files/article/txt

read only = true

transfer logging = yes

然后在服务管理里启动cwrsync,修改防火墙配置,开放873端口

然后在linux下执行


[root@v157-7-197-211 ~]# rsync -zrtopg --progress --delete xxx@xxx.xxx.xxx.xxx::test /data/txtfile/

这样就能把txt文件同步过来啦,用同样的方法可以同步下图片文件

2.数据库的同步

数据库的话备份恢复一下就好啦

#1楼
发帖时间:2014-2-22   |   查看数:0   |   回复数:2
xuanfeng
很好,这个要顶,强烈支持易读
2014-3-10 #2楼
xuanfeng
不够详细,看不明白
2014-3-12 #3楼
游客组