home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / disk / backup_utils / mrbackup1.5 / prefs / mrbackup.rflt < prev    next >
Text File  |  1995-02-27  |  4KB  |  70 lines

  1. ; Default filename: MRBackup.rflt
  2. ;
  3. ; This is MRBackup's "restore filter" file. It provides you with very precise
  4. ; control over the file selection process. You may toggle between "include"
  5. ; specifications or "exclude" specifications freely. An "include" section is
  6. ; started with :INCLUDE: appearing on a line by itself. An "exclude" section
  7. ; is started with :EXCLUDE: appearing on a line by itself. Individual
  8. ; specifications consist of ARP-style filename selection patterns. Here is a
  9. ; brief summary of the ARP filename pattern syntax:
  10. ;
  11. ;       Character           Meaning
  12. ;       --------            -------
  13. ;       ?                   Match any single character.
  14. ;       %                   Match the null string.
  15. ;       #<p>                Match zero or more occurrences of pattern <p>.
  16. ;       *                   Match any pattern (same as #?).
  17. ;       <p1><p2>            Match pattern <p1> followed by pattern <p2>.
  18. ;       ( )                 Parentheses group patterns together.
  19. ;       (<p1>|<p2>)         Match if either <p1> or <p2> match 
  20. ;                           (parentheses req'd.).
  21. ;       []                  Character class (ex: [a-z] or [0-9] ).             
  22. ;       ~<p>                Negation: match anything BUT pattern <p>.
  23. ;                             Example: "~*.info"  means all files except those
  24. ;                             ending in ".info" (quotes for illustration only)
  25. ;       '                   Escape next special character. Useful for filenames
  26. ;                           which contain question marks, quotes, etc.
  27. ;
  28. ; As you probably have guessed, any line beginning with a semi-colon (;) is a
  29. ; comment and will be ignored by MRBackup. Empty lines are also ignored.
  30. ; IMPORTANT! All pattern specifications are assumed to be relative to the "Home
  31. ; Path" specification and must contain no device name component (characters 
  32. ; followed by a colon (:). For instance, to specify files in your 
  33. ; sys:devs/printers directory, the pattern would be "devs/printers/<pattern>",
  34. ; NOT "sys:devs/printers/<pattern>". 
  35. ;
  36. :INCLUDE:
  37. ; Place your :INCLUDE: specifications here:
  38. ;
  39. ; If you wish to restore specific areas of your disk, the :INCLUDE: mechanism
  40. ; is probably what you want to use. If any :INCLUDE: specifications appear in
  41. ; this file, MRBackup will ignore all but the device name portion of the 
  42. ; "Home Path" specification. It is very important to distinguish between
  43. ; :INCLUDE: patterns and :EXCLUDE: patterns. :INCLUDE:" patterns must be
  44. ; specified down to the FILENAME level, while :EXCLUDE: patterns may be
  45. ; specified to either the directory or filename level. For instance, to include
  46. ; all the files in the System directory, your :INCLUDE: pattern would be
  47. ; "System/#?" (or "System/*"). To exclude all of the files in the System
  48. ; directory, your pattern can be simply "System".
  49. ;
  50. :EXCLUDE:
  51. ;
  52. ; Place your :EXCLUDE: specifications here:
  53. ;
  54. ; The :EXCLUDE: specifications are best used when you intend to backup most of
  55. ; a disk partition but you wish to omit a select group of files from the
  56. ; backup. Depending on the patterns specified, you can omit whole directories
  57. ; (and their subdirectories) or individual files. As an example, the following
  58. ; patterns will omit all Trashcan icons, their folders and their contents:
  59. ;
  60. ;   (Trashcan.info|Trashcan)
  61. ;
  62. ;   Note that "Trashcan/#?" could also be used in the second pattern above.
  63. ;   However, the above specification is more efficient since it omits the
  64. ;   whole directory before it is ever scanned.
  65. ;
  66. ; The best way to learn how to use this filter is to experiment with it. It is
  67. ; quite likely that you will derive multiple copies of this file to support
  68. ; different backup requirements for different projects. 
  69. ;
  70.