View Single Post
  #1   (View Single Post)  
Old 13th August 2008
cwhitmore cwhitmore is offline
Port Guard
 
Join Date: May 2008
Posts: 27
Default Dump dates wrong?

I need to clean out my /mnt/backup folder so it doesn't fill up with dump files. I was going to run something like this:
find /path/to/files -mtime +30 -exec rm {} \;

but, when I did an ls -la for the files they all had very old dates like Jan 2, 1980. How can I get the file date to match the current date for dump?
Reply With Quote