From: Valentin Vidic Date: Tue, 6 Dec 2011 15:43:21 +0000 (+0100) Subject: New server config. X-Git-Tag: debian/20111206~1 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=commitdiff_plain;ds=sidebyside;h=3c72fd167b19b3fdc556d37c967c1dd6ffda4d91;hp=25f125a13aa2799cb6832e32df6833b89b156b9e;p=bacula-cn.git New server config. --- diff --git a/debian/postinst b/debian/postinst index 5e06a5c..e606fb6 100644 --- a/debian/postinst +++ b/debian/postinst @@ -259,34 +259,12 @@ Console { Password = "$PASS_BCONSOLE" # password for bconsole(8) JobACL = $HOST, RestoreFiles ClientACL = $HOST-fd - StorageACL = $HOST-stor - PoolACL = $HOST-pool, tmp -} - -Pool { - Name = $HOST-pool - @/etc/bacula/include/pool-default.conf - Label Format = ${HOST}_ -} - -Storage { - Name = $HOST-stor - @/etc/bacula/include/storage-default.conf - Device = file_$HOST - Media Type = media_$HOST } Job { Name = "$HOST" Client = $HOST-fd - JobDefs = "Job_SysBackup" - Pool = $HOST-pool - Storage = $HOST-stor - RunScript { - RunsWhen=After - RunsOnClient=No - Console = "purge volume action=all storage=$HOST-stor allpools" - } + JobDefs = "Job_TapeBackup" } EOF