码迷,mamicode.com
首页 > 其他好文 > 详细

rsync定时同步备份

时间:2018-07-16 12:29:46      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:文件   mod   sync   cront   mysq   pass   script   脚本   mys   

[root@Mysql ~]# vim /etc/rsyncd.passwd
在文件中添加密码为123456
[root@Mysql ~]# chmod 600 /etc/rsyncd.passwd
添加脚本rsync-mysql.sh
[root@Mysql ~]# # cat /home/script-shell/rsync-mysql.sh
rsync -avz /home/mysqlbak rsyncuser@192.168.159.17:: databack --password-file=/etc/rsyncd.passwd
[root@Mysql ~]# sh /home/script-shell/rsync-mysql.sh
[root@ Mysql ~]# crontab -l
15 14 * sh /home/script-shell/rsync-mysql.sh

rsync定时同步备份

标签:文件   mod   sync   cront   mysq   pass   script   脚本   mys   

原文地址:http://blog.51cto.com/980696/2144022

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!