What errors are you getting?


On 17/07/15 10:38, Mariusz Tański wrote:
Job {
   Name = "Backup_Mouse1"
   JobDefs = "Podstawowe_zadanie2"
   Pool = LTO-Pool
   Storage = LTO-Storage
   Schedule = "tygodniowy_w_poniedzialek_start"
   FileSet="mouse1"
}

FileSet {
   Name="mouse1"
   Include {
      Options {
        signature=MD5
      }
     File="/home/magazyn/"
    }
}

Schedule {
   Name = "tygodniowy_w_poniedzialek_start"
   Run = mon at 08:20
}

Client {
   Name = bareos-fd
   Address = 127.0.0.1

   #File Retention = 30 days            # 30 days
   #Job Retention = 6 months            # six months
   AutoPrune = no                      # Prune expired Jobs/Files
}

Pool {
   Name = LTO-Pool
   Pool Type = Backup
   Recycle = yes                       # Bareos can automatically recycle 
Volumes
   AutoPrune = yes                     # Prune expired volumes
   #Volume Retention = 3 hours
   #Volume Use Duration = 2 hours
   Storage = LTO-Storage
   Volume Retention = 12 Days
   Next Pool = LTO-Pool-2
}

Pool {
   Name = LTO-Pool-2
   Pool Type = Backup
   Recycle = yes
   AutoPrune = yes
   Storage = LTO-Storage
   Volume Retention = 12 Days
   Next Pool = LTO-Pool-3
}

Pool {
   Name = LTO-Pool-3
   Pool Type = Backup
   Recycle = yes
   AutoPrune = yes
   Storage = LTO-Storage
   Volume Retention = 12 Days
   Next Pool = LTO-Pool
}


I have a 15 LTO tapes, divided them into 3 sets and I would like to work above 
the loop by making the 3 week.
it means:
1 week LTO-Pool
2 weeks LTO-Pool-2
3 weeks LTO-Pool-3

Can someone point out where I made a mistake, possibly a hint what I had to do 
???


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