Install the latest File Daemon which can be downloaded from here:
http://download.bareos.org/bareos/release/latest/MacOS/

Then just treated it like your standard linux client.

The File daemon config file is here: /usr/local/etc/bareos-fd.conf

You might want to also enable HFSPlusSupport in the file set definition.
Here is the fileset i use for macs:

FileSet {
  Name = "OSX All Files"
  Include {
    Options {
      Signature = MD5 # calculate md5 checksum per file
      One FS = No     # change into other filessytems
      FS Type = hfs  # filesystems of given types will be backed up
      hfsplussupport = yes
    }
    File = /
  }

  Exclude {
  }

}

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To post to this group, send email to bareos-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to