list media
estimate listing
Pool {
Name = Daily
Pool Type = Backup
Recycle = yes # Bacula can automatically recycle Volumes
AutoPrune = yes # Prune expired volumes
Volume Use Duration = 20 hours
Volume Retention = 6 days # one year
Maximum Volume Bytes = 4GB # Limit Volume size to something reasonable
Maximum Volumes = 100 # Limit number of Volumes in Pool
Label Format = "daily-${NumVols}"
}
Pool {
Name = week
Pool Type = Backup
Recycle = yes # Bacula can automatically recycle Volumes
AutoPrune = yes # Prune expired volumes
Volume Use Duration = 3 days
Volume Retention = 27 days # mensal
Maximum Volume Bytes = 4GB # Limit Volume size to something reasonable
Maximum Volumes = 100 # Limit number of Volumes in Pool
Label Format = "week-${NumVols}"
}
Pool {
Name = monthly
Pool Type = Backup
Recycle = yes # Bacula can automatically recycle Volumes
AutoPrune = yes # Prune expired volumes
Volume Use Duration = 3 days
Volume Retention = 362 days # one year
Maximum Volume Bytes = 4GB # Limit Volume size to something reasonable
Maximum Volumes = 100 # Limit number of Volumes in Pool
Label Format = "monthly-${NumVols}"
}
Pool {
Name = monthly2
Pool Type = Backup
Recycle = yes # Bacula can automatically recycle Volumes
AutoPrune = yes # Prune expired volumes
Volume Use Duration = 3 days
Volume Retention = 57 days # mensal
Maximum Volume Bytes = 4GB # Limit Volume size to something reasonable
Maximum Volumes = 100 # Limit number of Volumes in Pool
Label Format = "monthly2-${NumVols}"
}
Schedule {
Name = "agenda_gfs"
Run = Incremental Pool=Diaria monday-thursday at 20:00
Run = Full Pool=week friday at 20:00
Run = Full Pool=monthly lastday at 20:00 # just work on bacula 7.x version
}
Nenhum comentário:
Postar um comentário