Unsolved

This post is more than 5 years old

4 Posts

940

December 30th, 2014 10:00

Networker 8.1.1 - UNIX and NFS

Question: I have several NFS mount points that need to be backed up, but not all of them. How do I select one NFS mount while excluding another. I need to backup all OS Filesystems and select Application NFS mount points. The database mounts are backed up in another process (RMAN to Data Domain).

Example:

/var     - zfs (or vxfs)     - Backup

/usr     - zfs (or vxfs)     - Backup

/ora*/app/applmgr/*     - nfs     - Backup

/ad01     - nfs     - Skip

My assumption was that I would enable backing up of NFS mounts and then use a directive to exclude the standard mounts to be excluded. I was able to get the OS and ALL NFS mounts by changing the save-set "All-mounts; All-nfs". Now I am trying to figure out how to skip with a directive the /ad01 mount point?

Attempted Directive:

<>

       skip: *

2.4K Posts

December 31st, 2014 00:00

Have a look at existing directives - there is a space before and after the path name. It should read:

  << /ad10 >>

Never tried it without the space chars...

No Events found!

Top