From de454c8f2297d59a7c96737bf2fd277123563f09 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 12 Nov 2006 12:45:06 +0000 Subject: [PATCH] Final changes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3609 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/ReleaseNotes | 15 ++++++++++++++- bacula/src/dird/query.sql | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 9014663636..5caab67da3 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -14,7 +14,20 @@ Version 1.39.28 contains mainly bug fixes to 1.39.26. Please be restored. We strongly recommend that anyone using encryption carefully review his/her backups and at a minium do a Full backup with 1.39.28 of all encrypted data. Robert Nelson has identified - and fixed the following cases: + and fixed it as follows: + As of 1.39.27: + No filters = Works fine + Sparse = Works fine + Compression = Works fine + Encryption = Works fine + Sparse + Compression = Works fine + + Sparse + Encryption = Restore broken + Sparse + Compression + Encryption = Restore broken + Compression + Encryption = Restore broken + + As of 1.39.28: + All combinations work fine. ==== IMPORTANT a stock SuSE 10.1 kernel may crash ===== - A stock SuSE 10.1 kernel may crash when Bacula runs and accesses diff --git a/bacula/src/dird/query.sql b/bacula/src/dird/query.sql index a287e4e884..c9f27f9893 100644 --- a/bacula/src/dird/query.sql +++ b/bacula/src/dird/query.sql @@ -150,7 +150,7 @@ SELECT Path.Path,Filename.Name FROM File,Filename,Path WHERE File.JobId=%1 AND Path.PathId=File.PathId ORDER BY Path.Path,Filename.Name; # 13 -:List Jobs stored in a selected MediaId +:List Jobs stored on a selected MediaId *Enter MediaId: SELECT DISTINCT Job.JobId,Job.Name,Job.StartTime,Job.Type, Job.Level,Job.JobFiles,Job.JobBytes,Job.JobStatus -- 2.39.5