2021年1月28日

rsync备份脚本

摘要: 备份服务器端脚本 #!/bin/bash Backup_Server_Dir="/backup" To_Mail="*******@qq.com" #del 180 days ago find $Backup_Server_Dir/ -type f -mtime +180 ! -name "*wee 阅读全文

posted @ 2021-01-28 14:49 爱学习的渣渣 阅读(54) 评论(0) 推荐(0)

rsync常见错误集

摘要: 错误一 使用面交互式设置了密码文件没有配置文件执行权限 解决方法:chmod 600 /etc/rsync.password 阅读全文

posted @ 2021-01-28 10:03 爱学习的渣渣 阅读(44) 评论(0) 推荐(0)

导航