home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 166 / SBU.TXT < prev    next >
Encoding:
Text File  |  1998-08-01  |  5.0 KB  |  145 lines

  1. SBU
  2. -----
  3.  
  4. SBU is a Selective BackUp sytem where you can select which files to backup on a very regular basis. In addition the facility is provided to
  5. allow files to be restored from BackUp.
  6. It is not intended to take the place of a full backup but allows very
  7. quick and easy backups to be made of critical files.
  8.  
  9. Installation
  10. ---------------
  11.  
  12. Copy the SBU.aif, SBU.app, SBU.mbm and the SBU.opo files to a System\apps\SBU directory on the C drive. (You must use the C Drive). Copy the SBU$SYS.cfg file to the root of the C drive (C:\).
  13.  
  14. Configuring SBU
  15. ----------------------
  16.  
  17. The SBU$SYS.cfg file is where the detail of the backups required are held.
  18.  
  19. This is a Text file (Not Word) and must be configured for your Psion.
  20. When SBU is first run select the Config. option on the Toolbar and choose  BackUp. The current backup configuration will be loaded into a text editor. (the initial file that will be loaded is mine and must be
  21. altered, as below, before SBU can be run on your machine).
  22.  
  23. Look carefully at the way the file is set up. It may look difficult to start
  24. with but just take a few minutes to see what it is and it will soon be clear what is happening. 
  25.  
  26. Here is an example file with explanations.
  27.  
  28. Firstly these are the various backup options available:
  29.  
  30. #AGENDA
  31. #PERSONAL
  32. #ALL
  33. #End
  34.  
  35. you can add up to 30 different options or alter these. Each option starts with a # and at the end of all the options there must be an #end
  36. statement. 
  37.  
  38. These are the actual backups. There must be one of these for each
  39. option above and they are numbered in the order of the options,
  40. in this example #AGENDA  #1   #PERSONAL  #2 etc. and must all end 
  41. with a #End statement.
  42.  
  43. In each option just show the file or files to be backed up in that option
  44. followed by a comma and where you want the files to be backed up. This will be a directory and therefore will end with a \ If you want all
  45. the files in that directory backed up then the files to be backed up will be *.* (see PERSONAL example.)
  46.  
  47. The ALL option is just all the backups from all the previous options.
  48.  
  49. Configs:
  50.  
  51. #1
  52. c:\documents\agenda,D:\Backup\Documents\
  53. #End
  54.  
  55. #2
  56. c:\documents\data\word\personal\*.*,D:\Backup\Personal\
  57. #End
  58.  
  59. #3
  60. c:\documents\agenda,D:\Backup\Documents\
  61. c:\documents\data\word\personal\*.*,D:\Backup\Personal\
  62. #End
  63.  
  64. When you have completed this SBU will perform a basic check of the
  65. configuration file and warn you of any identified problems. You must
  66. correct these problems before running a BackUp. If you wish to add
  67. additional comment lines these must either start with REM or end with
  68. a :
  69.  
  70. When you have completed this SBU will automatically write the Restore
  71. configuration file.
  72. Whenever you change your Backup configuration the Restore configuration will automatically be updated.
  73.  
  74. Running SBU
  75. -----------------
  76. BackUp
  77.  
  78. Once you have mastered the above the rest is easy.
  79.  
  80. When SBU is loaded it will show the date of the last backup.
  81.  
  82. Run the backup option from the Toobar. The application will check if
  83. you have an Agenda file, Data file, Sheet file or Word file running.
  84. If you have it will close it. The file will be reopened after the BackUp.
  85.  
  86. You will then be given options as to which BackUp you wish to do.
  87. Select the one you want and Enter.
  88.  
  89. SBU will show you the files as it backs them up. When it has finished it
  90. will show you details of the Backup. You can then run another Backup
  91. or exit.
  92.  
  93. Restore
  94.  
  95. To restore files select the Restore option from the ToolBar. Again you
  96. will be asked which Restore you wish to do. The only difference with
  97. Restore is that you will be asked to confirm each file from the option
  98. selected before it is restored.
  99. If you do not wish to restore an individual file press ESC and that file
  100. will be skipped.
  101.  
  102. Hints
  103. -------
  104.  
  105. There is no menu as all the functions can be performed from the Toolbar.
  106. However Control+E will exit as normal for a Psion programme.
  107. Control+D will reshow the date of the lst BackUp.
  108.  
  109. Acknowledgements
  110. --------------------------
  111.  
  112. Roger Muggleton for TEditor which is used for the Text file editing.
  113.  
  114. License
  115. ----------
  116.  
  117. I do not warrant that the software is  error free.  I disclaim all other
  118. warranties with respect to the software, either express or implied,
  119. including, but not limited to, implied warranties of merchantability,
  120. fitness for a particular purpose and non-infringement of third party
  121. rights.
  122.  
  123.  
  124.  
  125. There is no liability for consequential damages. In no event shall I be
  126. liable to you for any consequential, special, incidental or indirect
  127. damages of any kind arising out of the delivery, performance or use of
  128. the software, even if I have been advised of the possibility of such
  129. damages. In no event will my liability for any claim, whether in contract,
  130. tort or any other theory of liability, exceed the license fee paid by you,
  131. if any.
  132.  
  133.  
  134.  
  135. Comments
  136. --------------
  137.  
  138. In the event of any comments / questions please contact me at
  139.  
  140. colin.shearing@btinternet.com
  141.  
  142. Latest version from
  143.  
  144. http://www.btinternet.com/~colin.shearing
  145.