Trevor Morrison wrote:
> Phil,
> 
> Thanks for the tip, but it still did not work.  For what ever reason it
> keeps backing up /mnt/hailee--the nfs mount.  Any other suggestions.


OK, try using this Options declaration:

FileSet {
  Name = "Full Set Hailee1"
  Include {
    Options {
      signature = MD5
      onefs = no                # try EXPLICITLY turning onefs off
      fstype = ext3             # or whatever your disk filesystems are
    }
  File = /
  File = /var
  File = /usr
  File = /home
  File = /boot
  }
  Exclude {
    File = /tmp/*
    File = /.journal
    File = /.fsck
  }
}

The explicit "onefs = no" is in case something you're overlooking is
causing onefs to be turned on.  The fstype specification should cause
ONLY filesystems of that type to be scanned.


-- 
 Phil Stracchino       [EMAIL PROTECTED]
    Renaissance Man, Unix generalist, Perl hacker
 Mobile: 603-216-7037         Landline: 603-886-3518


-------------------------------------------------------
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