]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kernstodo
ebl tweak debug message
[bacula/bacula] / bacula / kernstodo
index aa08419aa96ca1d6b70f1536eaa48e8793047961..530d143294a850ace68f623eaf0744fd3e235fbd 100644 (file)
@@ -114,6 +114,15 @@ Professional Needs:
 
 Priority:
 ================
+- Fix #ifdefing so that smartalloc can be disabled. Check manual
+  -- the default is enabled.
+- Change calling sequence to delete_job_id_range() in ua_cmds.c 
+  the preceding strtok() is done inside the subroutine only once.
+- Dangling softlinks are not restored properly.  For example, take a
+  soft link such as src/testprogs/install-sh, which points to /usr/share/autoconf...
+  move the directory to another machine where the file /usr/share/autoconf does
+  not exist, back it up, then try a full restore.  It fails.
+- Check for FD compatibility -- eg .nobackup ...
 - Re-check new dcr->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!