利用samba使linux系统日志备份到windows系统,以便查看与分析。
一.linux作为服务器,
-
安装samba,yum -y install samba samba-client samba-swat
-
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
centos系统还需要创建用户
useradd samba
smbpasswd -a samba
二.windows作为客户端
1.使用软件 sync toy 配置(http://jingyan.baidu.com/article/d8072ac47fd902ec95cefd20.html)
2.用定时任务定时运行
本文转自flayber 51CTO博客,原文链接:http://blog.51cto.com/406647516/1747613,如需转载请自行联系原作者