]> git.sur5r.net Git - bacula/bacula/blob - bacula/platforms/osx/resources/ReadMe.html.in
Get osx files from master
[bacula/bacula] / bacula / platforms / osx / resources / ReadMe.html.in
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2    "http://www.w3.org/TR/html4/strict.dtd">
3
4 <html lang="en">
5 <head>
6   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7   <title>Bacula File Daemon @BACULA_VERSION@</title>
8   <meta name="author" content="Lorenz Schori">
9   <style type="text/css" media="screen">
10     body {font-family: Helvetica, sans-serif}
11   </style>
12   <!-- Date: 2009-08-12 -->
13 </head>
14 <body>
15   <h1>Bacula File Daemon @BACULA_VERSION@</h1>
16   <p>
17     Bacula is on Open Source, enterprise ready, network based backup program.
18     This installer package contains the bacula file daemon for Mac OS X 10.4
19     or later built as an universal binary for PPC and Intel processors.
20   </p>
21   <h2>Requirements</h2>
22   <p>
23     The bacula file daemon is only the client component of the backup system.
24     For proper operation the file daemon needs to have access to a bacula
25     director and storage daemon, typically installed on a server machine in
26     the local network.
27   </p>
28   <h2>Installation</h2>
29   <p>
30     Open the Bacula File Daemon @BACULA_VERSION@ installer package and follow
31     the directions given to you.
32   </p>
33   <h2>Configuration</h2>
34   <p>
35     After the installation is complete you have to adapt the configuration
36     file to your needs. The file is located in system-wide Preferences folder:
37     <pre>/Library/Preferences/bacula/bacula-fd.conf</pre>
38   </p>
39   <p>
40     <strong>Note:</strong> The configuration file contains passwords and
41     therefore must not be accessible for any users except root. Use the
42     following command line to edit the file as root-user:
43     <pre>sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit /Library/Preferences/bacula/bacula-fd.conf</pre>
44   </p>
45   <h2>Operating the File Daemon</h2>
46   <p>
47     Use launchctl to enable and disable the bacula file daemon.
48     <pre>sudo launchctl load -w /Library/LaunchDaemons/org.bacula.bacula-fd.plist</pre></br>
49     <pre>sudo launchctl unload -w /Library/LaunchDaemons/org.bacula.bacula-fd.plist</pre></br>
50   </p>
51   <h2>Uninstalling the File Daemon</h2>
52   <p>
53     Doubleclick the script uninstaller.command to remove the bacula file
54     daemon completely from your system.
55   </p>
56   <h2>Resources</h2>
57   <p>
58     Refer to the bacula website for more information.
59   </p>
60   <a href="http://bacula.org/">http://bacula.org</a>
61 </body>
62 </html>