Hi,
I have now discovered that my Bareos server has stopped backing up a number of
directories in linux servers, including /root, since 7/16/2018.
The Bareos conf files have not changed since 12/21/2016, when I installed
Bareos 16.2.
I only discovered this error because I had to do a file restore, which luckily
was there, but I noticed that several others were not.
Every morning I check the backup from the previous night. Error messages only
when I forget to fill the tape library with new tapes. I have never received
error messages from non-backed-up directories.
It can only be a bug, I did not find any other explanation.
Job, jobdefs and fileset conf files attached!
Regards,
Emerson
--
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.
# Default Linux
JobDefs {
Name = "JobsLinux"
Type = Backup
Level = Incremental
FileSet = "Linux Default"
Schedule = "BackupDiarioPadrao"
Storage = Scalari80
Messages = Standard
Priority = 10
Pool = LinuxIncremental
Full Backup Pool = LinuxFull
Differential Backup Pool = LinuxDiferencial
Incremental Backup Pool = LinuxIncremental
SpoolData = yes #faz spooling em disco antes de gravar na fita
Prefer Mounted Volumes = no #permite que o autochanger use dois drives
simultanemante
Write Bootstrap = "/var/lib/bareos/%c.bsr"
Maximum Concurrent Jobs = 10
}
#
FileSet {
Name = "Linux Default"
Description = "Diretorios para backup nos servidores linux"
Include {
Options {
signature = MD5
OneFS = no
FS Type = ext2
FS Type = ext3
FS Type = ext4
FS Type = xfs
FS Type = reiserfs
FS Type = jfs
}
File = /boot
File = /etc
File = /home
File = /opt
File = /root
File = /var
}
Exclude {
File = /var/cache
File = /var/spool
}
}
# thanos.cnen
Job {
Name = BackupLocalhost
JobDefs = JobsLinux
Client = Thanos-fd
}
#apache.cnen
Job {
Name = BackupApache
JobDefs = JobsLinux
Client = Apache-fd
}
# bdlinux.cnen
Job {
Name = BackupBDLinux
JobDefs = JobsLinux
Client = BDLinux-fd
}