]> git.sur5r.net Git - bacula/bacula/commitdiff
Finish removing pthreads and zlib
authorKern Sibbald <kern@sibbald.com>
Wed, 7 Apr 2004 10:07:06 +0000 (10:07 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 7 Apr 2004 10:07:06 +0000 (10:07 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1186 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kernstodo
bacula/src/dird/bacula-dir.conf.in

index 6d210b8ebe5bd3f14420f84e43e069065717ec8e..3158e4d187f414f7e02c410255060ff2d28ebe71 100644 (file)
@@ -38,6 +38,7 @@ For 1.33 Testing/Documentation:
   non-existent directories will not be restored properly.
 
 For version 1.35:
+- Finish SIGHUP work.
 - Check that all change in wait status in the SD are        
   signaled to the Director.
 - Add a block copy option to bcopy.
index a76448c7e706ed6d3931416aae3fa3d31dc78aac..f150794933c726f2a90c7cfd90a59885233fd344 100644 (file)
@@ -64,8 +64,11 @@ Job {
 # Standard Restore template, to be changed by Console program
 Job {
   Name = "RestoreFiles"
-  JobDefs = "DefaultJob"
   Type = Restore
+  Client=@hostname@-fd                 
+  FileSet="Full Set"                  
+  Storage = File                      
+  Messages = Standard
   Where = /tmp/bacula-restores
 }