Hi Sylvain,

you need to set up like this:

#your copy job to tape
Job {
        Name = "copy_to_tape_dailyjob"
        Type = Copy
        Level = Full
        Messages = Standard
        Client = None
        FileSet = None
        Pool = <your disc backup pool>
        SelectionType = PoolUncopiedJobs
        Maximum Concurrent Jobs = 2
        Schedule = <your schedule for tape>
        Storage = File
        Priority = 30 # or something like that. i set it to the highest number
        }
# your pools
Pool {
        Name = <your pool name>
        Pool Type = Backup
        Recycle = yes
        Autoprune = yes
        Volume Retention = 6d
        Maximum Volume Bytes = 200GB
        Maximum Volumes = 20
        Label Format = <your label prefix>
        Recycle Pool = <your pool name>
        NextPool = <the tape pool>
        ActionOnPurge = Truncate
        Storage = File (your file storage name)
        }
 
Pool {
        Name = <your tape pool name>
        Pool Type = Backup
        Storage = <your tape storage name>
        Recycle = yes
        Recycle Pool = Scratch
        Auto Prune = yes
        Volume Retention = <your retention period>
        Maximum Volumes = <your mx volumes>
        Maximum Volume Bytes = 0 # till tape ends
        Maximum Volume Jobs = 0
        Cleaning Prefix = "CLN" # if you need to clean but not necessary
        }

i set the schedule via time and priority. in the job ressource.
hope it helps.

-- 
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