cancel
Showing results for 
Search instead for 
Did you mean: 

configuring user backup to this client

NIKHIL234656595
Level 6

Steps to configure user backup of a  client in NETBACKUP?

1 ACCEPTED SOLUTION

Accepted Solutions

bharatgangawane
Level 5

Hi All,

Find the Netbackup user backup scripts.Need to create on Client and in Policy schedule change Type of Backup "User Backup"

On Windows
Create a .bat file
cd \
d:(Installed Directory)
cd (Install path)\veritas\netbackup\bin
bpbackup -p "policy name" -s "Schedule Name" -S "master server" -w -k "Backup Selection path" i.e(c:\ d:\)

On Unix
Create a .sh file

cd
/usr/openv/netbackup/bin/
./bpbackup -p "policy name" -s "Schedule Name" -S "master server" -w "Backup Selection path"

i.e(/usr /temp)

View solution in original post

3 REPLIES 3

mph999
Level 6
Employee Accredited
In the schedule, you can set the type to user, thats it. Configure a backup window as usual, which sets when a user can run it. This is all covered in the manuals, please take a look in the admin guides. Martin

Amarnath_Sathis
Level 5

Create / Modify Backup Policy as below,

Schedule - New Schedule - In Type of Backup - Select "User Backup".

Create a Schedule for the user backup.

User Backup's cant be triggered from Administration Console.

bharatgangawane
Level 5

Hi All,

Find the Netbackup user backup scripts.Need to create on Client and in Policy schedule change Type of Backup "User Backup"

On Windows
Create a .bat file
cd \
d:(Installed Directory)
cd (Install path)\veritas\netbackup\bin
bpbackup -p "policy name" -s "Schedule Name" -S "master server" -w -k "Backup Selection path" i.e(c:\ d:\)

On Unix
Create a .sh file

cd
/usr/openv/netbackup/bin/
./bpbackup -p "policy name" -s "Schedule Name" -S "master server" -w "Backup Selection path"

i.e(/usr /temp)