home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2.0K / virtuoso_20k.iso / DemoApps / Utilities / Other / JumpBack / README < prev    next >
Encoding:
Text File  |  1993-10-30  |  1.2 KB  |  36 lines

  1. JumpBack_4
  2. ==========
  3.  
  4. This program will backup a directory into another directory, usually 
  5. onto an OD or SCSI hard drive.  You have the choice of exactly 
  6. duplicating the directory being backed up, or updating the backup with 
  7. changes and new files.   Exactly duplicating the file system means 
  8. that any files in the destination, that are not in the source 
  9. directory, will be removed.  Updating means the files will be left.  
  10. Either way, any files that are newer on the source, that destination, 
  11. will be updated.   
  12.  
  13. With this in mind, users that have want to keep files in a backup that 
  14. have been deleted from their hard drive, may want to start new backup 
  15. archives.  That way files deleted will stay in the old archive and the 
  16. new archive will be an image of the current file system.
  17.  
  18. One of the nice things about the UN*X utility rdist is that it only 
  19. updates files that have changed since the last copy was done.  And, 
  20. since this app is based on rdist it does the same thing.
  21.  
  22.  
  23. Jiffy Usage
  24.  
  25. Drag in the source and destination folders and hit the Start Backup 
  26. Button. All output from the backup will be displayed in the scrolling 
  27. text area at the bottom.
  28.  
  29.  
  30.  
  31.  
  32. <joe>
  33.  
  34. With assistance from Charles's Subprocess object.
  35. Playtesting by C. Oei and K. Younger.  
  36.