home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Backup / Backup.zip / dtsaver.zip / dts-read.me next >
Text File  |  2000-02-06  |  3KB  |  60 lines

  1. DTSaver for OS/2
  2. ####################################
  3. Marko Zarkovic, Ottawa, Canada
  4. February 2000
  5.  
  6. DTSaver is a REXX script for backing up your OS2.ini, OS2Sys.ini, Desktop, and Config.sys. It's what I use and I thought others might be interested in using it too. 
  7.  
  8. There are shareware products that do much more, I imagine. I can't afford 'em right now. 
  9.  
  10. DTSaver is free. It is simple and it works. If you use it, know that I take no responsibility for anything. (You should see the dishes on my counter.)
  11.  
  12. Keep on using the best OS!
  13.  
  14.  
  15. What DTSaver Does, and So Forth
  16. ####################################
  17. DTSaver backs up the OS2.ini, OS2Sys.ini, Desktop, and Config.sys. 
  18.  
  19. It also creates a simple report (Ini_rprt.txt). The report can be used to track changes in the sizes of the .INI files and the Config.sys.
  20.  
  21. Here is a sample of the report's content:
  22.  
  23. 5 Feb 2000 [23:33:30] ->  d:\os2\OS2.INI - 882973 - 2/05/00 - 10:15p
  24. 5 Feb 2000 [23:33:30] ->  d:\os2\OS2SYS.INI - 475065 - 2/05/00 - 10:15p
  25. 5 Feb 2000 [23:33:30] ->  d:\config.sys - 4463 - 1/30/00 - 0:18a
  26. ###################
  27. 6 Feb 2000 [08:19:27] ->  d:\os2\OS2.INI - 883060 - 2/06/00 - 1:04a
  28. 6 Feb 2000 [08:19:27] ->  d:\os2\OS2SYS.INI - 475728 - 2/06/00 - 1:03a
  29. 6 Feb 2000 [08:19:27] ->  d:\config.sys - 4463 - 1/30/00 - 0:18a
  30.  
  31.  
  32. DTSaver creates a subdirectory called Desktop.bu. The first time you run DTSaver, it creates the subdirectory. Whenever you run DTSaver after the first time, you should see a Sys message that says the subdirectory already exists.
  33.  
  34. Because of the naming scheme for the back-up files, DTSaver lets you track is the number of start-ups you've had in a day. Each back-up file is named with a final digit that indicates the 'n'th back-up, where 'n' is... Aw, you know.
  35.  
  36. DTSaver Requirements
  37. ####################################
  38. An HPFS partition.
  39.  
  40. Zip.exe (in the Path).
  41.  
  42. REXX. 
  43.  
  44.  
  45. DTSaver Installation
  46. ####################################
  47.  
  48. 1. Create a directory somewhere on an HPFS partition - anywhere but in your Desktop hierarchy. Put DTSaver.cmd in the directory. 
  49.  
  50. 2. Create a Shadow for DTSaver.cmd in your StartUp folder. 
  51.  
  52. 3. In the Properties (Warp 4) or Settings (Warp 3 and earlier versions of OS/2) for the Shadow, in the Parameters text box, specify the the OS drive letter (example: "D:").
  53.  
  54. 4. The Working Directory in the Shadow Properties should be the directory where you put DTSaver.cmd.
  55.  
  56. 6. If necessary, set the BUval and CUval variables in the CMD file. 
  57.  
  58. The values I've provided are 20 files to be accumulated (BUval), and 5 files to be deleted (CUval) when BUval is reached.
  59.  
  60.