From: Kern Sibbald Date: Fri, 13 May 2005 18:39:04 +0000 (+0000) Subject: Delete doc directory X-Git-Tag: Release-1.38.0~470 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ecf0d3080c3c2cd978b7ec1c1fb72bf00e08c6f5;p=bacula%2Fbacula Delete doc directory git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2030 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/kernstodo b/bacula/kernstodo index 8c493d2ea2..3e2c57fb8b 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -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. - diff --git a/bacula/src/dird/ua_prune.c b/bacula/src/dird/ua_prune.c index d992987aa2..7a9815cb6c 100644 --- a/bacula/src/dird/ua_prune.c +++ b/bacula/src/dird/ua_prune.c @@ -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