Tommojunior
MIS
Hi Folks,
I'm coming up against a challenge with the definition of streams in a policy. A trivial example of the situation I have is as follows:
Say I want to backup the contents of /home on a unix server (NB4.5MP3) HPUX. I've got 5 drives which I want to use and 4 of my users have large amounts of data, but the others do not:
/home/mark - 50 gig
/home/peter - 50 gig
/home/jane - 50 gig
/home/paul - 50 gig
/home/ruth - 1 Meg
/home/john - 1 Meg
/home/matt - 1 Meg
/home/cath - 1 Meg
All these home directories are within the same filesystem (/home) so Auto-Streaming won't help me. I set about writing my file list in the policy to try and make the most of my available drives:
NEW_STREAM
/home/mark - 50 gig
NEW_STREAM
/home/peter - 50 gig
NEW_STREAM
/home/jane - 50 gig
NEW_STREAM
/home/paul - 50 gig
NEW_STREAM
/home/ruth - 1 Meg
/home/john - 1 Meg
/home/matt - 1 Meg
/home/cath - 1 Meg
This will work fine for me, but what if I get 100 more users (all with 1 Meg each), I don't want to specify each of them explicitly under the last stream, what I want to have is:
NEW_STREAM
/home/mark - 50 gig
NEW_STREAM
/home/peter - 50 gig
NEW_STREAM
/home/jane - 50 gig
NEW_STREAM
/home/paul - 50 gig
NEW_STREAM
/home - All the other users
However - This doesn't have the desired effect, since what netbackup does with the last stream is to back up /home/mark and friends a second time. See what I'm getting at here folks, is there any clever way of saying for the 4th stream:
NEW_STREAM
"get me stuff in /home that hasn't already been captured by the other streams"
Thoughts on a post-card please!
ooh - and just in case your thinking about platter hammering etc, the real senario I have is on an EMC rig, so I'm not that fussed about giving it a hammering.
Cheers,
Mark Thompson
I'm coming up against a challenge with the definition of streams in a policy. A trivial example of the situation I have is as follows:
Say I want to backup the contents of /home on a unix server (NB4.5MP3) HPUX. I've got 5 drives which I want to use and 4 of my users have large amounts of data, but the others do not:
/home/mark - 50 gig
/home/peter - 50 gig
/home/jane - 50 gig
/home/paul - 50 gig
/home/ruth - 1 Meg
/home/john - 1 Meg
/home/matt - 1 Meg
/home/cath - 1 Meg
All these home directories are within the same filesystem (/home) so Auto-Streaming won't help me. I set about writing my file list in the policy to try and make the most of my available drives:
NEW_STREAM
/home/mark - 50 gig
NEW_STREAM
/home/peter - 50 gig
NEW_STREAM
/home/jane - 50 gig
NEW_STREAM
/home/paul - 50 gig
NEW_STREAM
/home/ruth - 1 Meg
/home/john - 1 Meg
/home/matt - 1 Meg
/home/cath - 1 Meg
This will work fine for me, but what if I get 100 more users (all with 1 Meg each), I don't want to specify each of them explicitly under the last stream, what I want to have is:
NEW_STREAM
/home/mark - 50 gig
NEW_STREAM
/home/peter - 50 gig
NEW_STREAM
/home/jane - 50 gig
NEW_STREAM
/home/paul - 50 gig
NEW_STREAM
/home - All the other users
However - This doesn't have the desired effect, since what netbackup does with the last stream is to back up /home/mark and friends a second time. See what I'm getting at here folks, is there any clever way of saying for the 4th stream:
NEW_STREAM
"get me stuff in /home that hasn't already been captured by the other streams"
Thoughts on a post-card please!
ooh - and just in case your thinking about platter hammering etc, the real senario I have is on an EMC rig, so I'm not that fussed about giving it a hammering.
Cheers,
Mark Thompson