home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / A_Folder_&206340512007.psc / @PSC_ReadMe_67870_1.txt next >
Text File  |  2007-05-01  |  2KB  |  14 lines

  1. Title: A Folder & Files Backup, Full, Incremental and Differential
  2. Description: This is a fully functional HD to HD Folder and Files backup either full or incremental. It is rather complete and debugged having been in daily use for a couple of months. 
  3. It was written to backup a NAS drive to a local HD so no problem with networked drives. It is meant for data files, not Windows or other system folders. 
  4. It has two passes, first it finds all files in the source directory, their changed date and size, then in the second pass, either copies all or only those changed after a the previous backup date (automatically updated to registry) to the target hard drive. 
  5. It will read CD/DVD does not write tape, DVDs or CDs. This is a HD to HD backup for data safety, only. It uses the File System Object for file and folder access (FSO is rather slow, sadly).
  6. It has a command line interface so you can automate operation. There is also a help screen with additional information.
  7. I would love to have it work in Shadow Copy mode but it seems very complex and I don't have the time to figure it out. Possibly someone can and I can integrate that function into the program for all to use.
  8. The program logs most actions to a log file for review when it is run in command driven mode.
  9. This code is a highly modified version of a source submission to Planet-Source-Code in 2003 named "diskscan" written by Manoz Shrivastava. My thanks to the author for posting a very good base for my use in creating this backup program.
  10. This file came from Planet-Source-Code.com...the home millions of lines of source code
  11. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=67870&lngWId=1
  12.  
  13. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  14.