Advertisement

09.17.2008 at 05:52AM PDT, ID: 23738277
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.2

Deleting Files with Bash Script

Asked by techsupportcpm in Bourne-Again Shell (bash), Linux Administration

Tags:

Hello,

One of my CMS applications makes backups of my INTRANET site at 2 times, 7am and 8pm on a daily basis. As you can see from the files below is that there are web backups and intranet backups on possibly the same day, and sometimes different days in the same /usr/local/bin/cms/backup directory. What I am trying to do is delete the oldest files of both sets to leave the 2 newest. I cant write a bash script to delete anything older then a certain day, but doing this might fall into a problem area where the Web backup does not have a newer copy like the Intranet does and would delete the pervious backup. Any suggestions on some code to make into a cron job that will delete all previous files except the 2 most recent of 2 different file types? This is an issue because every Intranet backup is 5GB and every Web backup is 2GB so if i have large amount of files in there at this size my server gets quite low on space.  Any advice would be greatly appreciated.

(As seen here I want to get rid of the oldest Web backup of 2/12, and the Intranet backup of 4/12, these dates vary as I have not figured out the reason the backups are so sporadic)
20080212_*_company_usa_web_page.zip
20080304_*_company_usa_web_page.zip
20080902_*_company_usa_web_page.zip

20080412_*_company_usa_intranet.zip
20080904_*_company_usa_intranet.zip
20080916_*_company_usa_intranet.zip


Thanks in Advance.
Start Free Trial
[+][-]09.17.2008 at 06:52AM PDT, ID: 22498576

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Bourne-Again Shell (bash), Linux Administration
Tags: Bash Scripting
Sign Up Now!
Solution Provided By: edster9999
Participating Experts: 1
Solution Grade: A
 
 
[+][-]09.17.2008 at 07:47AM PDT, ID: 22499317

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.17.2008 at 09:26AM PDT, ID: 22500596

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.17.2008 at 11:10AM PDT, ID: 22501795

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.18.2008 at 07:41AM PDT, ID: 22511454

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628