diff --git a/Dir Config/bacula-dir.conf b/Dir Config/bacula-dir.conf index 8b8e6f3..04eb26b 100644 --- a/Dir Config/bacula-dir.conf +++ b/Dir Config/bacula-dir.conf @@ -31,21 +31,30 @@ Catalog { Autochanger { # New resource Name = Iron-Autochanger Address = 10.85.3.34 - #Address = 10.85.3.35 SDPort = 9103 Password = "iamnotacrook" - Device = Drive-1-LTO-3 + Device = Drive-1-LTO-3, Drive-0-LTO-3 Media Type = LTO-3 - Maximum Concurrent Jobs = 2 + Maximum Concurrent Jobs = 3 +} + +Storage { # Can have multiple of these per autochanger + Name = Drive-0-LTO-3 + Address = 10.85.3.34 + SDPort = 9103 + Password = "iamnotacrook" + Device = Drive-0-LTO-3 + Media Type = LTO-3 + Maximum Concurrent Jobs = 1 + Autochanger = Iron-Autochanger # New directive } Storage { # Can have multiple of these per autochanger Name = Drive-1-LTO-3 Address = 10.85.3.34 - #Address = 10.85.3.35 SDPort = 9103 Password = "iamnotacrook" - Device = LTO-3 + Device = Drive-1-LTO-3 Media Type = LTO-3 Maximum Concurrent Jobs = 1 Autochanger = Iron-Autochanger # New directive diff --git a/Dir Config/clients/zinc-client.conf b/Dir Config/clients/zinc-client.conf index bb6900c..7402e98 100644 --- a/Dir Config/clients/zinc-client.conf +++ b/Dir Config/clients/zinc-client.conf @@ -10,6 +10,7 @@ Client { File Retention = 8 months # This is how long you'll be able to restore individual files for, per job Job Retention = 30 years # Archive jobs cant be pruned for 30 years AutoPrune = yes # Prune expired Jobs/Files + Maximum Concurrent Jobs = 20 # Max jobs } JobDefs { # Default User Job @@ -21,6 +22,8 @@ JobDefs { # Default User Job Schedule = EveryTwoDays Messages = JoesMail + Prefer Mounted Volumes = no # This overrides the default, making jobs opt to use a new volume rather than use an already mounted one + Spool Data = yes # Spool data or dont on the sd SpoolSize = 10737418240 @@ -61,6 +64,8 @@ JobDefs { # Default System Job Schedule = EveryTwoDays Messages = JoesMail + Prefer Mounted Volumes = no # This overrides the default, making jobs opt to use a new volume rather than use an already mounted one + Spool Data = yes # Spool data or dont on the sd SpoolSize = 16106127360 diff --git a/Dir Config/filesets/filesets-users.conf b/Dir Config/filesets/filesets-users.conf index a8f3c55..ffa3506 100644 --- a/Dir Config/filesets/filesets-users.conf +++ b/Dir Config/filesets/filesets-users.conf @@ -111,4 +111,16 @@ FileSet { } File = "/mnt/NextCloud/data/evelynn/" } -} \ No newline at end of file +} + +# Christina's backup on zinc +FileSet { + Name = "Christina Backup" + Include { + Options { + signature = MD5 + compression=GZIP + } + File = "/mnt/NextCloud/data/Christina/" + } +}