]> git.sur5r.net Git - bacula/docs/commitdiff
Update FOSDEM talk
authorKern Sibbald <kern@sibbald.com>
Mon, 15 Jan 2007 09:37:15 +0000 (09:37 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 15 Jan 2007 09:37:15 +0000 (09:37 +0000)
docs/home-page/pages/presentations.php
docs/home-page/presentations/Bacula-FOSDEM-talk-24Feb07.pdf [deleted file]
docs/home-page/presentations/Bacula-FOSDEM-talk-25Feb07.pdf [new file with mode: 0644]
docs/manual/quickstart.tex
docs/manual/restore.tex
docs/manual/strategies.tex
docs/manual/tips.tex

index be619496a9d8e2a2928f598a53ead585120153c7..248570e1bc635ce93d272c36a6002862dc0b8b7c 100644 (file)
@@ -9,7 +9,7 @@
    <tr>
      <td class="content">
    <ul>
-   <li> <a href="presentations/Bacula-FOSDEM-talk-24Feb07.pdf" >PDF FOSDEM Slide Show</a>
+   <li> <a href="presentations/Bacula-FOSDEM-talk-25Feb07.pdf" >PDF FOSDEM Slide Show</a>
     <br>Slide Show Presented at FOSDEM 2007<br></li>
    </ul>
    </td>
diff --git a/docs/home-page/presentations/Bacula-FOSDEM-talk-24Feb07.pdf b/docs/home-page/presentations/Bacula-FOSDEM-talk-24Feb07.pdf
deleted file mode 100644 (file)
index bf03c6d..0000000
Binary files a/docs/home-page/presentations/Bacula-FOSDEM-talk-24Feb07.pdf and /dev/null differ
diff --git a/docs/home-page/presentations/Bacula-FOSDEM-talk-25Feb07.pdf b/docs/home-page/presentations/Bacula-FOSDEM-talk-25Feb07.pdf
new file mode 100644 (file)
index 0000000..cbbaafe
Binary files /dev/null and b/docs/home-page/presentations/Bacula-FOSDEM-talk-25Feb07.pdf differ
index fef1cbccb3b436efefe6ef790f19739cdc7157b9..23ea1364bc0c036d5aea1b9c6b04b3d5f81df329 100644 (file)
@@ -126,20 +126,17 @@ often. Most of the work will simply be in changing the tape when it is full.
 The Console program is used by the administrator to interact with the Director
 and to manually start/stop Jobs or to obtain Job status information. 
 
-The Console configuration file is found in the directory specified on the {\bf
-\verb:--:sysconfdir} option that you specified on the {\bf ./configure} command
-and
-by default is named {\bf console.conf}.
+The Console configuration file is found in the directory specified on the
+{\bf \verb:--:sysconfdir} option that you specified on the {\bf
+./configure} command and by default is named {\bf bconsole.conf}.
 
-If you choose to build the GNOME console with the {\bf \verb:--:enable-gnome}
-option,
-you also find a default configuration file for it, named {\bf
-gnome-console.conf}.
+If you choose to build the GNOME console with the {\bf
+\verb:--:enable-gnome} option, you also find a default configuration file
+for it, named {\bf gnome-console.conf}.
 
 The same applies to the wxWidgets console, which is build with the {\bf
-\verb:--:enable-wx-console} option, and the name of the default configuration
-file
-is, in this case, {\bf wx-console.conf}.
+\verb:--:enable-wx-console} option, and the name of the default
+configuration file is, in this case, {\bf wx-console.conf}.
 
 Normally, for first time users, no change is needed to these files. Reasonable
 defaults are set. 
index fedd6f7c6e0a96570d5f4bfc98d70242518f91a1..afb98ea3e107e17fc896f5db8f3bdab2f93ae087 100644 (file)
@@ -219,7 +219,7 @@ to be restored, so it prompts with:
 \begin{verbatim}
 The defined FileSet resources are:
      1: Full Set
-     2: Kerns Files
+     2: Other Files
 Select FileSet resource (1-2):
 \end{verbatim}
 \normalsize
@@ -370,7 +370,7 @@ JobName:    kernsrestore
 Bootstrap:  /home/kern/bacula/working/restore.bsr
 Where:      /tmp/bacula-restores
 Replace:    always
-FileSet:    Kerns Files
+FileSet:    Other Files
 Client:     Rufus
 Storage:    Tape
 When:       2006-12-11 18:20:33
@@ -512,7 +512,7 @@ JobName:    kernsrestore
 Bootstrap:  /home/kern/bacula/working/restore.bsr
 Where:      /tmp/bacula-restores
 Replace:    always
-FileSet:    Kerns Files
+FileSet:    Other Files
 Client:     Rufus
 Storage:    DDS-4
 When:       2003-09-11 10:20:53
index 35a1f56f4710c6a04f0a3edb402ebec578d5d119..c3eaed624ae524aaa86fdad42aebe5180df0bb2b 100644 (file)
@@ -55,7 +55,7 @@ tape.
 
 Using this strategy, one typically does a Full backup once a week followed by
 daily Incremental backups. To minimize the amount of data written to the tape,
-one can do (as I do) a Full backup once a month on the first Sunday of the
+one can do a Full backup once a month on the first Sunday of the
 month, a Differential backup on the 2nd-5th Sunday of the month, and
 incremental backups the rest of the week. 
 \label{Manual}
@@ -75,9 +75,9 @@ several ways to get Bacula to release the tape:
 \item In your Storage daemon's Device resource, set
    {\bf AlwaysOpen = no}
    In this case, Bacula will release the tape after  every job. If you run
-several jobs, the tape will be  rewound and repositioned to the end at the
-beginning  of every job. This is not very efficient, but does let  you change
-the tape whenever you want.  
+   several jobs, the tape will be  rewound and repositioned to the end at the
+   beginning  of every job. This is not very efficient, but does let  you change
+   the tape whenever you want.  
 \item Use a {\bf RunAfterJob} statement to run a script after  your last job.
    This could also be an {\bf Admin}  job that runs after all your backup jobs.
    The script could be  something like:  
@@ -85,7 +85,7 @@ the tape whenever you want.
 \footnotesize
 \begin{verbatim}
       #!/bin/sh
-      /full-path/console -c /full-path/console.conf <<END_OF_DATA
+      /full-path/bconsole -c /full-path/bconsole.conf <<END_OF_DATA
       release storage=your-storage-name
       END_OF_DATA
       
@@ -103,12 +103,12 @@ autochangers because Bacula will still keep the  drive open.
 \footnotesize
 \begin{verbatim}
       #!/bin/sh
-      /full-path/console -c /full-path/console.conf <\&ltEND_OF_DATA
+      /full-path/bconsole -c /full-path/bconsole.conf <\&ltEND_OF_DATA
       unmount storage=your-storage-name
       END_OF_DATA
       # the following is a shell command
       mt eject
-      /full-path/console -c /full-path/console.conf <<END_OF_DATA
+      /full-path/bconsole -c /full-path/bconsole.conf <<END_OF_DATA
       mount storage=your-storage-name
       END_OF_DATA
       
index 8b57942ee6c744221a1d06f479ca7b4f85943bc4..9ab15c68b5451c91b377ceb50284d2997bf573f5 100644 (file)
@@ -66,7 +66,7 @@ resource of your Director's configuration file. An email is automatically
 configured in the default configuration files, but you must ensure that the
 default {\bf root} address is replaced by your email address. 
 
-For examples of how I (Kern) configure my system, please take a look at the
+For additional examples of how to configure a Bacula, please take a look at the
 {\bf .conf} files found in the {\bf examples} sub-directory. We recommend the
 following configuration (where you change the paths and email address to
 correspond to your setup). Note, the {\bf mailcommand} and {\bf
@@ -335,7 +335,7 @@ The defined Client resources are:
      3: Timmy
 Select Client (File daemon) resource (1-3): 2
 The defined FileSet resources are:
-     1: Kerns Files
+     1: Other Files
 Item 1 selected automatically.
 +-------+------+-------+---------+---------+------+-------+------------+
 | JobId | Levl | Files | StrtTim | VolName | File | SesId | VolSesTime |
@@ -357,7 +357,7 @@ Run Restore job
 JobName:    kernsrestore
 Bootstrap:  /home/kern/bacula/working/restore.bsr
 Where:      /tmp/bacula-restores
-FileSet:    Kerns Files
+FileSet:    Other Files
 Client:     Rufus
 Storage:    File
 JobId:      *None*