home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / internet / regedit / ini / scanreg.ini < prev   
Text File  |  2001-07-26  |  841b  |  31 lines

  1. ;
  2. ; Scanreg.ini for making system backups.
  3. ;
  4.  
  5. ;Registry backup is skipped altogether if this is set to 0
  6. Backup=1
  7.  
  8. ;Registry automatic optimization is skipped if this is set to 0
  9. Optimize=1
  10.  
  11. ScanregVersion=0.0001
  12. MaxBackupCopies=15
  13.  
  14. ;Backup directory where the cabs are stored is
  15. ; <windir>\sysbckup by default. Value below overrides it.
  16. ; It must be a full path. ex. c:\tmp\backup
  17. ;
  18. BackupDirectory=c:\windows\sysbckup
  19.  
  20. ; Additional system files to backup into cab as follows:
  21. ; Filenames are separated by ','
  22. ; dir code can be:
  23. ;       10      : windir (ex. c:\windows)
  24. ;       11      : system dir (ex. c:\windows\system)
  25. ;       30      : boot dir (ex. c:\)
  26. ;       31      : boot host dir (ex. c:\)
  27. ;
  28. ;Files=[dir code,]file1,file2,file3
  29. ;Files=[dir code,]file1,file2,file3
  30. Files=30,Autoexec.bat,Config.sys
  31.