home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / disk / backup / a055_1 / !Backup / !Help next >
Text File  |  1993-10-12  |  2KB  |  43 lines

  1. !Backup - Incremental backup - v1.03 20-Dec-1992
  2.  
  3. This utility creates an input list for Frank Lancaster's tar to make an
  4. incremental backup of a hard disk to floppies.
  5.  
  6. The dates file in the application directory stores the levels and dates of
  7. previous backups.  !Backup recurses down through all directories starting
  8. at adfs::4.$, listing all files which have been modified since the last
  9. backup at a lower level.  For level 0 the list just contains "*" meaning
  10. backup everything.
  11.  
  12. Any existing backup on the first floppy at the current level is wiped
  13. without notice but other files on this floppy are queried.  Subsequent
  14. floppies of a multi-floppy backup must be wiped by hand before starting.
  15. !Backup then runs tar to write the files to a tar archive on multiple
  16. floppies and, if this succeeds then a new record is appended to the dates
  17. file.
  18.  
  19. The first file in the archive will be a label file listing the current level
  20. and date of the backup on which the current one was based.  The archive is
  21. named adfs::0.$.L<level>/<DDMMYY> where <level> is the current level and
  22. <DDMMYY> is the current date.
  23.  
  24. The Obey file "Restore" in the application directory contains some sample
  25. instructions for restoring directories from a tar backup.  See the comments
  26. in that file.  It sets the current directory to a subdirectory of the
  27. application directory called "Work".
  28.  
  29. The Tar and Compress executables should be installed somewhere on your
  30. Run$Path or you can create aliases for them with commands like:
  31.  
  32.     Set Alias$Tar Run <Backup$Dir>.Tar %%*0
  33.  
  34. This program is Copyright © 1992 Denis Howe and may be distributed freely
  35. provided nothing is charged for it and this copyright notice is retained.
  36. Please let me know if you receive a copy of this program.
  37.  
  38. Tar on the Archimedes is Copyright © 1991 Frank Lancaster.
  39.  
  40. Denis Howe <dbh@doc.ic.ac.uk>
  41. 48 Anson Rd, London NW2 3UU
  42. +44 (81) 450 9448
  43.