The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 03-13-2009
Usha Shastri Usha Shastri is offline
Registered User
  
 

Join Date: Mar 2009
Posts: 13
incremental backup

Hi All..

i am trying to write a script which will give the incremental tar backup of all files with latest timestam.

i tried with find -mmin -2
but if it takes half on hour or something to creat the tar itself, then no meaning in using the above command.
so please help me to find the solution

Thank u