From aa5493d21c6d933a74de1a37ff968f33e6e9f22b Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 28 Mar 2003 15:46:21 +0000 Subject: [PATCH] gnome-console updates + documentation updates git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@400 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/kernstodo | 61 ++++++++++---------------------------------- bacula/src/version.h | 4 +-- 2 files changed, 15 insertions(+), 50 deletions(-) diff --git a/bacula/kernstodo b/bacula/kernstodo index 7f8c198b90..27e511db9c 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -18,59 +18,16 @@ Testing to do: (painful) - that ALL console command line options work and are always implemented - blocksize recognition code. - multiple simultaneous Volumes -- ***test GetFileAttributexEx, and remove MessageBox at 335 of winservice.cpp **** For 1.30 release: -- If tape is marked read-only, then try opening it read-only rather than - failing, and remember that it cannot be written. -- Refine SD waiting output: - Device is being positioned - > Device is being positioned for append - > Device is being positioned to file x - > -- > Hello, -> -> Possibly your /etc/bacula/my_exclude is not -> marked as executable. It MUST be executable. - -the script is executeabe (0777 for testing) - -> Another solution is simply to include the -> find command in the exclude: -> Exclude = { -> "|find / -iname *.avi -o -iname *.mpg -o -iname *.mp3" -> } - -it doesn't work :( - -i tried it on two different systems with bacula 1.29 - -this works: -Exclude { - Device is being positioned for append + > Device is being positioned to file x + > - Figure out some way to estimate output size and to avoid splitting a backup across two Volumes -- this could be useful for writing CDROMs where you really prefer not to have it split -- not serious. @@ -120,7 +84,6 @@ i dont understand it anymore :( - Implement some way for the Console to dynamically create a job. - Restore to a particular time -- e.g. before date, after date. - Implement disk spooling -- Implement finer multiprocessing options. - Solaris -I on tar for include list - Enable avoid backing up archive device (findlib/find_one.c:128) - Need a verbose mode in restore, perhaps to bsr. @@ -943,4 +906,6 @@ rufus-dir: Volume used once. Marking Volume "File0003" as Used. to a different Volume. - Look at handling <> in smtp doesn't work with exim. - Need to specify MaximumConcurrentJobs in the Job resource. +- ***test GetFileAttributexEx, and remove MessageBox at 335 of winservice.cpp **** +- Implement finer multiprocessing options. diff --git a/bacula/src/version.h b/bacula/src/version.h index ccad32fa8c..e1103e6aad 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,8 +1,8 @@ /* */ #define VERSION "1.30" #define VSTRING "1" -#define BDATE "27 March 2003" -#define LSMDATE "27Mar03" +#define BDATE "28 March 2003" +#define LSMDATE "28Mar03" /* Debug flags */ #define DEBUG 1 -- 2.39.5