From: Kern Sibbald Date: Wed, 7 Apr 2004 10:07:06 +0000 (+0000) Subject: Finish removing pthreads and zlib X-Git-Tag: Release-7.0.0~9573 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=25d26b8be7034d25d8f48d0a2991cee9bb30e34a;p=bacula%2Fbacula Finish removing pthreads and zlib git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1186 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/kernstodo b/bacula/kernstodo index 6d210b8ebe..3158e4d187 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -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. diff --git a/bacula/src/dird/bacula-dir.conf.in b/bacula/src/dird/bacula-dir.conf.in index a76448c7e7..f150794933 100644 --- a/bacula/src/dird/bacula-dir.conf.in +++ b/bacula/src/dird/bacula-dir.conf.in @@ -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 }