]> git.sur5r.net Git - bacula/bacula/commitdiff
Delete doc directory
authorKern Sibbald <kern@sibbald.com>
Fri, 13 May 2005 18:39:04 +0000 (18:39 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 13 May 2005 18:39:04 +0000 (18:39 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2030 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kernstodo
bacula/src/dird/ua_prune.c

index 8c493d2ea2b5fea8cda2e932034002e59f3defd3..3e2c57fb8b07475b95acea1a2353c6c1c113ec9f 100644 (file)
@@ -75,6 +75,7 @@ For 1.37:
 - Fix the Rescue CDROM.
 
 Maybe in 1.37:
+- Print more info when bextract -p accepts a bad block.
 - To mark files as deleted, run essentially a Verify to disk, and
   when a file is found missing (MarkId != JobId), then create
   a new File record with FileIndex == -1. This could be done
@@ -238,6 +239,18 @@ Why:
     format string. Then I have the tape labeled automatically with weekday
     name in the correct language.
 ==========
+-  Yes, that is surely the case. I probably should turn those into Warning
+   errors. In addition, you just made me think that it might not be bad to
+   add an option to check the file size after backing up the file and
+   report if it changes. This would be done as an option because it would
+   add extra overhead.
+   Kern, good idea.  If you do do that, mention in the output: file 
+   shrunk, or file expanded, just to make it obvious to the user 
+   (without having to the refer to file size), just how the file size 
+   changed.
+   Would this option be for all file, or just one file?  Or a fileset?
 - Make output from status use html table tags for nicely 
   presenting in a browser.
 - Can one write tapes faster with 8192 byte block sizes?
@@ -1323,4 +1336,3 @@ Block Position: 0
 - Finish implementation of passing all Storage and Device needs to
   the SD.
 - Move test for max wait time exceeded in job.c up -- Peter's idea.
-
index d992987aa2fb3d3c05f655577d9b2a4ee9662da4..7a9815cb6c253642cfcf403ef841acbba938da3a 100644 (file)
@@ -276,8 +276,8 @@ int prune_files(UAContext *ua, CLIENT *client)
    db_sql_query(ua->db, query, file_delete_handler, (void *)&del);
 
    for (i=0; i < del.num_ids; i++) {
-      Dmsg1(050, "Delete JobId=%u\n", del.JobId[i]);
       Mmsg(query, del_File, edit_int64(del.JobId[i], ed1));
+      Dmsg1(050, "Delete JobId=%s\n", ed1]);
       db_sql_query(ua->db, query, NULL, (void *)NULL);
       /*
        * Now mark Job as having files purged. This is necessary to