![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We are using D3/NT 7.4.6 We run a complete file save every night. The program executes the SAVE command with the options "STF". The resulting save (to a pseudo tape device) is around 14GB. Today I performed an incremental save to a brand new pseudo tape device (i created the file from scratch) and the resulting incremental was also 14GB. It looks like it is saving everything. Has any one else encountered this or am I doing something wrong? Cliff |
#3
| |||
| |||
|
|
Check to see if 'set-incremental-off' is in any of the boot routines. You may need to do a 'set-incremental-on' so that changes made to the data are tracked. "Cliff" <cponce (AT) easternmetal (DOT) com> wrote in message news:1150824542.148048.144210 (AT) g10g2000cwb (DOT) googlegroups.com... We are using D3/NT 7.4.6 We run a complete file save every night. The program executes the SAVE command with the options "STF". The resulting save (to a pseudo tape device) is around 14GB. Today I performed an incremental save to a brand new pseudo tape device (i created the file from scratch) and the resulting incremental was also 14GB. It looks like it is saving everything. Has any one else encountered this or am I doing something wrong? Cliff |
#4
| |||
| |||
|
|
I have always questioned the "benefit" of incremental saves, especially out to pseudo devices. What do you hope to save? Time? In my experience an incremental save takes nearly as long as a full save. Why are you doing a backup? To avert a disaster, and in the even of a disater, you want to get your system UP & functioning ASAP. So, what happens with your incremental save in the picture? You restore from the last FULL backup, and THEN you get to restore from the incremental save. At the most critical time of the shooting match, when you are actually IN THE MIDST OF A DISASTER, youy are consciously adding to the time taken to get your system functioning again ! You extend your recovery time by the period of time that it takes to run the incremental, and on a "busy" system, that can be HOURS... |
#5
| |||
| |||
|
|
I have always questioned the "benefit" of incremental saves, especially out to pseudo devices. [...] You extend your recovery time by the period of time that it takes to run the incremental, and on a "busy" system, that can be HOURS. Your system, your call. The other thing I'd suggest, if you don't already do so, is to add a "b" option to your save if you make use of B-tree indices. Anyone who has seen a restore complete, and then sit there for hours while the B-tree indices are rebuilt will understand why ! |
#6
| |||||
| |||||
|
|
Ross Ferris wrote: I have always questioned the "benefit" of incremental saves, especially out to pseudo devices. [...] You extend your recovery time by the period of time that it takes to run the incremental, and on a "busy" system, that can be HOURS. Your system, your call. The other thing I'd suggest, if you don't already do so, is to add a "b" option to your save if you make use of B-tree indices. Anyone who has seen a restore complete, and then sit there for hours while the B-tree indices are rebuilt will understand why ! Twas an awfully long time ago since I've had to rebuild a system from the save tapes. In the last 15 years I've probably recovered 1 file I deleted accidently and a handfull of program source items (again accidentally deleted). Only time I've seen complete saves being read was conversion to new machines. On the other hand I've often been in the stituation where a complete save caused problems with not enough space on the tape, or not enough time to perform the save. |
|
Yes you are going to add time in a disaster recovery situation. I reasoned that if a mulfunction requiring a complete restore occurred the biggest delay was going to be the hardware supplier scrambling for (a day?) to replace the bad disks, controller, server. A few more hours on the restore because of incremental saves would not be the biggest time delay by a long shot. (You figure in these situations your probably working thru the night to get things done, a lot of time waiting, waiting, waiting). And it not like we had much of a choice, it was incremental or having the saves killed by the sysadmin when they went too long. |
|
It all depends on your hardware, RAID disks make a big difference. Probably lost three disks over the years but the RAID coped. Rebuilding the RAID was a hassle once the disk was replaced. Took longer than a complete save. |
|
If your running on basically a desktop PC, I guess incrementals dont do much for you. And your more likely to need to replace the system (anyone had a PC last more than 6 years?) On Big Iron, with files approaching 80GB, it was incremental or nothing. |
|
regards, Jeremy Thomson |
#7
| |||
| |||
|
|
On D3/NT 7.4.6 , SAVE (STF seems not to be clearing the dirty bits, as subsequent incremental backups store take same tapelength as a full. |
#8
| |||
| |||
|
|
We are using D3/NT 7.4.6 We run a complete file save every night. The program executes the SAVE command with the options "STF". The resulting save (to a pseudo tape device) is around 14GB. Today I performed an incremental save to a brand new pseudo tape device (i created the file from scratch) and the resulting incremental was also 14GB. It looks like it is saving everything. Has any one else encountered this or am I doing something wrong? Cliff |
#9
| |||
| |||
|
|
Ross Ferris wrote: I have always questioned the "benefit" of incremental saves, especially out to pseudo devices. [...] You extend your recovery time by the period of time that it takes to run the incremental, and on a "busy" system, that can be HOURS. Your system, your call. The other thing I'd suggest, if you don't already do so, is to add a "b" option to your save if you make use of B-tree indices. Anyone who has seen a restore complete, and then sit there for hours while the B-tree indices are rebuilt will understand why ! Twas an awfully long time ago since I've had to rebuild a system from the save tapes. In the last 15 years I've probably recovered 1 file I deleted accidently and a handfull of program source items (again accidentally deleted). Only time I've seen complete saves being read was conversion to new machines. On the other hand I've often been in the stituation where a complete save caused problems with not enough space on the tape, or not enough time to perform the save. Yes you are going to add time in a disaster recovery situation. I reasoned that if a mulfunction requiring a complete restore occurred the biggest delay was going to be the hardware supplier scrambling for (a day?) to replace the bad disks, controller, server. A few more hours on the restore because of incremental saves would not be the biggest time delay by a long shot. (You figure in these situations your probably working thru the night to get things done, a lot of time waiting, waiting, waiting). And it not like we had much of a choice, it was incremental or having the saves killed by the sysadmin when they went too long. It all depends on your hardware, RAID disks make a big difference. Probably lost three disks over the years but the RAID coped. Rebuilding the RAID was a hassle once the disk was replaced. Took longer than a complete save. If your running on basically a desktop PC, I guess incrementals dont do much for you. And your more likely to need to replace the system (anyone had a PC last more than 6 years?) On Big Iron, with files approaching 80GB, it was incremental or nothing. regards, Jeremy Thomson |
#10
| |||
| |||
|
|
We are using D3/NT 7.4.6 We run a complete file save every night. The program executes the SAVE command with the options "STF". The resulting save (to a pseudo tape device) is around 14GB. Today I performed an incremental save to a brand new pseudo tape device (i created the file from scratch) and the resulting incremental was also 14GB. It looks like it is saving everything. Has any one else encountered this or am I doing something wrong? Cliff I looked at BookOnLine74.exe, and it only volunteers that back in 7.1.2 the |
![]() |
| Thread Tools | |
| Display Modes | |
| |