Hi!
I need to backup a file server wich consumes round about 8TB for one
fullbackup. My Backup Store does not have enough space to store two fullbackups
at one time.
So what I want to do is, that bareos recycles every sunday the used volumes and
overwrites the backup from the last sunday.
I only want to have 1 full backup at time. for secure, the latest fullbackup of
a month will be written on tape (that is working allready)
my schedule:
Schedule {
Name = "filesrv01"
Run = Level=Incremental mon-sat at 00:15,11:15,15:15,18:15
Run = Level=Full sun at 00:05
}
my pool:
#
# Full Pool definition
#
Pool {
Name = file01-full
Pool Type = Backup
Recycle = yes
AutoPrune = yes
Volume Retention = 6 days
Maximum Volume Bytes = 200G
Label Format = "file01-Full-"
}
#
# Incremental Pool definition
#
Pool {
Name = dick-incr
Pool Type = Backup
Recycle = yes
AutoPrune = yes
Volume Retention = 6 days
Maximum Volume Bytes = 100G
Label Format = "file01-Incr-"
}
Do i have to use a 6 day retention time? Or do you have another hint for me?
Thanks a lot!
--
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.