Here an example of my conf. one pool for one client.
If that can help you.

----

Job {
../..
  Name = "client1"
  Accurate = yes
../..
}




Pool {
  Name = client1
  Pool Type = Backup
  Recycle = yes                       # Bacula can automatically recycle Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 64 days
  LabelFormat = "client1-"
  Maximum Volume Bytes = 1000g
  Maximum Volumes = 68
  Maximum Volume Jobs = 1
  Next Pool = client1
  storage = client1
}

# Definition of file storage device
Storage {
  Name =client1
# Do not use "localhost" here
  Address = srv-sd.fqdn                # N.B. Use a fully qualified name here
  SDPort = 9103; Heartbeat Interval = 600
  Password = "xxxxxxxxxxxxxxxxxx"
  Device = client1-0
  Device = client1-1
  Media Type = File
  Maximum Concurrent Jobs = 20
}

And for the sd :

Device {
  Name = client1-0
  Media Type = File
  Archive Device = /folder/client1
  LabelMedia = yes
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}

Device {
  Name = client1-1
  Media Type = File
  Archive Device = /folder/client1
  LabelMedia = yes
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}


Le 15/02/2018 à 21:06, Mike Eggleston a écrit :

I have my test setup of Bacula. I have two servers configured.

Now I’m trying to test VirtualFull of one of those servers (that has Full, Incremental, etc.).

I modified the director configuration file and created another Pool for the VirtualFull.

The second Pool is listed as NextPool for my primary Pool (and the primary pool is receiving backups).

I created a special job for testing the VirtualFull (so I don’t have to type mod each time).

The job gets created with a status of ‘C’ and just sits there.

There are no messages.

What could be wrong? Why is my job not starting?

Thanks,

Mike

The job is “dvlnx107”:

*time

Thu 15-Feb-2018 14:05:39

*list jobs

+-------+--------------------+---------------------+------+-------+----------+---------------+-----------+

| JobId | Name               | StartTime           | Type | Level | JobFiles | JobBytes | JobStatus |

+-------+--------------------+---------------------+------+-------+----------+---------------+-----------+

|   109 | dvlnx107-backup    | 0000-00-00 00:00:00 | B    | F     |        0 |             0 | A |

|   110 | dvlnx107-vf        | 0000-00-00 00:00:00 | B    | F     |        0 |             0 | A |

|   111 | dvlnx107-vf        | 0000-00-00 00:00:00 | B    | F     |        0 |             0 | A |

|    86 | dvlnx107-backup    | 2018-02-07 08:57:11 | B    | F     |  222,314 | 4,407,842,613 | T |

|    87 | dvlnx107-backup    | 2018-02-07 22:00:02 | B    | F     |  222,317 | 4,407,908,271 | T |

|    88 | BackupCatalog      | 2018-02-07 23:10:04 | B    | F     |        1 |    53,393,150 | T |

|    89 | dvlnx107-backup    | 2018-02-08 14:15:28 | B    | I     |       58 |   731,178,033 | T |

|    90 | Restore-Unix-Files | 2018-02-08 15:22:17 | R    | F     |        1 |           758 | T |

|    91 | Restore-Unix-Files | 2018-02-08 15:25:33 | R    | F     |        2 |     1,189,641 | T |

|    92 | dvlnx107-backup    | 2018-02-08 22:00:04 | B    | I     |       82 |   856,445,617 | T |

|    93 | BackupCatalog      | 2018-02-08 23:10:41 | B    | F     |        1 |   127,551,486 | T |

|    94 | dvlnx107-backup    | 2018-02-09 22:00:03 | B    | I     |    1,676 |   737,544,047 | f |

|    95 | BackupCatalog      | 2018-02-09 23:10:07 | B    | F     |        1 |   150,236,888 | T |

|    96 | dvlnx107-backup    | 2018-02-10 22:00:02 | B    | I     |        0 |             0 | f |

|    97 | BackupCatalog      | 2018-02-10 23:10:09 | B    | F     |        1 |   171,907,237 | T |

|    98 | dvlnx107-backup    | 2018-02-11 22:00:02 | B    | I     |    1,664 |   680,539,554 | f |

|    99 | BackupCatalog      | 2018-02-11 23:10:12 | B    | F     |        1 |   192,605,747 | T |

|   100 | dvlnx107-backup    | 2018-02-12 22:00:00 | B    | I     |    1,521 |   644,444,687 | f   |

|   101 | dvlnx106-backup    | 2018-02-12 22:15:44 | B    | F     |        0 |             0 | f |

|   102 | BackupCatalog      | 2018-02-12 23:10:09 | B    | F     |        1 |   214,375,749 | T |

|   103 | dvlnx107-backup    | 2018-02-13 22:00:01 | B    | I     |    1,257 |   644,580,912 | f |

|   104 | dvlnx106-backup    | 2018-02-13 22:13:14 | B    | F     |        0 |             0 | f |

|   105 | BackupCatalog      | 2018-02-13 23:10:12 | B    | F     |        1 |   234,489,830 | T |

|   106 | dvlnx107-backup    | 2018-02-14 22:00:00 | B    | I     |    1,190 |   621,207,112 | f |

|   107 | dvlnx106-backup    | 2018-02-14 22:16:08 | B    | F     |        0 |             0 | f |

|   108 | BackupCatalog      | 2018-02-14 23:10:12 | B    | F     |        1 |   256,437,855 | T |

|   112 | dvlnx107-vf        | 2018-02-15 13:48:57 | B    | F     |        0 |             0 | C |

+-------+--------------------+---------------------+------+-------+----------+---------------+-----------+



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to