I'm having an issue when I execute a Copy Job that copies a Volume to an
offsite Storage Daemon.

If I run the command status dir after starting the Copy Job the following
is showed:

58  Copy Full          0         0  Copy_ell-bacula-sd01 is waiting on max
Job jobs

What does this mean?

Here is my config (bacula-dir):

Storage {
  Name = ns-bacula-sd01
  Address = 10.13.37.175               # N.B. Use a fully qualified name
here
  SDPort = 9103
  Password = "XXX"
  Device = kantoor-iscsi
  Media Type = File
  Maximum Concurrent Jobs = 10        # run up to 10 jobs a the same time
}

Storage {
  Name = ell-bacula-sd01
  Address = 10.10.10.8               # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = "XXX"
  Device = SS-1TB
  Media Type = File
  Maximum Concurrent Jobs = 10        # run up to 10 jobs a the same time
}

Pool {
  Name = Full-Pool
  Pool Type = Backup
  Volume Retention =  6 months        # Retentie van 6
# Maximum Volume Jobs = 5
  Maximum Volumes = 9
  Recycle = yes                       # Bacula can automatically recycle
Volumes
  AutoPrune = yes                     # Prune expired volumes
  Label Format =
"${Client}-${Level}-${Day}-${Month}-${Year}-${Hour:p/2/0/r}${Minute:p/2/0/r}${Secon
d:p/2/0/r}"
  Next Pool = Offsite-Full
}


Pool {
    Name = Offsite-Full
    Pool Type = Backup
    Storage = ell-bacula-sd01
    Volume Use Duration = 1 day
    Volume Retention = 7 months
    Maximum Volumes = 10
    Recycle = yes                       # Bacula can automatically recycle
Volumes
    AutoPrune = yes
}

Client {
  Name = client.none
  Address = localhost
  FDPort = 9102
  Catalog = MyCatalog
  Password = "XXX"                # password for FileDaemon
}

FileSet {
 Name = "fileset.none"
 Include {
  Options {
   signature = MD5
   }
 }
}


Job {
    Name = Copy_ell-bacula-sd01
    Type = Copy
    Pool = Full-Pool
    Selection Type = PoolUncopiedJobs
    Client = client.none
    FileSet = fileset.none
    Storage = ns-bacula-sd01
    Messages = Standard
  }

===========================================================

Storage Daemon config (ns-bacula-sd01)

Storage {                             # definition of myself
  Name = ns-bacula-sd01
  SDPort = 9103                  # Director's port
  WorkingDirectory = "/var/spool/bacula"
  Pid Directory = "/var/run"
  Maximum Concurrent Jobs = 20
}


Director {
 Name = ns-bacula-dir01
 Password = "XXX"
}

Device {
  Name = kantoor-iscsi
  Media Type = File
  Archive Device = /storage01
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
  Maximum Concurrent Jobs = 10
}

Messages {
  Name = Standard
  Director = bacula-dir = all
}

====================================================================

Storage Daemon (ell-bacula-sd01)

Storage {                             # definition of myself
  Name = ell-bacula-sd01
  SDPort = 9103                  # Director's port
  WorkingDirectory = "/var/spool/bacula"
  Pid Directory = "/var/run"
  Maximum Concurrent Jobs = 20
}

Director {
Name = ns-bacula-dir01
Password = "XXX"
}

Device {
  Name = SS-1TB
  Media Type = File
  Archive Device = /storage01
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
  Maximum Concurrent Jobs = 10
}

Messages {
  Name = Standard
  Director = bacula-dir = all
}

Best regards,

Luc
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to