Hi,
when my migration job is runnig, then I think that there's no data spooling 
happening. Is the job running and I'm looking into the spool directory then 
there is no content. Is that correct?

thanks for helping me!

my configuration:

Schedule {
  Name = "migrate"
  Run = Level=Full Pool=B2D-full Spooldata=yes Priority=11  1st sun at 10:20
}

Job {
  Name = "migrate"
  JobDefs = "DefaultJob"
  Type = Migrate
  Level = Full
  Pool = B2D-full
  Selection Type = Volume
  Selection Pattern = "full"
  Schedule = migrate
  Priority = 11
}

Pool {
        Name = B2T-full
        Pool Type = Backup
        Recycle = yes
        Auto Prune = yes
        Volume Retention = 12 Month
        Volume Use Duration = 1 day
        Storage = ArcVault
        Recycle Pool = Scratch
        Scratch Pool = Scratch
        Purge Oldest Volume = yes
}

Storage {
  Name = ArcVault
  Address = address
  SDPort = 9103
  Password = "bareos"
  Device = Autochanger
  Media Type = LTO-3
  Autochanger = Yes
  Maximum Concurrent Jobs = 4
}

#SD Conf

Autochanger {
  Name = Autochanger
  Device = Drive-1
  Device = Drive-2
  Changer Command = "/usr/lib/bareos/scripts/mtx-changer %c %o %S %a %d"
  Changer Device = /dev/sg3
}

Device {
        Name = Drive-1
        Description = "HP LTO-3 inside Overland ArcVault24 lib"
        DeviceType = Tape
        Media Type = LTO-3
        Archive Device = /dev/nst0
        AutoChanger = yes
        #Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
        #Alert Command = "sh -c '/usr/sbin/tapeinfo -f /dev/sg1 | /bin/sed -n 
/TapeAlert/p'"
        #If you have smartctl, enable this, it has more info than tapeinfo
        #Alert Command = "sh -c 'smartctl -H -l error %c'"
        DriveIndex = 0
        Maximum Network Buffer Size = 65536
        SpoolDirectory = /var/spool/bareos
        MaximumSpoolSize = 45GB
        AutomaticMount = yes # when device opened, read it
        AlwaysOpen = yes
        RemovableMedia = yes;
        RandomAccess = no;
        Hardware End of Medium = no
        Fast Forward Space File = no
}

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to