Computing.Net > Forums > Windows 95/98 > scanreg/restore has no backups

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

scanreg/restore has no backups

Reply to Message Icon

Name: user49
Date: June 12, 2007 at 20:39:06 Pacific
OS: win98
CPU/Ram: v733/256
Product: gateway
Comment:

When i look at my scanreg cab files for restoring they all say " not started"

How can i get my system to backup the registry automatically?

victor



Sponsored Link
Ads by Google

Response Number 1
Name: DAVEINCAPS
Date: June 12, 2007 at 21:08:49 Pacific
Reply:

Run MSCONFIG, click the 'startup' tab and make sure ScanRegistry is checked.


0

Response Number 2
Name: user49
Date: June 13, 2007 at 04:09:08 Pacific
Reply:

Goodmorning,

I ran msconfig and scanregistry is checked and then i went back to scanreg/restore in dos and all 5 backups say not started.

Something is stopping those backups from starting.

Thanks for your response...

victor


0

Response Number 3
Name: Dan Penny
Date: June 13, 2007 at 05:26:00 Pacific
Reply:

Ensure your c:\windows\scanreg.ini file looks like this;
=============================================
;
; Scanreg.ini for making system backups.
;

;Registry backup is skipped altogether if this is set to 0
Backup=1

;Registry automatic optimization is skipped if this is set to 0
Optimize=1

ScanregVersion=0.0001
MaxBackupCopies=5

;Backup directory where the cabs are stored is
; <windir>\sysbckup by default. Value below overrides it.
; It must be a full path. ex. c:\tmp\backup
;
BackupDirectory=

; Additional system files to backup into cab as follows:
; Filenames are separated by ','
; dir code can be:
; 10 : windir (ex. c:\windows)
; 11 : system dir (ex. c:\windows\system)
; 30 : boot dir (ex. c:\)
; 31 : boot host dir (ex. c:\)
;
;Files=[dir code,]file1,file2,file3
;Files=[dir code,]file1,file2,file3
=============================================
I add the following two lines at the end so the mentioned files are included with the backup cab files;

Files=30,config.sys,autoexec.bat,winboot.ini,io.sys,msdos.sys
Files=11,vmm32.vxd

The VXD line is important as it can save a lot of grief if you get the dreaded VXD error. This usually means a reload of the O/S.

It's a good day when you learn something


0

Response Number 4
Name: user49
Date: June 13, 2007 at 05:54:43 Pacific
Reply:

I may have missed something, my scanreg.ini looks like this:
;
; Scanreg.ini for making system backups.
;

;Registry backup is skipped altogether if this is set to 0
Backup=1

;Registry automatic optimization is skipped if this is set to 0
Optimize=1

ScanregVersion=0.0001
MaxBackupCopies=5

;Backup directory where the cabs are stored is
; <windir>\sysbckup by default. Value below overrides it.
; It must be a full path. ex. c:\tmp\backup
;
BackupDirectory=

; Additional system files to backup into cab as follows:
; Filenames are separated by ','
; dir code can be:
; 10 : windir (ex. c:\windows)
; 11 : system dir (ex. c:\windows\system)
; 30 : boot dir (ex. c:\)
; 31 : boot host dir (ex. c:\)
;
;Files=[dir code,]file1,file2,file3
;Files=[dir code,]file1,file2,file3


victor


0

Response Number 5
Name: Dan Penny
Date: June 13, 2007 at 10:35:06 Pacific
Reply:

It looks fine to me. In case you misread my earlier post, mine looks like this;


;
; Scanreg.ini for making system backups.
;
;Registry backup is skipped altogether if this is set to 0
Backup=1

;Registry automatic optimization is skipped if this is set to 0
Optimize=1

ScanregVersion=0.0001
MaxBackupCopies=5

;Backup directory where the cabs are stored is
; <windir>\sysbckup by default. Value below overrides it.
; It must be a full path. ex. c:\tmp\backup
;
BackupDirectory=

; Additional system files to backup into cab as follows:
; Filenames are separated by ','
; dir code can be:
; 10 : windir (ex. c:\windows)
; 11 : system dir (ex. c:\windows\system)
; 30 : boot dir (ex. c:\)
; 31 : boot host dir (ex. c:\)
;
;Files=[dir code,]file1,file2,file3
;Files=[dir code,]file1,file2,file3
Files=30,config.sys,autoexec.bat,winboot.ini,io.sys,msdos.sys
Files=11,vmm32.vxd

It's a good day when you learn something


0

Related Posts

See More



Response Number 6
Name: Derek
Date: June 13, 2007 at 12:40:41 Pacific
Reply:

Just for info, go in to c:\windows\sysbckup and tell us what .cab files you see there (they start with rb, usually 5 of them)?

Might also be worth double clicking them to see if each one contains these files:

system.dat
system.ini
user.dat
win.ini

[The .dat files are your registry, all four are normally restored]

DerekW


0

Response Number 7
Name: DAVEINCAPS
Date: June 13, 2007 at 14:23:05 Pacific
Reply:

When you restore a previous registry through scanreg/restore it backs up your existing registry. I believe that backed up registry then appears as 'not started'.

When booting, if windows detects a problem with your existing registry it will restore a previous one. I had that problem with the previous incarnation of the computer I'm using now. It was probably a ram or cpu problem--I don't know which as I replaced the ram, cpu and motherboard. When windows does that it'll show a message, something like 'windows detected a problem with your registry. . . ' and then reboot.

So if you're not restoring previous registries yourself it's possible you've got a hardware problem that is causing corrupted registries.


0

Response Number 8
Name: DAVEINCAPS
Date: June 13, 2007 at 15:17:17 Pacific
Reply:

Another possibility, is your cmos battery keeping the date info correctly? When booting, scanreg only makes a new backup the first time windows is started on a new day. So if for example your battery was dead the date would always be the same and no new backup would be created. When you look at these files in dos what dates do they show?

Also, re your #2, nothing is keeping them from starting as windows doesn't use them unless they're restored. The actual registry is the files Derek mentions. When you do a restore, those files are replaced with the ones from the backup you choose. So the problem is not 'why aren't they starting' but 'why aren't normal backups being created'.

If you create an extra backup by running scanreg in windows, that one will show as 'not started' too. But the 'not started' one created by running scanreg/restore is about 3 times larger yet it contains the same files. I don't know why that is.


0

Response Number 9
Name: max00
Date: June 13, 2007 at 18:19:39 Pacific
Reply:

I agree with Dave that a clock problem can cause registry backup troubles. Something to try is to manually reset the correct date and time. I've seen it where it 'looked' ok, but resetting it cleared a problem.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Remote Desktop sound card



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows 95/98 Forum Home


Sponsored links

Ads by Google


Results for: scanreg/restore has no backups

Scanreg checks, but no backup! www.computing.net/answers/windows-95/scanreg-checks-but-no-backup/65259.html

scanreg /restore www.computing.net/answers/windows-95/scanreg-restore/122695.html

Scanreg/restore - no good www.computing.net/answers/windows-95/scanregrestore-no-good/168434.html