From: Kern Sibbald Date: Mon, 15 Jan 2007 09:37:15 +0000 (+0000) Subject: Update FOSDEM talk X-Git-Tag: Release-2.0.2~83 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=82abd93a8e247414b55de3cf5e75c7f5d502477d;p=bacula%2Fdocs Update FOSDEM talk --- diff --git a/docs/home-page/pages/presentations.php b/docs/home-page/pages/presentations.php index be619496..248570e1 100644 --- a/docs/home-page/pages/presentations.php +++ b/docs/home-page/pages/presentations.php @@ -9,7 +9,7 @@ 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 index bf03c6db..00000000 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 index 00000000..cbbaafed Binary files /dev/null and b/docs/home-page/presentations/Bacula-FOSDEM-talk-25Feb07.pdf differ diff --git a/docs/manual/quickstart.tex b/docs/manual/quickstart.tex index fef1cbcc..23ea1364 100644 --- a/docs/manual/quickstart.tex +++ b/docs/manual/quickstart.tex @@ -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. diff --git a/docs/manual/restore.tex b/docs/manual/restore.tex index fedd6f7c..afb98ea3 100644 --- a/docs/manual/restore.tex +++ b/docs/manual/restore.tex @@ -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 diff --git a/docs/manual/strategies.tex b/docs/manual/strategies.tex index 35a1f56f..c3eaed62 100644 --- a/docs/manual/strategies.tex +++ b/docs/manual/strategies.tex @@ -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 <