How do I delete a Rapid Restore backup?
-
stinkypete
- Posts: 24
- Joined: Fri Jul 09, 2004 11:37 pm
How do I delete a Rapid Restore backup?
Hi,
I looked on the online help, and on Google, but I didn't see how to do this:
How do I delete previous backups made with Rapid Restore Ultra 4.0? I have 4 backups and I am sure I do not need the first two.
I am wondering if this is even possible, since I noticed each of the following backups after the first seem to be incremental (or differential) and only take up a 1 or 2 hundred more megs on the hard drive. The very first backup took about 4.5 GB.
Thanks in advance,
I looked on the online help, and on Google, but I didn't see how to do this:
How do I delete previous backups made with Rapid Restore Ultra 4.0? I have 4 backups and I am sure I do not need the first two.
I am wondering if this is even possible, since I noticed each of the following backups after the first seem to be incremental (or differential) and only take up a 1 or 2 hundred more megs on the hard drive. The very first backup took about 4.5 GB.
Thanks in advance,
Here you can download a little tool from IBM:
http://www6.software.ibm.com/dl/rrtools/rrtools-p
With ibmrrutil.exe you can delete i.e. your last backup in the following way:
IBMRRUTIL -br \RRUbackups\C\3
(Backups are stored in folders from 0 to 5 where 0 is the first base image. If you don't know the number of your last backup, just look in the tvt.txt file in "c:\program files\ibm\IBM Rapid Restore Ultra")
After doing this you have to edit the tvt.txt file. Delete the section correspondending to your deleted backup (i.e. [Backup3]).
There is also another tvt.txt file in the \RRUbackups folder where you should delete the correspondending backup section (probably it is used for restoring from the rescue environment). To access this file you have to make the folder visible and accessible, even for the Administrator. I hope you know how to do that. Of course if you are doing it this way you can just delete the folder directly without using IBMRRUTIL.exe.
Hope this helps.
http://www6.software.ibm.com/dl/rrtools/rrtools-p
With ibmrrutil.exe you can delete i.e. your last backup in the following way:
IBMRRUTIL -br \RRUbackups\C\3
(Backups are stored in folders from 0 to 5 where 0 is the first base image. If you don't know the number of your last backup, just look in the tvt.txt file in "c:\program files\ibm\IBM Rapid Restore Ultra")
After doing this you have to edit the tvt.txt file. Delete the section correspondending to your deleted backup (i.e. [Backup3]).
There is also another tvt.txt file in the \RRUbackups folder where you should delete the correspondending backup section (probably it is used for restoring from the rescue environment). To access this file you have to make the folder visible and accessible, even for the Administrator. I hope you know how to do that. Of course if you are doing it this way you can just delete the folder directly without using IBMRRUTIL.exe.
Hope this helps.
T40p 2373-g1g: 1.6 GHz, 1536 MB RAM, 160 GB @ 5400 rpm drive, 64 MB Video, IBM a/b/g II, CD-RW/DVD Combo II, M10 Fan, Ubuntu 8.04
Hi-
I just want to make sure I am doing this right. Can you tell me what I need to delete to only keep the original backup? Thanks!
-Dan
I just want to make sure I am doing this right. Can you tell me what I need to delete to only keep the original backup? Thanks!
-Dan
Code: Select all
[Scheduler]
Task1=RapidRestoreUltra
Task2=egatherer
[egatherer]
ScheduleFrequency=2
Task=c:\IBMTOOLS\eGatherer\launcheg.exe
ScheduleHour=0
ScheduleMinute=0
ScheduleDayOfTheWeek=0
ScheduleWakeForBackup=0
LastScheduledRunHigh=0x01C471DA
LastScheduledRunLow=0x540B4350
NextScheduledRunHigh=0x01C4777C
NextScheduledRunLow=0x04006000
[RapidRestoreUltra]
LastBackupLocation=1
CustomPartitions=0
Exclude=0
Include=0
CustomStorageSettings=1
MaxNumberOfIncrementalBackups=5
MaxBackupSize=0
EncryptBackupData=1
UUIDMatchRequired=0
PasswordRequired=0
ScheduleFrequency=0
DisableArchive=0
DisableRestore=0
DisablePreferences=0
DisableSFR=0
CPUPriority=3
Yield=0
Ver=4.0
Task=C:\Program Files\IBM\IBM Rapid Restore Ultra\rrucmd.exe
TaskParameters=BACKUP location=L name="Scheduled"
BackupCount=1
[RestoreFilesFolders]
WinHiddenFolders=%RRUBACKUPS%,%MININT%,%PREBOOT%
PEHiddenFolders=%RRUBACKUPS%,%MININT%,%PREBOOT%,Z:\
AllowDeleteC=FALSE
[BackupDisk]
BytesPerSector=512
SectorsPerTrack=63
TracksPerCylinder=240
Cylinders=10337
Signature=0xCCCDCCCD
PartitionCount=2
BackupPartition=1
[Partition1]
StartingOffsetHigh=0x00000000
StartingOffsetLow=0x00007E00
PartitionLengthHigh=0x00000011
PartitionLengthLow=0x8FAB6200
PartitionType=0x07
BootIndicator=1
HiddenSectors=63
RecognizedPartition=1
DriveLetter=C:
FreeBytesHigh=0x00000006
FreeBytesLow=0x5A0CE000
Label=IBM_PRELOAD
Serial=0xE43DD188
IncludeInBackup=1
[Partition2]
StartingOffsetHigh=0x00000011
StartingOffsetLow=0x8FABE000
PartitionLengthHigh=0x00000001
PartitionLengthLow=0x12164000
PartitionType=0x12
BootIndicator=0
HiddenSectors=147314160
RecognizedPartition=1
FAT32LABEL=IBM_SERVICE
FreeBytesHigh=0x00000000
FreeBytesLow=0x00000000
[Backup0]
StartTimeLow=0x0E647C80
StartTimeHigh=0x01C472DA
DisplayDate=7/26/2004
DisplayTime=2:30 AM
Name=Before BIOS and EC update
Partitions=0x00000004
Location=1
Level=0
Nothing to do for you anymore! You are fine as it is.
At the very bottom there is the section [Backup0], which defines your base image (which means the \RRUbackups\C\0 folder). If there would be more backups, you would see more sections like [Backup1], [Backup2] and so forth. I had to delete them manually after using IBMRRUTIL.exe for some reason. For you it must have worked automatically somehow.
At the very bottom there is the section [Backup0], which defines your base image (which means the \RRUbackups\C\0 folder). If there would be more backups, you would see more sections like [Backup1], [Backup2] and so forth. I had to delete them manually after using IBMRRUTIL.exe for some reason. For you it must have worked automatically somehow.
T40p 2373-g1g: 1.6 GHz, 1536 MB RAM, 160 GB @ 5400 rpm drive, 64 MB Video, IBM a/b/g II, CD-RW/DVD Combo II, M10 Fan, Ubuntu 8.04
Then just do "IBMRRUTIL -br \RRUbackups\C\x" for x={1,2,3,4,5} and the backups will be gone, if they are still there. I am using RR 4 as well, so this should really work.
T40p 2373-g1g: 1.6 GHz, 1536 MB RAM, 160 GB @ 5400 rpm drive, 64 MB Video, IBM a/b/g II, CD-RW/DVD Combo II, M10 Fan, Ubuntu 8.04
IBM R&R
Hi.
TO access into the rrucmd.exe it ask for a user and password .
i am the administrator and i know my password to log onto my system on boot up to network (novel client) but this same password dont seems to let me into the rrucmd.exe
Please can you help
Thanking you in advance
TO access into the rrucmd.exe it ask for a user and password .
i am the administrator and i know my password to log onto my system on boot up to network (novel client) but this same password dont seems to let me into the rrucmd.exe
Please can you help
Thanking you in advance
-
- Similar Topics
- Replies
- Views
- Last post
-
-
win7pro backup of w510
by D L Davis » Sat Feb 25, 2017 10:27 pm » in ThinkPad W500/510/520 and W7x0 Series - 3 Replies
- 1186 Views
-
Last post by D L Davis
Sun Feb 26, 2017 10:01 pm
-
-
-
x41 restore partition
by D L Davis » Thu Jan 12, 2017 1:37 pm » in ThinkPad X2/X3/X4x Series incl. X41 Tablet - 6 Replies
- 838 Views
-
Last post by D L Davis
Mon Jan 23, 2017 3:05 pm
-
-
-
At which series level did this t series start coming with W7 Restore Discs?
by fefrie » Fri Apr 21, 2017 10:35 pm » in ThinkPad T400/410/420 and T500/510/520 Series - 2 Replies
- 726 Views
-
Last post by w0qj
Sat Apr 22, 2017 5:18 am
-
-
-
SORTED!!!: T420 W7 Pro x64 Lenovo Restore Media
by TheAuldMan76 » Sun May 07, 2017 7:50 am » in Marketplace - Forum Members only - 7 Replies
- 385 Views
-
Last post by TheAuldMan76
Tue May 16, 2017 1:52 pm
-
Who is online
Users browsing this forum: No registered users and 1 guest





