Client { Name = san01-fd Address = localhost Password = <> } Director { # define myself Name = bareos-dir QueryFile = "/usr/lib/bareos/scripts/query.sql" Maximum Concurrent Jobs = 2 Password = <> Messages = Daemon Auditing = yes } FileSet { Name = "LinuxData" Include { Options { compression=LZO signature = SHA1 sparse=yes noatime=yes One FS = no } File = /data Exclude Dir Containing = .nobackup } Exclude { File = "~*" File = "*.bak" File = "*.tmp" File = "Thumbs.db" } } Job { Name = "san01-data" JobDefs = "DefaultJob" Client = "san01-fd" FileSet = LinuxData } JobDefs { Name = "DefaultJob" Type = Backup Storage = Tape Level = Incremental Schedule = "MonthlySchedule" Messages = Standard Pool = Default Spool Data = yes Spool Size = 10G Full Backup Pool = Full Differential Backup Pool = Diff Incremental Backup Pool = Incr Priority = 10 Write Bootstrap = "|/usr/bin/bsmtp -h localhost -f \"\(Bareos\) \\" -s \"Bootstrap %j %n %l\" xxx" # (#01) } Pool { Name = LTO4 Pool Type = Backup Recycle = yes AutoPrune = yes Volume Retention = 4 years Maximum Block Size = 1M Recycle Pool = Scratch Scratch Pool = Scratch Storage = Tape } Storage { Name = Tape Address = xxx Password = <> Device = autochanger-0 Media Type = LTO4 Auto Changer = yes Collect Statistics = yes }