From eb14908fdde3ed67d6d8cee3e0dc01b370b150a1 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 12 Aug 2005 12:13:31 +0000 Subject: [PATCH] Updates --- docs/home-page/pages/professional.php | 25 +++++++++++++++++++++++++ docs/manual/dirdconf.tex | 13 +++++++++---- docs/manual/filedconf.tex | 10 ++++++---- docs/manual/recycling.tex | 9 ++++++--- docs/manual/storedconf.tex | 7 ++++--- 5 files changed, 50 insertions(+), 14 deletions(-) diff --git a/docs/home-page/pages/professional.php b/docs/home-page/pages/professional.php index ff18c97f..40918c0e 100644 --- a/docs/home-page/pages/professional.php +++ b/docs/home-page/pages/professional.php @@ -150,6 +150,31 @@
+ + + raptus ag + + + + raptus ag
+ moderne kommunikation
+ burgweg 1
+ 2563 ipsach -- switzerland
+
+ Telephone +41 (0)32 332 9200
+ Fax +41 (0)32 332 9201
+
+
+ Modern communications, Internet projects and IT services since 1996! + Specialized in heterogenous networks (linux, mac, windows) and open + source solutions. +
+ http://www.raptus.com
+ + + +
+ Sine Nomine Associates diff --git a/docs/manual/dirdconf.tex b/docs/manual/dirdconf.tex index bd185290..e45adae7 100644 --- a/docs/manual/dirdconf.tex +++ b/docs/manual/dirdconf.tex @@ -114,10 +114,15 @@ directive is required. \item [Working Directory = \lt{}Directory\gt{}] \index[dir]{Working Directory } This directive is mandatory and specifies a directory in which the Director -may put its status files. This directory should be used only by Bacula but -may be shared by other Bacula daemons. Standard shell expansion of the {\bf -Directory} is done when the configuration file is read so that values such -as {\bf \$HOME} will be properly expanded. This directive is required. + may put its status files. This directory should be used only by Bacula but + may be shared by other Bacula daemons. However, please note, if this + directory is shared with other Bacula daemons (the File daemon and Storage + daemon), you must ensure that the {\bf Name} given to each daemon is + unique so that the temporary filenames used do not collide. By default + the Bacula configure process creates unique daemon names by postfixing them + with -dir, -fd, and -sd. Standard shell expansion of the {\bf + Directory} is done when the configuration file is read so that values such + as {\bf \$HOME} will be properly expanded. This directive is required. \item [Pid Directory = \lt{}Directory\gt{}] \index[dir]{Pid Directory } diff --git a/docs/manual/filedconf.tex b/docs/manual/filedconf.tex index ffce3256..a3583858 100644 --- a/docs/manual/filedconf.tex +++ b/docs/manual/filedconf.tex @@ -54,15 +54,17 @@ client program. \item [Name = \lt{}name\gt{}] \index[fd]{Name } The client name that must be used by the Director when connecting. Generally, -it is a good idea to use a name related to the machine so that error messages -can be easily identified if you have multiple Clients. This record is -required. + it is a good idea to use a name related to the machine so that error messages + can be easily identified if you have multiple Clients. This directive is + required. \item [Working Directory = \lt{}Directory\gt{}] \index[fd]{Working Directory } This directive is mandatory and specifies a directory in which the File daemon may put its status files. This directory should be used only by {\bf - Bacula}, but may be shared by other Bacula daemons. This record is required. + Bacula}, but may be shared by other Bacula daemons provided the daemon + names on the {\bf Name} definition are unique for each daemon. This directive + is required. On Win32 systems, in some circumstances you may need to specify a drive letter in the specified working directory path. Also, please be sure diff --git a/docs/manual/recycling.tex b/docs/manual/recycling.tex index b09ada2b..26938eaa 100644 --- a/docs/manual/recycling.tex +++ b/docs/manual/recycling.tex @@ -216,19 +216,22 @@ The full recycling algorithm that Bacula uses when it needs a new Volume is: \item Search the Pool for a Volume with VolStatus=Recycle (if there is more than one, the Volume with the oldest date last written is chosen. If two have the same date then the one with the lowest MediaId is chosen). +\item Try recycling any purged Volumes. \item Prune volumes applying Volume retention period (Volumes with VolStatus Full, Used, or Append are pruned). \item Search the Pool for a Volume with VolStatus=Purged \item Attempt to create a new Volume if automatic labeling enabled +\item If a Pool named "Scratch" exists, search for a Volume and if found + move it to the current Pool for the Job and use it. \item Prune the oldest Volume if RecycleOldestVolume=yes (the Volume with the oldest LastWritten date and VolStatus equal to Full, Recycle, Purged, Used, or Append is chosen). This record ensures that all retention periods are -properly respected. + properly respected. \item Purge the oldest Volume if PurgeOldestVolume=yes (the Volume with the oldest LastWritten date and VolStatus equal to Full, Recycle, Purged, Used, or Append is chosen). We strongly recommend against the use of {\bf -PurgeOldestVolume} as it can quite easily lead to loss of current backup -data. + PurgeOldestVolume} as it can quite easily lead to loss of current backup + data. \item Give up and ask operator. \end{itemize} diff --git a/docs/manual/storedconf.tex b/docs/manual/storedconf.tex index 105693b6..ead368b9 100644 --- a/docs/manual/storedconf.tex +++ b/docs/manual/storedconf.tex @@ -64,7 +64,8 @@ have one and only one Storage resource definition. \index[sd]{Working Directory } This directive is mandatory and specifies a directory in which the Storage daemon may put its status files. This directory should be used only by {\bf - Bacula}, but may be shared by other Bacula daemons. This directive is + Bacula}, but may be shared by other Bacula daemons provided the names + given to each daemon are unique. This directive is required \item [Pid Directory = \lt{}Directory\gt{}] @@ -94,7 +95,7 @@ have one and only one Storage resource definition. in a broken pipe error message. \item [Maximum Concurrent Jobs = \lt{}number\gt{}] - \index[sd]{Maximum Concurrent Jobs } + \index[sd]{Maximum Concurrent Jobs} where \lt{}number\gt{} is the maximum number of Jobs that should run concurrently. The default is set to 10, but you may set it to a larger number. Each contact from the Director (e.g. status request, job start @@ -108,7 +109,7 @@ have one and only one Storage resource definition. those in the Job and Client resources. \item [SDAddresses = \lt{}IP-address-specification\gt{}] - \index[sd]{SDAddresses } + \index[sd]{SDAddresses} Specify the ports and addresses on which the Storage daemon will listen for Director connections. Normally, the default is sufficient and you do not need to specify this directive. Probably the simplest way to -- 2.39.5