Hello All,
I have an Apple MacPro running Ventura OSX. I have the following FileSet 
defined for use with Bacula 9.6.7.

# -- macpro
FileSet {
  Name = macpro
  Include {
    Options {
      signature = MD5
      compression = GZIP
    }
    File = /
    File = /home
  }
  Exclude {
    File = /dev
    File = /net
    File = /tmp
    File = /var/bacula/working
  }
}

The difficulty I have is that files at /System/Volumes/Data/Applications and 
/Applications (for example) get backed up twice because of the 
/System/Volumes/Data firmlink.

I could certainly just add /System/Volumes/Data to the exclude list but I am 
not sure that is the proper thing to do, since I have not checked to see that 
anything accessible from there is also accessible from /.

Does anyone have a FileSet definition for OSX that deals with the firmlinks 
correctly that they would be willing to share?

Thanks, Michael
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to