home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World Interactive 1996 May / PCW_MAY_1996_LINUX_UKUUG.ISO / etc / brusmartrest < prev    next >
Text File  |  1995-09-13  |  824b  |  27 lines

  1. #
  2. #   /etc/brusmartrest
  3. #
  4. #  BRU's "Smart Restore" feature prevents system crashes when attempting
  5. #  to restore active shared-library files (like lib_c.so.1).  It also
  6. #  allows you to restore active files associated with programs that are
  7. #  being executed while the restore is taking place -- normally it
  8. #  is impossible to overwrite these active files.
  9. #
  10. #  If the file being restored matches any one of the patterns in the
  11. #  table below, BRU will do a "smart restore."
  12. #
  13. #  The 1st field is a single letter that indicates the type of
  14. #  pattern used for matching:
  15. #
  16. #    s - shell pattern
  17. #    r - regular expression
  18. #                    
  19. #  The 2nd field is the match pattern.
  20. #
  21. # Pat
  22. # Type        Pattern
  23. # ----      -------
  24.    s        *.so.*        # matches shared lib files
  25.    s        *.so        # matches shared lib files
  26.    s        */bru        # matches BRU executable    
  27.