home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / hp48 / 6467 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  925 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!gateway
  2. From: FELSON_ADJ@CCSUA.CTSTATEU.EDU
  3. Newsgroups: comp.sys.hp48
  4. Subject: automatic backup
  5. Date: 22 Dec 1992 22:07:18 -0600
  6. Organization: UTexas Mail-to-News Gateway
  7. Lines: 16
  8. Sender: daemon@cs.utexas.edu
  9. Message-ID: <921222230718.260261e2@CCSUA.CTSTATEU.EDU>
  10. NNTP-Posting-Host: cs.utexas.edu
  11.  
  12. This is a something I do to protect me from myself with my HP48.
  13.  
  14. I have set an alarm that does an automatic backup.  If I goof and
  15. delete/overwrite something that took hours to produce I can always
  16. go to the backup to restore.
  17.  
  18. To backup:
  19.   setup an alarm, some infrequent time like 3am, with a repeat of one day
  20.   for the EXEC use:
  21.     << :0: BACKUP DUP PURGE ARCHIVE OFF >>
  22.   I guess I had created the backup the first time manually ( otherwise the
  23.   DUP PURGE would have caused an error )
  24.  
  25. To restore:
  26.   :0: { BACKUP directory subdir ... subdir objectname } RCL
  27.  
  28.