X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fkernstodo;h=58cbda77c745df74f812c626b6517e989056ba89;hb=d4bec3ebd408991f16f56bc31cb5139e92cfaa9f;hp=24842f4f5a13f496a277c117d7d1d325af68e659;hpb=51424a69622cc05ebbbb62621913aa5fd27297a5;p=bacula%2Fbacula diff --git a/bacula/kernstodo b/bacula/kernstodo index 24842f4f5a..58cbda77c7 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -1,8 +1,51 @@ Kern's ToDo List - 06 March 2008 + 02 May 2008 Document: +- This patch will give Bacula the option to specify files in + FileSets which can be dropped in directories which are Included + which will cause that directory not the be backed up. + + For example, my FileSet contains: + # List of files to be backed up + FileSet { + Name = "Remote Specified1" + Include { + Options { + signature = MD5 + } + File = "\\reserved_volume - Softlinks that point to non-existent file are not restored in restore all, but are restored if the file is individually selected. BUG! @@ -81,6 +130,8 @@ Priority: - Implement unmount of USB volumes. - Use "./config no-idea no-mdc2 no-rc5" on building OpenSSL for Win32 to avoid patent problems. +- Implement multiple jobid specification for the cancel command, + similar to what is permitted on the update slots command. - Implement Bacula plugins -- design API - modify pruning to keep a fixed number of versions of a file, if requested. @@ -88,8 +139,6 @@ Priority: i.e. cd /foo/bar/foo/bar -> if a customer mails me the path to a certain file, its faster to enter the specified directory -- Fix bpipe.c so that it does not modify results pointer. - ***FIXME*** calling sequence should be changed. - Make tree walk routines like cd, ls, ... more user friendly by handling spaces better. === rate design @@ -1799,6 +1848,8 @@ Block Position: 0 in only one catalog -- currently Pools are "global". - Add TLS to bat (should be done). === Duplicate jobs === +- Done, but implemented somewhat differently than described below!!! + hese apply only to backup jobs. 1. Allow Duplicate Jobs = Yes | No | Higher (Yes) @@ -1874,3 +1925,5 @@ DuplicateJobs { } === +- Fix bpipe.c so that it does not modify results pointer. + ***FIXME*** calling sequence should be changed.