Jump to content

Removing files in a loop?


matfish

Recommended Posts

Hi again,

 

I have a script that runs on Cron which backs up my database every night with a filing format of: 2008_09_10.sql

I want to keep the last 30 days and remove everything previously. I was hoping to put this in a script kinda loop thing and run once a week to delete everything prior to the last 30 days.

 

Any ideas?

 

Many thanks

 

 

Link to comment
Share on other sites

  • 4 weeks later...

Hello  :),

 

Alternatively, you can try this

 

rm -rf 2008_08_*.sql

 

the above will delete all sql files of 08th month 8)

 

 

Hi again,

 

I have a script that runs on Cron which backs up my database every night with a filing format of: 2008_09_10.sql

I want to keep the last 30 days and remove everything previously. I was hoping to put this in a script kinda loop thing and run once a week to delete everything prior to the last 30 days.

 

Any ideas?

 

Many thanks

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.