当前位置: 首页 > 图文教程 > 服务器 > Windows服务器 > Windows rsync服务器备份配置实例

Windows服务器
JSP服务器的安装与配置
Windows 2003下如何提高FSO安全性
配置Windows Server 2008高级防火墙
详述Windows 2003 SP2入门IDS构建过程
Windows中IIS内FTP服务器高级配置
Windows Server 2008防火墙如何配置
Windows 2003搭建Apache PHP MySQL环境经验分享
Windows 2003下配置IIS的技巧
下代Windows Server2008 IIS 7.0特性
Apache/IIS的日志分析工具:AWStats
备份和恢复IIS服务器设置说明
Win2000下PHP服务器安装攻略
Windows 2000安全的八招好秘籍
Windows2003企业版开启FSO的方法
Windows服务器下设置IIS的问题
Windows Server 2008网络性能
Windows Server 2003十四招加速大法
Win 2003系统不能打开chm文件的问题
Windows 2003服务器管理技巧
Windows2000合理配置和管理有方是比较安全的

Windows服务器 中的 Windows rsync服务器备份配置实例


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-04   浏览: 271 ::
收藏到网摘: n/a

Windows下使用rsync备份文件的配置方法,这是一个不错的实例,经测试是没问题的,大家可以参考下。 command:rsync -vzrtopg --progress --delete --exclude=*.txt [email protected]::test /cygdrive/f/a
服务器端rsyncd.conf实例:
服务器端软件下载地址http://www.ruanchen.com/"codetitle">复制代码 代码如下:

@echo off
title fileserver mirror backup......
rsync -vzrtopg --progress --delete --exclude=*.tmp [email protected]::test /cygdrive/f/a

最后备份时可将客户端命令写成bat,批处理,再添加到系统的计划任务执行。

评论 (0) All

登陆 还没注册?