Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > df754e4e6f7f5fc8ab9d6ed8559f3e3d > files > 171

bacula-docs-5.0.3-19.fc16.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 2008 (1.71)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>New Features in 5.0.1</TITLE>
<META NAME="description" CONTENT="New Features in 5.0.1">
<META NAME="keywords" CONTENT="main">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="main.css">

<LINK REL="next" HREF="New_Features_in_5_0_0.html">
<LINK REL="previous" HREF="Release_Version_5_0_2.html">
<LINK REL="up" HREF="Bacula_Main_Reference.html">
<LINK REL="next" HREF="New_Features_in_5_0_0.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<A NAME="tex2html1067"
  HREF="New_Features_in_5_0_0.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html1061"
  HREF="Bacula_Main_Reference.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html1055"
  HREF="Release_Version_5_0_2.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html1063"
  HREF="Contents.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html1065"
  HREF="Thanks.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html1068"
  HREF="New_Features_in_5_0_0.html">New Features in 5.0.0</A>
<B> Up:</B> <A NAME="tex2html1062"
  HREF="Bacula_Main_Reference.html">Bacula Main Reference</A>
<B> Previous:</B> <A NAME="tex2html1056"
  HREF="Release_Version_5_0_2.html">Release Version 5.0.2</A>
 &nbsp; <B>  <A NAME="tex2html1064"
  HREF="Contents.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html1066"
  HREF="Thanks.html">Index</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>

<UL>
<LI><A NAME="tex2html1069"
  HREF="New_Features_in_5_0_1.html#SECTION00410000000000000000">Truncate Volume after Purge</A>
<LI><A NAME="tex2html1070"
  HREF="New_Features_in_5_0_1.html#SECTION00420000000000000000">Allow Higher Duplicates</A>
<LI><A NAME="tex2html1071"
  HREF="New_Features_in_5_0_1.html#SECTION00430000000000000000">Cancel Lower Level Duplicates</A>
</UL>
<!--End of Table of Child-Links-->
<HR>

<H1><A NAME="SECTION00400000000000000000">
New Features in 5.0.1</A>
</H1>

<P>
This chapter presents the new features that are in the released Bacula version
5.0.1. This version mainly fixes a number of bugs found in version 5.0.0 during
the onging development process.

<P>

<H1><A NAME="SECTION00410000000000000000"></A>
<A NAME="sec:actiononpurge"></A>
<BR>
Truncate Volume after Purge
</H1>

<P>
The Pool directive <B>ActionOnPurge=Truncate</B> instructs Bacula to truncate
the volume when it is purged with the new command <TT>purge volume
  action</TT>. It is useful to prevent disk based volumes from consuming too much
space.

<P>
<PRE>
Pool {
  Name = Default
  Action On Purge = Truncate
  ...
}
</PRE>

<P>
As usual you can also set this property with the <TT>update volume</TT> command
<PRE>
*update volume=xxx ActionOnPurge=Truncate
*update volume=xxx actiononpurge=None
</PRE>

<P>
To ask Bacula to truncate your <TT>Purged</TT> volumes, you need to use the
following command in interactive mode or in a RunScript as shown after:
<PRE>
*purge volume action=truncate storage=File allpools
# or by default, action=all
*purge volume action storage=File pool=Default
</PRE>

<P>
This is possible to specify the volume name, the media type, the pool, the
storage, etc...(see <TT>help purge</TT>) Be sure that your storage device is
idle when you decide to run this command.

<P>
<PRE>
Job {
 Name = CatalogBackup
 ...
 RunScript {
   RunsWhen=After
   RunsOnClient=No
   Console = "purge volume action=all allpools storage=File"
 }
}
</PRE>

<P>
<B>Important note</B>: This feature doesn't work as
expected in version 5.0.0. Please do not use it before version 5.0.1.

<P>

<H1><A NAME="SECTION00420000000000000000">
Allow Higher Duplicates</A>
</H1>
This directive did not work correctly and has been depreciated
(disabled) in version 5.0.1. Please remove it from your bacula-dir.conf
file as it will be removed in a future rlease.

<P>

<H1><A NAME="SECTION00430000000000000000">
Cancel Lower Level Duplicates</A>
</H1>
This directive was added in Bacula version 5.0.1.  It compares the
level of a new backup job to old jobs of the same name, if any,
and will kill the job which has a lower level than the other one.
If the levels are the same (i.e. both are Full backups), then 
nothing is done and the other Cancel XXX Duplicate directives
will be examined.

<P>
<HR>
<!--Navigation Panel-->
<A NAME="tex2html1067"
  HREF="New_Features_in_5_0_0.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html1061"
  HREF="Bacula_Main_Reference.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html1055"
  HREF="Release_Version_5_0_2.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html1063"
  HREF="Contents.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html1065"
  HREF="Thanks.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html1068"
  HREF="New_Features_in_5_0_0.html">New Features in 5.0.0</A>
<B> Up:</B> <A NAME="tex2html1062"
  HREF="Bacula_Main_Reference.html">Bacula Main Reference</A>
<B> Previous:</B> <A NAME="tex2html1056"
  HREF="Release_Version_5_0_2.html">Release Version 5.0.2</A>
 &nbsp; <B>  <A NAME="tex2html1064"
  HREF="Contents.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html1066"
  HREF="Thanks.html">Index</A></B> 
<!--End of Navigation Panel-->
<ADDRESS>

2012-01-24
</ADDRESS>
</BODY>
</HTML>