Veritas-bu

Re: [Veritas-bu] bpstart / bpend

2010-10-12 10:43:04
Subject: Re: [Veritas-bu] bpstart / bpend
From: <judy_hinchcliffe AT administaff DOT com>
To: <VERITAS-BU AT MAILMAN.ENG.AUBURN DOT EDU>
Date: Tue, 12 Oct 2010 14:41:53 +0000
Find this part of the script.
You see where I put in comments of what I was doing.  
Then put in what I wanted.
Then commented that it was the end of my customization.

You can look at the other REM statements to see if there is any fancy stuff you 
want to use for testing.
I just added what I wanted and left the rest alone.




@REM --------------------------------------------------------------------
@REM main script starts here
@REM This is a simple script that records what kind of backup was done along
@REM with other relevent information (Client name, policy name, etc) and 
@REM appends the information to the results file
@REM --------------------------------------------------------------------
@REM 1/11/2008 jlh - added the stop of DFSR so backups will work under 
Netbackup 6.5
@REM Known issue that 6.5 cannot backup dfs servers. as this is a san media 
server
@REM we added a reg key and the end and start notify scripts. 
sc \\myservername config DFSR start= auto
sc \\myservername start DFSR
@REM end of custom section
@if "%4" == "FULL" goto FULL
@if "%4" == "CINC" goto CINC
@if "%4" == "" goto FAIL
@REM print a generic message since backup is neither full, nor cumulative 
incremental
@echo backup/restore finished on %1 using policy %2 with schedule %3 and status 
%5, bpres = %6 >> bin\BP_RES.txt
@echo 0 >> %6

-----Original Message-----
From: veritas-bu-bounces AT mailman.eng.auburn DOT edu 
[mailto:veritas-bu-bounces AT mailman.eng.auburn DOT edu] On Behalf Of 
BlueChris69
Sent: Tuesday, October 12, 2010 9:33 AM
To: VERITAS-BU AT MAILMAN.ENG.AUBURN DOT EDU
Subject: [Veritas-bu] bpstart / bpend

Hi,
Can someone give me an example of what I need to put into the start / end 
scripts on the client? I just need to know how it should look as I have never 
set one up before. I need to put a batch file into it but just need to know 
where to put it.
Sorry if this is a basic question for some but I haven't done it before  
[Embarassed] 

Thanks,
BC69

NBU7 for Windows

+----------------------------------------------------------------------
|This was sent by chris.facey AT uk.fid-intl DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------


_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

<Prev in Thread] Current Thread [Next in Thread>