I have:

Pool {
  Name = "Daily"
  Description = "daily backups"
  PoolType = "Backup"
  MaximumVolumes = 30
  VolumeRetention = 864000
  VolumeUseDuration = 432000
  Storage = "HP-Autoloader"
}

Pool {
  Name = "File"
  PoolType = "Backup"
  LabelFormat = "Vol-"
  MaximumVolumes = 45
  MaximumVolumeBytes = 53687091200
  VolumeRetention = 432000
  NextPool = "Daily"
  Storage = "File"
  AutoPrune = yes
  Recycle = yes
}

Job {
  Name = "migrate-to-tape"
  Type = "Migrate"
  Messages = "Standard"
  Pool = "File"
  Client = "samba-fd"
  Fileset = "Full Set"
  PurgeMigrationJob = yes
  MaximumConcurrentJobs = 4
  SelectionType = "OldestVolume"
}
Storage {
  Name = "File"
  SdPort = 9103
  Address = "samba"
  Password = "xx"
  Device = "FileStorage"
  MediaType = "File"
}
Storage {
  Name = "HP-Autoloader"
  SdPort = 9103
  Address = "samba"
  Password = "xx"
  Device = "HP-Autoloader"
  MediaType = "LTO-6"
  Autochanger = "HP-Autoloader"
  MaximumConcurrentJobs = 2
}





the run:

Run Migration job
JobName:       migrate-to-tape
Bootstrap:     *None*
Client:        samba-fd
FileSet:       Full Set
Pool:          File (From Job resource)
NextPool:      Daily (From Job Pool's NextPool resource)
Read Storage:  File (From Pool resource)
Write Storage: HP-Autoloader (From Job Pool's NextPool resource)
JobId:         *None*
When:          2024-07-09 13:12:52
Catalog:       MyCatalog
Priority:      10


finds no volumes to migrate

"media list" lists ~40 volumes in Pool "File"





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

Reply via email to