home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / robosv.zip / ROBOSAVE.SMP < prev    next >
Text File  |  1993-11-09  |  3KB  |  67 lines

  1. * This is a sample profile for ROBOSAVE.  Normally you will name your
  2. * profile to be ROBOSAVE.PRO.  See the ROBOSAVE User's Guide for details.
  3. *
  4. * Blank lines are not permitted.  An "*" in column 1 indicates a comment.
  5. *
  6. * SAVE=     Drive\path where you want backup files placed.  This can be
  7. *              either on a diskette or a hard drive.
  8. * SAVENUM=  Number of backup generations to keep in the save directory.
  9. *              Older generations will be erased.
  10. * CLEANUP=  Controls when generations are deleted:
  11. *              CLEANUP=B means erase at the beginning of the run.
  12. *              CLEANUP=E means erase at the end of the run (default).
  13. * LOG=      Placement of ROBOSAVE.LOG:
  14. *              LOG=T puts the log in the SAVE= directory.
  15. *              LOG=P puts the log in the directory where the ROBOSAVE
  16. *                 profile was found for this run (default).
  17. * ROBO=     Fully-qualified names of files to back up.  Multiple names
  18. *           can be specified on each ROBO= line.  Use as many ROBO= lines
  19. *           as required.  Enclose a fileid in brackets to also search
  20. *           subdirectories below the one specified in the fileid.  If the
  21. *           fileid contains spaces, enclose it (including any brackets)
  22. *           in doublequotes.  The wildcard characters "*" and "?" are
  23. *           allowed, as in the OS/2 COPY command.
  24. *
  25. save=a:\robosave
  26. savenum=5
  27. log=t
  28. *
  29. *
  30. *   If required, change the "C:"s below to match your own boot drive.
  31. *========================================================================
  32. *   Everyone should save these files, if present.
  33. robo=C:\CONFIG.SYS  C:\AUTOEXEC.BAT  C:\STARTUP.CMD
  34. robo=C:\OS2\*.INI
  35. robo=C:\*.INI
  36. *
  37. *-> Note that you can replace the *.INI fileids listed above (as well as
  38. *-> all the *.INI fileids for the applications shown below) with a single
  39. *-> "robo=[C:\*.INI]".  However, this will pick up ALL the .INI files on
  40. *-> the C: drive.  Be sure that is what you want to do.
  41. *
  42. *   Change this to the fileid of your ROBOSAVE profile.
  43. robo=C:\ROBOSAVE.PRO
  44. *========================================================================
  45. *
  46. *  Below are some applications you might have on your system.  This is
  47. *  NOT a complete list.  Uncomment the ROBO= lines that are appropriate
  48. *  for your system and add any others you need.  All the files that you
  49. *  should save need not be on your boot drive.
  50. *
  51. *---------- Communications Manager (CM/2) -------------------------------
  52. *   Replace the "xxxxxxxx"s with the name of your active CFG file.
  53. * robo=C:\CMLIB\xxxxxxxx.*  C:\IBMCOM\*.INI  C:\CMLIB\CM.INI
  54. *
  55. *---------- Communications Manager (ES 1.0) -----------------------------
  56. *   Replace the "xxxxxxxx"s with the name of your active CFG file.
  57. * robo=C:\CMLIB\xxxxxxxx.*  C:\CMLIB\APPN\xxxxxxxx.*  C:\IBMCOM\*.INI
  58. *
  59. *---------- LAN Requester -----------------------------------------------
  60. *   You will get a COPY error message for NET.ACC, but ROBOSVUT will then
  61. *   be invoked automatically and will copy NET.ACC successfully.
  62. * robo=C:\IBMLAN\IBMLAN.INI  C:\IBMLAN\ACCOUNTS\NET.ACC
  63. *
  64. *---------- Windows Programs --------------------------------------------
  65. *   Individual programs may well generate other files you should list.
  66. * robo=C:\OS2\MDOS\WINOS2\*.INI  C:\OS2\MDOS\WINOS2\*.GRP
  67.