From: Kern Sibbald Date: Tue, 16 Sep 2008 15:05:46 +0000 (+0000) Subject: Update projects file + property changes X-Git-Tag: Release-7.0.0~4126 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=538270a44eab3659e388896a2bbb2622dd439f7a;p=bacula%2Fbacula Update projects file + property changes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7602 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/projects b/bacula/projects index 1611914f27..f00c606156 100644 --- a/bacula/projects +++ b/bacula/projects @@ -1107,6 +1107,22 @@ Item n: make changing "spooldata=yes|no" possible for Notes: ./. +Item 1: Implement an option to modify the last written date for volumes +Date: 16 September 2008 +Origin: Franck (xeoslaenor at gmail dot com) +Status: Proposing +What: The ability to modify the last written date for a volume +Why: It's sometime necessary to jump a volume when you have a pool of volume + which recycles the oldest volume at each backup. + Sometime, it needs to cancel a set of backup (one day + backup, completely) and we want to avoid that bacula + choose the volume (which is not written at all) from + the cancelled backup (It has to jump to next volume). + in this case, we just need to update the written date + manually to avoir the "oldest volume" purge. +Notes: An option can be add to "update volume" command (like 'written date' + choice for example) + ============= Empty Feature Request form =========== Item n: One line summary ... Date: Date submitted @@ -1428,4 +1444,3 @@ Item h10: Clustered file-daemons Notes: Kern: I don't understand the request enough to be able to implement it. A lot more design detail should be presented before voting on this project. - diff --git a/bacula/src/filed/accurate.c b/bacula/src/filed/accurate.c index 3f6059ea5d..c98f924963 100644 --- a/bacula/src/filed/accurate.c +++ b/bacula/src/filed/accurate.c @@ -26,7 +26,7 @@ Switzerland, email:ftf@fsfeurope.org. */ /* - * Version $Id $ + * Version $Id $ * */