home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / INIBAK.ZIP / read.me < prev   
Text File  |  1993-04-04  |  2KB  |  39 lines

  1. INIBack - Back up ini files regularly and painlessly.
  2. Contact Garry Adkins at 71752.3536@compuserve.com with problems.
  3.  
  4. Command syntax is simple.
  5. INIBack <drive with INI files> <number of consecutive backups> 
  6.            <directory to hold backups> [Time between backups in minutes]
  7.  
  8. For example:
  9. INIBack c: 15 c:\INIBack 30
  10.  
  11. This will backup the ini files on drive c:, put the copies in c:\INIBack, 
  12. and keep 15 consecutive copies named os2ini.1, os2sys.1 through 
  13. os2ini.15, os2sys.15.  One copy will be made every thirty minutes.
  14.  
  15. Note:
  16. The date and time stamps of the files are set to the time of backup, 
  17. so that it is easy to identify which ones are the oldest.
  18.  
  19. The file iniback.dat contains the number of the current backup.
  20.  
  21. This program works on os/2 2.0 GA+SP, but has not been tested on 
  22. the March os/2 2.1 beta because I haven't recieved it yet.  :)
  23.  
  24. Recommendations:
  25. Create a program object that points to this program and put it in 
  26. the startup folder.  Check start minimized.  Give it an interval of 
  27. 30-60 minutes,  and have it run each time you start the machine.  
  28. Progress will be indicated in that window.
  29.  
  30.  
  31. Add this program to the top of your config.sys file to back up 
  32. your ini files with each boot.
  33.  
  34. Add the line:
  35. RUN=<path to program>\INIBack.exe c: 15 c:\INIBack
  36.  
  37. This will execute the program on boot, and keep 15 consecutive 
  38. copies of the INI files.  DO NOT give a time parameter to the version 
  39. in CONFIG.SYS, the program must exit.