View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 08:07 AM
Luke Luke is offline
Administrator
 
Join Date: Jan 2008
Posts: 3
Default

Search the system for files that were modified within the last two days (good candidates for backing up):
find / -mtime -2 -print


You you can change the -mtime accordingly!
Reply With Quote