Delete Files regularly

Source: Internet
Author: User

Long-time backup of the system produces a large number of obsolete files

#!/bin/bash

logback_path=/home/rzrk/server/logbackup/

logback_30day_ago= ' Find-mtime +30 '

CD $logback _path

Echo-e ' Searching for files 30 days ago '

Sleep 1

Find-mtime +30

While Read-p ' please Enter to Delete files[y/n]: ' Choose

Do

If ["$choose" = = y];

Then

Echo-e ' \ n files are about to be deleted '

Sleep 1

Echo-e ' \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ r \ n '

RM-RF $logback _30day_ago

Sleep 1

Echo-e ' \ n ' delete complete

Break

else ["$choose" = = n];

echo ' File not deleted '

Sleep 1

Break

Fi

Done



This article is from the "Linux Research Center" blog, please be sure to keep this source http://mysuffer.blog.51cto.com/10712829/1712486

Delete Files regularly

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.