home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / linux / backup / star-1.3.1.tar.gz / star-1.3.1.tar / star-1.3.1 / README.crash < prev    next >
Text File  |  1997-10-30  |  732b  |  27 lines

  1. Star is the best program for automatically recovering
  2. from system crashes.
  3.  
  4. Consider the case where you have a corrupted filesystem and
  5. no actual backup. It can be repaired with only few manual
  6. actions by using star. Simply follow the following steps:
  7.  
  8.  
  9. 1)    Do a fsck -y to repair the filesystem.
  10.     Many files will be lost but you may have luck
  11.     and some/all recent files remain intact.
  12.  
  13. 2)    Run star -xp  from the most recent backup you have.
  14.     This will only extract all files that have been
  15.     deleted on the fsck -y run.
  16.  
  17. 3)    Rewind the tape and run:
  18.     star -diff -c diffopts=!times
  19.     to check for file corruptions that have not been
  20.     detected by the fsck -y run.
  21.  
  22. 4)    Do a full backup of the new system to prevent further
  23.     data loss.
  24.  
  25.  
  26.  
  27.