Hi,

thanks to everyone to replied to my question on compression on the Exabyte-8900 drive. I have been trying all day to exclude an nfs mount from the File set. After pouring over the manual on the FileSEt section and trying many variations on a theme the program continues to backup the nfs mount. I have tried:

1.) Putting wilddir = in the Include option and then using the Exclude = yes

2.) Putting the File = /mnt/hailee in the Exclude section under th file set.

All to no avail.  I have put the relevant section below.

# List of files to be backed up
FileSet {
 Name = "Full Set Hailee1"
 Include {
   Options {
     signature = MD5
         onefs = yes
   wilddir = /proc
   wilddir = /tmp
   wilddir = /mnt/hailee
   wildfile = \.journal
   wildfile = \.autofsck
Exclude=yes
   }
# # Put your list of files here, preceded by 'File =', one per line
#    or include an external list with:
#
#    File = <file-name
#
#  Note: / backs up everything on the root partition.
#    if you have other partitons such as /usr or /home
#    you will probably want to add them too.
#
#  By default this is defined to point to the Bacula build
#    directory to give a reasonable FileSet to backup to
#    disk storage during initial testing.
#
   File = /
   File = /var
   File = /usr
   File = /home
   File = /boot
}

#
# If you backup the root directory, the following two excluded
#   files can be useful

 Exclude {
   File = /proc
   File = /mnt/hailee
   File = /tmp
   File = /.journal
   File = /.fsck
 }
}

I know I missed something, but I don't know what.

TIA,

--
Trevor



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to