From 25d26b8be7034d25d8f48d0a2991cee9bb30e34a Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 7 Apr 2004 10:07:06 +0000 Subject: [PATCH] Finish removing pthreads and zlib git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1186 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/kernstodo | 1 + bacula/src/dird/bacula-dir.conf.in | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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 } -- 2.39.5