cancel
Showing results for 
Search instead for 
Did you mean: 

Creating policy and schedule specific exclude lists on NBU 7.6.0.2?

quantum-it
Level 4

I have a policy that runs two different schedules, for backing up our Linux host.  (Policy: Linux_Backups; Schedule: Linux_Full_Backups, Linux_Incremental_Backups).

Is there a way to define an exclude list that would be specifically targeted to exclude a specific subdirectory during each of these backups, and if so what is the process for doing so?

1 ACCEPTED SOLUTION

Accepted Solutions

Will_Restore
Level 6

The following options exist when creating an exclude_list file:
- Create an exclude_list file if the exclude list will apply to all backups of the client.
- Create an exclude_list.<policy> if the exclude list will apply only for a specific policy.
- Create an exclude_list.<policy>.<schedule> if the exclude list will apply to only one schedule in a policy.

http://www.symantec.com/business/support/index?page=content&id=TECH30603

 

so, for example

  /usr/openv/netbackup/exclude_list.Linux_Backups.Linux_Incremental_Backups

might contain

  /excluded-directory-name

and

   /usr/openv/netbackup/exclude_list.Linux_Backups.Linux_Full_Backups

might contain

  //some-other-directory

 

 

 

View solution in original post

3 REPLIES 3

Will_Restore
Level 6

The following options exist when creating an exclude_list file:
- Create an exclude_list file if the exclude list will apply to all backups of the client.
- Create an exclude_list.<policy> if the exclude list will apply only for a specific policy.
- Create an exclude_list.<policy>.<schedule> if the exclude list will apply to only one schedule in a policy.

http://www.symantec.com/business/support/index?page=content&id=TECH30603

 

so, for example

  /usr/openv/netbackup/exclude_list.Linux_Backups.Linux_Incremental_Backups

might contain

  /excluded-directory-name

and

   /usr/openv/netbackup/exclude_list.Linux_Backups.Linux_Full_Backups

might contain

  //some-other-directory

 

 

 

sri_vani
Level 6
Partner

A method for centrally managing exclude and include list for UNIX and Linux clients

http://www.symantec.com/business/support/index?page=content&id=TECH66046

Sulivan77
Level 4

Will is right on the money.  Symantec needs to get on updating that client to allow exlcude list modification from the netbackup admin console.  Would make life easier and consistent. 

 

Sully