Maximum Concurrent Jobs = 20
}
+########################################################################
+# Standard Restore template, to be changed by Console program #
+# Only one such job is needed for all Jobs/Clients/Storage ... #
+########################################################################
+Job {
+ Name = "RestoreFiles"
+ Type = Restore
+ Client = draghi.debian.org-fd
+ FileSet = "Standard Set"
+ Pool = Restore
+ Messages = Standard
+ Where = /var/tmp/bacula-restores
+}
+
########################################################################
# Pool definition #
########################################################################
# For Bacula release 5.0.1 (24 February 2010) -- debian 5.0.4
Job {
- Name = "Backup <%= client %>"
+ Name = "<%= client %>"
JobDefs = "Standardbackup"
Client = <%= bacula_client_name %>
}
-Job {
- Name = "Restore <%= client %>"
- Type = Restore
- Client= <%= bacula_client_name %>
- FileSet = "Standard Set"
- Storage = <%= bacula_filestor_name %>
- Pool = <%= bacula_pool_name %>
- Differential Backup Pool = <%= bacula_pool_name %>diff
- Incremental Backup Pool = <%= bacula_pool_name %>inc
- Messages = Standard
- Where = /var/tmp/bacula-restores
-}
-
# Client (File Services) to backup
Client {
Name = <%= bacula_client_name %>