Hello,
I am with bacula installed in one linux opensuse 10,0 functioning well…
but I am with one doubts: Backup is made in disk, each server that I
make backup has a own volume . Backup FULL is made a time for month and
the Incremental one is made daily. The problem is that backup FULL is
not overlapping the previous and the archive of backup is growing very.
Which the ideal configuration to decide this? It follows below my
archive of configuration, thanks for help:
Director { # define myself
Name = backup-dir
DIRport = 9101 # where we listen for UA connections
QueryFile = "/etc/bacula/query.sql"
WorkingDirectory = "/var/bacula/working"
PidDirectory = "/var/run"
Maximum Concurrent Jobs = 1
Password = "prolinx" # Console password
Messages = Standard
}
# Define the backup Job (Speculu)
Job {
Name = "speculu"
Type = Backup
Level = Incremental # default
Client=speculu-fd
FileSet="speculu"
Schedule = "WeeklyCycle"
Storage = backup-sd
Messages = Standard
Pool = speculu
}
Job {
Name = "portlinux"
Type = Backup
Level = Incremental # default
Client=portlinux-fd
FileSet="portlinux"
Schedule = "WeeklyCycle"
Storage = backup-sd
Messages = Standard
Pool = portlinux
}
Job {
Name = "Restore_portlinux"
Type = Restore
Client=portlinux-fd
FileSet="portlinux"
Where = /tmp/bacula-restores
Storage = backup-sd
Messages = Standard
Pool = portlinux
}
FileSet {
Name = "speculu"
Include {
Options { signature=SHA1 compression=GZIP }
File = /etc
File = /var/named
File = /usr/local/squid/etc
File = /boot
File = /home
}
Exclude {}
}
FileSet {
Name = "portlinux"
Include {
Options { signature=SHA1 compression=GZIP }
File = /etc
File = /boot
File = /home
File = /dominios
File = /usr/local/sbin
File = /var/backupbases
}
Exclude {}
}
Schedule {
Name = "WeeklyCycle"
Run = Full 1st sun at 08:00
Run = Incremental mon-sat at 20:00
}
Schedule {
Name = "WeeklyCycleAfterBackup"
Run = Level=Full sun-sat at 2:00
}
# Client (File Services) to backup
Client {
Name = speculu-fd
Address = 172.16.10.250
Catalog = speculu
Password = "prolinx"
File Retention = 60d # sixty day file retention
Job Retention = 180d # 1 year Job retention
AutoPrune = yes # Auto apply retention periods
}
Client {
Name = portlinux-fd
Address = 172.16.10.253
Catalog = portlinux
Password = "prolinx"
File Retention = 60d # sixty day file retention
Job Retention = 180d # 1 year Job retention
AutoPrune = yes # Auto apply retention periods
}
Storage {
Name = backup-sd
Address = 172.16.10.252 # N.B. Use a fully qualified name here
SDPort = 9103
Password = "prolinx"
Device = Disco
Media Type = File
}
Pool {
Name = portlinux
Pool Type = Backup
AutoPrune = yes
Recycle = yes
Label Format = portlinux
}
Pool {
Name = mateus
Pool Type = Backup
AutoPrune = yes
Recycle = yes
Label Format = mateus
}
--
Angelo Braga
Prolinx Informatica
http://www.prolinx.com.br
Skype: prolinxinformatica
(31)3234-2931
(31)8415-6896
