home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / CEL141.ZIP / CEL141C.ZIP / BACKUP30.ZIP / BACKUP30.DOC < prev    next >
Text File  |  1992-08-17  |  4KB  |  79 lines

  1. Backup v3.0 - By Sledge Hammer of The Crime Cartel/Carlos of CommNet BBS
  2.  
  3. This is simply a little graphic program I wrote up one day to back up my user
  4. list, but it turned into a little project. It has a nice graphic interface 
  5. for the sysop. 
  6.  
  7. Simply unzip it into your root Celerity Path. And run it when ever you want. I
  8. put it in an event to execute every day at midnight. 
  9.  
  10. You will first need to create the data file. At the dos prompt type BACKUP,
  11. and you will be presented with a menu. A/Z and the cursor keys move the bar
  12. and enter selects the option. Select Setup and set your root Celerity path
  13. and the path to which you want to back up your user list too. (I STRONGLY
  14. suggest backing it up to a floppy.) Press 'Q' to return to the menu. If you
  15. just want to do it manually each time, just select the Backup option from the
  16. menu. For automatic backup you will need to run it as an event.
  17.  
  18. NOTE: SYSOPS WHO HAVE BEEN USING V2.0 AND V2.3 SHOULD DELETE BACKUP.DAT 
  19.       PRIOR TO RUNNING V3.0.
  20.  
  21. To run Backup as an event, just enter the time you wish Backup to run at in
  22. SETUP.EXE (24 Hour Format) in either the backup or batch event time slot. Now
  23. you will need to create a batch file either of these events. In BOTH cases 
  24. batch file will be the same:
  25.  
  26. @ECHO OFF
  27. BACKUP -B  <- The -B parameter is for automatic backup, MAKE SURE YOU SET YOUR
  28. MAIN          PATHS FIRST. MAKE SURE YOU HAVE THE -B OR YOU WILL NOT RETURN TO
  29.               CELERITY.
  30.  
  31.  
  32. NOTE: I HAVE HAD >>>MANY<<< SYSOPS COMPLAIN TO ME THAT THE '-B' PARAMETER 
  33.       DOES NOT WORK. IT DOES WORK, BUT >>>MAKE SURE<<< YOU HAVE THE '-B' IN
  34.       >>>CAPS<<<. '-b' WILL NOT WORK.
  35.  
  36.  
  37. That is the batch file. If you have this executed as the 'backup event' you 
  38. will HAVE to name this batch file "BACKUP.BAT", if you run it as a batch 
  39. event, you can call it anything you wish, but this of course MUST match the
  40. batch file name you entered in SETUP.EXE.
  41.  
  42. This is a VERY simple program to use. Either run it as "BACKUP" from the dos
  43. prompt for setup or manual backup. Or just run SETUP -B for automatic backup
  44. and exiting to dos. Once again, the '-B' parameter MUST be '-B' and NOT '-b'.
  45. the latter will NOT work.
  46.  
  47. New to version 3.0 is the ability to CONFIGURE what you want backed up. There
  48. are now 3 backup options. After setting your paths (Make SURE your paths are
  49. valid) move down to the option selections:
  50.  
  51. [ ] Backup Userlist
  52. [ ] Backup Data Files
  53. [ ] Backup Messages
  54.  
  55. options are toggle by moving the cursor in between the brackets and pressing
  56. enter. "[■]" simbolizes the function is on and "[ ]" is obviously off. If you
  57. have read the docs like you were supposed to and deleted the data file. Backup
  58. will default to only backing up the Userlists and data files. I however went 
  59. out and bought a little 10 meg hard-drive exclusivley for the use of backing 
  60. up messages. Unless you have VERY few messages, ALL 3 of these backup options
  61. will not fit on a 1.44 or 1.2 (They may however fit on a 2.88 EHD disk)
  62.  
  63. After you have setup the paths and flagged the options you want. You can 
  64. either begin the setup or wait for your event.
  65.  
  66. During the backup, backup will expect to find a version of PKZIP in the 
  67. current directory, which SHOULD be the root Celerity Directory. It will
  68. create 3 zips based on if you have the options flagged.
  69.  
  70. USRLST.ZIP - contains USERS, USERINDX, USERSPEC
  71. DATA.ZIP - contains the data files
  72. MSG.ZIP - contains the messages
  73.  
  74. If you have any problems or suggestions or comments feel free to leave me 
  75. either PRIVATE netmail on CelerityNet/CyberCrime International, On Terrapin
  76. Station or on my BBS The Crime Cartel at 714 - 992 - 6545, the NUP can be 
  77. obtained at any of the above places.
  78.  
  79.