+Changes to 1.37.37 released 26 Aug 05
+24Aug05
+- Ensure that the drive is closed before calling the
+ mtx-changer script so that the script can access the drive.
+- Add drive name to reserved Volume list printout in SD.
+23Aug05
+- Fix bug in acquire.c that incorrectly reported volume
+ busy.
+- Add additional debug code and messages in reserve.c
+- Eliminate unwanted warning message in reserve.c
+
Changes to 1.37.36 released 22 Aug 05
20Aug05
- Landon's fix for NLS detection
- Make built-in variables table driven.
- First cut of Python Events for Bacula. Director only.
StartJob, EndJob, NewVolume events.
-
- Release Notes for Bacula 1.37.36
+ Release Notes for Bacula 1.37.37
Bacula code: Total files = 420 Total lines = 137,650 (*.h *.c *.in)
- Arno had to do -- to get update slots=x to work
UPDATE Media SET InChanger=0,Slot=0 WHERE InChanger>0 AND Slot>0; (MySQL)
+- Add recycle event.
+- Add scratch pool event.
+- Add Win32 FileSet definition somewhere
+
Document:
- datadir for po files.
- AM_GNU_GETTEXT finds the library if you specify
records have been removed from the catalog.
For 1.39:
+- new pool XXX with ScratchPoolId = MyScratchPool's PoolId and
+ let it fill itself, and RecyclePoolId = XXX's PoolId so I can
+ see if it become stable and I just have to supervise
+ MyScratchPool
+- If I want to remove this pool, I set RecyclePoolId = MyScratchPool's
+ PoolId, and when it is empty remove it.
+- Figure out how to recycle Scratch volumes back to the Scratch
+ Pool.
+- Add Volume=SCRTCH
- Allow Check Labels to be used with Bacula labels.
- "Resuming" a failed backup (lost line for example) by using the
failed backup as a sort of "base" job.
#}
-# Definiton of file storage device
+# Definition of file storage device
Storage {
Name = File
# Do not use "localhost" here
# MediaType = "8mm"
#}
+# Definition of DVD storage device
+#Storage {
+# Name = "DVD"
+# Do not use "localhost" here
+# Address = @hostname@ # N.B. Use a fully qualified name here
+# SDPort = @sd_port@
+# Password = "@sd_password@"
+# Device = "DVD Writer"
+# MediaType = "DVD"
+#}
+
# Generic catalog service
Catalog {
Copyright (C) 2000-2005 Kern Sibbald
This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License as
- published by the Free Software Foundation; either version 2 of
- the License, or (at your option) any later version.
+ modify it under the terms of the GNU General Public License
+ version 2 as amended with additional clauses defined in the
+ file LICENSE in the main source directory.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details.
-
- You should have received a copy of the GNU General Public
- License along with this program; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
- MA 02111-1307, USA.
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ the file LICENSE for additional details.
*/
# A DVD device
#
#Device {
-# Name = "DVD-WRITER"
+# Name = "DVD-Writer"
# Media Type = DVD
# Archive Device = /dev/hdc
# LabelMedia = yes; # lets Bacula label unlabeled media