home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / new / disk / bakup / backuprexx / product-info < prev   
Text File  |  1994-04-09  |  1KB  |  45 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. BackupRexx
  6. .type
  7. Archiver
  8. .short
  9. ARexx script for daily system backups
  10. .description
  11. A little ARexx routine the author wrote to backup his BBS system each day
  12. via a cron entry.  It handles a 28 day schedule, with various levels of
  13. backup depending on which day of the week and which week of the month it
  14. is.  Change the partition assigns and the schedule as you need for your
  15. system.  This is setup to use a QIC-525 format SCSI drive mounted with
  16. btntape and using tar as the backup vehicle.
  17. .version
  18. 1.10
  19. .date
  20. 1993.12.26
  21. .author
  22. Bill Seymour
  23. .email
  24. billsey@nesbbx.rain.com
  25. .exectype
  26. ARexx
  27. .source
  28. Includes ARexx source
  29. .docs
  30. Backup.REXX.readme
  31. .described-by
  32. Fred Fish (fnf@fishpond.cygnus.com)
  33. .submittal
  34. Downloaded via ftp from wuarchive.wustl.edu.
  35. .contents
  36. BackupRexx    A little ARexx routine the author wrote to backup his BBS
  37.         system each day via a cron entry.  It handles a 28 day
  38.         schedule, with various levels of backup depending on which
  39.         day of the week and which week of the month it is.  Change
  40.         the partition assigns and the schedule as you need for your
  41.         system.  This is setup to use a QIC-525 format SCSI drive
  42.         mounted with btntape and using tar as the backup vehicle.
  43.         Version 1.10.
  44.         Author:  Bill Seymour
  45.