]> git.sur5r.net Git - bacula/docs/commitdiff
ebl add RecyclePool notes
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 19 Feb 2007 17:20:55 +0000 (17:20 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 19 Feb 2007 17:20:55 +0000 (17:20 +0000)
docs/manual/console.tex
docs/manual/dirdconf.tex
docs/manual/recycling.tex

index 366cf74644f931551d5ea52f4081bef73dde9d8e..f202310bb18a49ef020748a0f68855bc90e5e6a4 100644 (file)
@@ -1196,6 +1196,7 @@ wish to change.  The following Volume parameters may be changed:
    Maximum Volume Files
    Maximum Volume Bytes
    Recycle Flag
+   Recycle Pool
    Slot
    InChanger Flag
    Pool
@@ -1227,8 +1228,9 @@ wish to change.  The following Volume parameters may be changed:
    existing pool to the pool specified.
 
    For {\bf Volume from Pool} and {\bf All Volumes from Pool}, the
-   following values are updated from the Pool record: Recycle,
+   following values are updated from the Pool record: Recycle, RecyclePool,
    VolRetention, VolUseDuration, MaxVolJobs, MaxVolFiles, and MaxVolBytes.
+   (RecyclePool feature is available with bacula 2.1.4 or higher.)
 
    The full form of the update command with all command line arguments is:
 
@@ -1236,7 +1238,7 @@ wish to change.  The following Volume parameters may be changed:
 \begin{verbatim}
        update volume=xxx pool=yyy slots volstatus=xxx VolRetention=ddd
          VolUse=ddd MaxVolJobs=nnn MaxVolBytes=nnn Recycle=yes|no
-         slot=nnn enabled=n  
+         slot=nnn enabled=n recyclepool=zzz
       
 \end{verbatim}
 \normalsize
index bf4389f4261158036de42c21221fb4f173e154ac..8bb32ca846c23cc27b0ce11794eb5bb9adc4c8de 100644 (file)
@@ -2484,6 +2484,14 @@ The Pool Resource defined in the Director's configuration file
    created, changing the value  in the bacula-dir.conf file will not change what
    is stored  for the Volume. To change the value for an existing Volume  you
    must use the {\bf update} command in the Console.
+
+\label{PoolRecyclePool}
+\item [RecyclePool = \lt{}pool-resource-name\gt{}]
+   \index[dir]{RecyclePool}
+   \index[dir]{Directive!RecyclePool}
+
+   On versions 2.1.4 or greater, Bacula can recycle media in the pool of your
+   choice. The most useful setup is to use \ilink{Scratch}{TheScratchPool}.
    
 \label{PoolRecycle}
 \item [Recycle = \lt{}yes|no\gt{}]
@@ -2667,6 +2675,7 @@ Pool {
 \normalsize
 
 \subsection{The Scratch Pool}
+\label{TheScratchPool}
 \index[general]{Scratch Pool}
 In general, you can give your Pools any name you wish, but there is one 
 important restriction: the Pool named {\bf Scratch}, if it exists behaves 
index 44f3b82ca3a95698192bf335b8eb68c6d93ca140..c2962d5136fafe2bd5258a80b3115a35f3ab627f 100644 (file)
@@ -29,14 +29,15 @@ number of tapes in your pool or pools remains constant.
 By properly defining your Volume Pools with appropriate Retention periods,
 Bacula can manage the recycling (such as defined above) automatically. 
 
-Automatic recycling of Volumes is controlled by three records in the {\bf
-Pool} resource definition in the Director's configuration file. These three
+Automatic recycling of Volumes is controlled by four records in the {\bf
+Pool} resource definition in the Director's configuration file. These four
 records are: 
 
 \begin{itemize}
 \item AutoPrune = yes 
 \item VolumeRetention = \lt{}time\gt{} 
-\item Recycle = yes 
+\item Recycle = yes
+\item RecyclePool = \lt{}APool\gt{} (\textit{This require bacula 2.1.4 or greater})
 \end{itemize}
 
 The above three directives are all you need assuming that you fill