![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
I have a problem with pseudofloppys I have a customer that has a big database, more than 2 GB in a pseudofloopy. They have create a multireel backup system , compressed, on pseudo floopys. The problem is that , even when they have define correctly the multireel, they try to define 2Gb per reel (the systems does not admit more). It works well but each pseudofloopy has only 500 Mb. it seems that D3 counts the MB of the pseudofloppy BEFORE the compress. |
#4
| |||
| |||
|
|
If these are D3 indexes then you need to ask yourself if you really want to backup the indexes. Ahh, so many things to think about... Regards. T |
#5
| |||
| |||
|
|
I have a problem with pseudofloppys I have a customer that has a big database, more than 2 GB in a pseudofloopy. They have create a multireel backup system , compressed, on pseudo floopys. The problem is that , even when they have define correctly the multireel, they try to define 2Gb per reel (the systems does not admit more). It works well but each pseudofloopy has only 500 Mb. it seems that D3 counts the MB of the pseudofloppy BEFORE the compress. D3/AIX 7.4.2 joseba Try reducing the size in pick0 to 500, like |
#6
| |||
| |||
|
|
This way you do not need human intervention to complete large backups. Larger figures, like 100000 instead of 500, give the traditional one file backups. |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
Frank Winans wrote: This way you do not need human intervention to complete large backups. Larger figures, like 100000 instead of 500, give the traditional one file backups. Lager numbers actually just mean that more information is written out before compression, so that you don't end up with tens of thousands of files ! If you get a single file, then it simply means that your raw data was smaller than the volume sze set Um, no. The cascade feature is enabled when and only when you specify an absurdly |
#9
| |||
| |||
|
|
Try reducing the size in pick0 to 500, like TAPE /u/bupdir1/pickbu 500 P LX # autogen mkdir /u/bupdir1 ; touch /u/bupdir1/pickbu ; chmod 666 /u/bupdir1/pickbu In use, the system will fill up pickbu with what was 500kbytes before compression, then create file pickbu-1 with more, then pickbu-2 with more, etc... This way you do not need human intervention to complete large backups. Larger figures, like 100000 instead of 500, give the traditional one file backups. This feature works on d3/sco and d3/linux, but I have not tried it on d3/linux. I'm guessing that there's no such feature for d3/nt. |
#10
| |||
| |||
|
|
"Frank Winans" wrote: In use, the system will fill up pickbu with what was 500kbytes before compression, then create file pickbu-1 with more, then pickbu-2 with more, etc... This way you do not need human intervention to complete large backups. Larger figures, like 100000 instead of 500, give the traditional one file backups. This feature works on d3/sco and d3/linux, but I have not tried it on d3/linux. I'm guessing that there's no such feature for d3/nt. Sorry Frank, that's a bit backwards. 500 is the default and ensures a single backup file with _no_ cascading. In fact, if that parameter is anything less than 1000 there is only one file. If it's 1000 or over then the files will cascade as you mention to files of size*1000 bytes, tagged with -1, -2, etc. (1000=1MB, etc) In case anyone is curious, the value doesn't mean anything anymore for any device other than pseudo floppies. (Pseudo-stiffies?) You're correct that D3NT doesn't have that feature yet, and I haven't heard anything about it being in D3 7.5 (replaces 8.0). There are utilities available to break up binary files into smaller blocks. Personally I'd prefer to do this after the save and get a number of consistently sized compressed files rather than the variably sized files we get when size is considered before compression. HTH T Oops! You are quite right, of course; a TAPE entry in pick0 file of |
![]() |
| Thread Tools | |
| Display Modes | |
| |