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)
posted @ 2021-01-28 14:49 爱学习的渣渣 阅读(54) 评论(0) 推荐(0)
posted @ 2021-01-28 10:03 爱学习的渣渣 阅读(44) 评论(0) 推荐(0)