标签:linux 服务器 windows service comment
利用samba使linux系统日志备份到windows系统,以便查看与分析。
一.linux作为服务器,
1.vi /etc/samba/smb.conf
在文件结尾添加如下行:
[share]
comment=this is Linux share directory
path=/home/myth/share
hosts allow = 172.28.8.177
public=yes
writable=yes
保存退出:wq
2.重启smb服务
service smb restart
二.windows作为客户端
1.使用软件 sync toy 配置(http://jingyan.baidu.com/article/d8072ac47fd902ec95cefd20.html)
2.用定时任务定时运行
用samba和Microsoft Sync Toy从linux备份日志文件到windows
标签:linux 服务器 windows service comment
原文地址:http://406647516.blog.51cto.com/2249087/1747613