This post is more than 5 years old

11 Posts

1156

June 1st, 2006 12:00

Networker for Mac OS X - directive

I'm trying to back up a MAC using the All save set with a customized directive. The All save set works fine but my exclusion of a mounted drive isn't working.

The volume is called /volumes/Video Arch 1, my latest failure:

<< / >>
skip: "/Volumes/Video Arch 1"

Does anyone know the correct syntax to skip a drive that has spaces in the name?? Any help woud be appreciated!! Karen

2 Intern

 • 

1.1K Posts

June 1st, 2006 15:00

Karen

For a start your directive is wrong - it would be something like this:

<>
+skip: *.*

- or something like that. However if you do not wish to back that up you may find it better to amend your savesets for the clients to not include the mounted volume as the above directive would still result in a successful backup of the volume even though no data was actually backed up!

5 Posts

June 21st, 2006 07:00

I have a similar problem with Macintosh. I want networker to backup All, but ignore /Volumes and everything beneath. Here's some examples of what I've tried (comments indicate some of my variations):
#<< "/Volumes/name_here" >>
#<< /Volumes/ >>
<< /Volumes >>
# +skip: * .?*
# skip: * .?*
+skip: *.*
<< / >>
#Tried all the following without quotes too! (These directives were entered by a previous admin)
skip: "Desktop DB"
skip: "Desktop DF"
+skip: ".DS_Store"
skip: "cores"
skip: "VM_Storage"
skip: "TheVolumeSettingsFolder"
#Tried to remove the following line too, also let it sit alone without the << /Volumes >> above
+skip: "Volumes"
+compressasm: "."

It seems no combination I can produce will cause Networker to skip over what's in the /Volumes directory. Therefore, if the user has something mounted (like a DVD), all that data gets backed up too.

2 Intern

 • 

1.1K Posts

June 21st, 2006 08:00

What the directive needs to be is:

<< /Volumes >>
+skip: *.*

Your directory goes in the <<>> brackets and the file specification goes below (the preceding + indicates it is recursive - ie carries on down the directory tree)

2 Intern

 • 

1.1K Posts

June 22nd, 2006 06:00

The directive looks correct - have you assigned it to the client you are backing up. Also remember that the server side directive only applies for group backups; if you are doing a test backup of the data from the client it will not apply the server side directive.

5 Posts

June 22nd, 2006 06:00

The directive looks correct - have you assigned it to
the client you are backing up. Also remember that
the server side directive only applies for group
backups; if you are doing a test backup of the data
from the client it will not apply the server side
directive.


The directive is applied to the client and the client is only run while in a group.

5 Posts

June 22nd, 2006 06:00

What the directive needs to be is:

<< /Volumes >>
+skip: *.*

Your directory goes in the <<>> brackets and the file
specification goes below (the preceding + indicates
it is recursive - ie carries on down the directory
tree)


That's what I have. It doesn't work.

2 Intern

 • 

1.1K Posts

June 22nd, 2006 07:00

Try:

<< /Volume>>
+skip: .

I think that one will work for you...

5 Posts

June 27th, 2006 14:00

Try:

<< /Volume>>
+skip: .

I think that one will work for you...

Sorry, I'm afraid it didn't. Any other thoughts?
(I had a space at the end - << /Volume >> instead of << /Volume>>, I hope that's what you meant)

4 Operator

 • 

14.4K Posts

June 27th, 2006 16:00

Therefore, if the user has something mounted (like a DVD), all that data gets backed up too.

I'd like to come back to this statement. There was a bug in Mac client where saveset All would backup everything mounted (including CD-ROMs/DVD). However that has been fixed in 7.1.1 (LGTpa59745) so that the save set All backs up only physical hard drives.

This brings us to next question - what client package do you use? I would assume you should not see this in some of the current packages (eg. 7.1.4, 7.2.2, etc).

If what you are tring to skip is mounted file system and for some reason saveset All doesn't work as expected with your version (bug regression?) workaround would be to list savesets (volumes) you wish to backup. The issue itself then should be reported to official support.

5 Posts

June 28th, 2006 07:00

Therefore, if the user has something mounted (like a DVD), all that data gets backed up too.

I'd like to come back to this statement. There was a bug in Mac client where saveset All >would backup everything mounted (including CD-ROMs/DVD). Hoever that has been fixed >in 7.1.1 (LGTpa59745). This brings us to next question - what client package do you use? >I would assume you should not see this in some of the current packages (eg. 7.1.4, 7.2.2, >etc).

The client is using 7.1.1 and our server is using 7.2.1

4 Operator

 • 

14.4K Posts

June 28th, 2006 07:00

It could be some kind of regression - I would suggest to check it out with support.

Top