This post is more than 5 years old

12 Posts

1102

April 14th, 2008 09:00

Save Set Definition

Pretty simple issue, but the docs are very brief on the defining save sets, so...

Is there a way to exclude a mount from a save set? I want to accomplish an entire server except for one mount point. The ALL set minus the mount would accomplish my objective but I have no info on how to specify this.

The alternative of specifying everything I do want would be tedious as well as how do I specify files on the root (/*) without getting the unwanted mount?

Thanks

Solaris 10
NetWorker 7.4

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

April 15th, 2008 11:00

Use All and then attach directive to client in which you skip mnt point you don't like.

12 Posts

April 23rd, 2008 10:00

Thanks

12 Posts

April 25th, 2008 16:00

created global directive and applied to client, networker is ignoring the directive. and trying to backup all mounts. Is there an enable requireent?

<< / >>
skip: core
+skip: dir1
+skip: dir2
+skip: dir3

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

April 28th, 2008 04:00

Is that UNIX or Windows? I guess UNIX. On which mnt are those dirs? Note that / in UNIX and Windows world are different.

12 Posts

April 29th, 2008 10:00

Client and server are both solaris
each mount I am excluding is on the root /
I matched the syntax from the default unix directive. maybe it needs the slash on each mount i.e. /d0026 ?

12 Posts

April 29th, 2008 12:00

That worked... thanks

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

April 29th, 2008 12:00

Do:
/ful_path_dir
+skip: .
[etc]
No Events found!

Top