]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo
authorKern Sibbald <kern@sibbald.com>
Sat, 21 Jun 2003 21:48:42 +0000 (21:48 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 21 Jun 2003 21:48:42 +0000 (21:48 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@605 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ReleaseNotes
bacula/src/filed/estimate.c

index cf010afc9c05ee24d779f126b3b603298ed672dc..cd7ea3caade2429cc0576703b495920c989510c7 100644 (file)
@@ -1,7 +1,7 @@
 
           Release Notes for Bacula 1.31
 
-  Bacula code: Total files = 251 Total lines = 74,587 (*.h *.c *.in)
+  Bacula code: Total files = 251 Total lines = 74,714 (*.h *.c *.in)
 
 Major Changes this Release:
 - The database format has changed. Please see below.
@@ -15,13 +15,19 @@ Major Changes this Release:
   and underscore.
 - Added readline to depkgs (removed from depkgs1) and fixed configuration if
   it is not installed in your system libraries.
-- Implemented generalized tape label formats including counter variables.
+- Implemented generalized tape label formats including counter variables 
+  for automatic naming of Volumes.
 - Multiple simultaneous jobs now work.
 - Implemented tape block rejection, which means that restores with
   several incremental backups will run orders of magnitude faster.
 
 
 Other Changes this Release:
+- The new console var command allows testing variable expansion
+  used in automatic tape name generation.
+- The new console estimate command allows you to test FileSets
+  to see how many files and bytes will be saved and optionally
+  to have an "ls -l" style listing of the files.
 - During a normal restore (replace = yes), any existing file is deleted
   and the restored file is then created. This corrects links and other
   wierd files that changed between the backup and the restore.
index fe4cfdcb86f3c1c3dd3756df94ed7208632d1d75..679f9fe4eb38b9607a2149dc8fff3cea9a0e0b9e 100644 (file)
@@ -56,7 +56,7 @@ static int tally_file(FF_PKT *ff_pkt, void *ijcr)
    JCR *jcr = (JCR *)ijcr;
    ATTR attr;
 
-   if (job_canceled(jcr) {
+   if (job_canceled(jcr)) {
       return 0;
    }
    switch (ff_pkt->type) {