# List of files to be backed up FileSet { Name = "archivo all dirs" Include { Options { signature = MD5 One FS = No # change into other filessytems } File = /home/dp/lto_backup_all_dirs/ } } # List of files to be backed up FileSet { Name = "archivo hdd01" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd01/ } } FileSet { Name = "archivo hdd02" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd02/ } } FileSet { Name = "archivo hdd03" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd03/ } } FileSet { Name = "archivo hdd04" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd04/ } } FileSet { Name = "archivo hdd05" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd05/ } } FileSet { Name = "archivo hdd06" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd06/ } } FileSet { Name = "archivo hdd07" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd07/ } } FileSet { Name = "archivo hdd08" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd08/ } } FileSet { Name = "archivo hdd09" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd09/ } } FileSet { Name = "archivo hdd10" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd10/ } } FileSet { Name = "archivo hdd11" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd11/ } } FileSet { Name = "archivo hdd12" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd12/ } } FileSet { Name = "archivo hdd13" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd13/ } } FileSet { Name = "archivo hdd14" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd14/ } } FileSet { Name = "archivo hdd15" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd15/ } } FileSet { Name = "archivo hdd16" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd16/ } } FileSet { Name = "archivo hdd17" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd17/ } } FileSet { Name = "archivo hdd18" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd18/ } } FileSet { Name = "archivo hdd19" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd19/ } } FileSet { Name = "archivo hdd20" Include { Options { signature = MD5 One FS = Yes } File = /home/dp/hdd20/ } } # # # # # # # # # # # # # # # # # # Predefined standart Filesets # # # # # # # # # # # # # # # # # # # This is the backup of the catalog FileSet { Name = "Catalog" Include { Options { signature = MD5 } File = "/var/lib/bareos/bareos.sql" # database dump File = "/etc/bareos" # configuration } } # List of files to be backed up FileSet { Name = "archivo test" Include { Options { signature = MD5 One FS = No # change into other filessytems } File = /home/dp/hdd17/lto_backup_test/ } Exclude { File = /_md5_check File = /_full_list.csv } } FileSet { Name = "Linux All" Include { Options { Signature = MD5 # calculate md5 checksum per file One FS = No # change into other filessytems FS Type = ext2 # filesystems of given types will be backed up FS Type = ext3 # others will be ignored FS Type = ext4 FS Type = xfs FS Type = zfs FS Type = reiserfs FS Type = jfs FS Type = btrfs } File = / } # Things that usually have to be excluded # You have to exclude /var/lib/bareos/storage # on your bareos server Exclude { File = /var/lib/bareos File = /var/lib/bareos/storage File = /proc File = /tmp File = /.journal File = /.fsck } } # fileset just to backup some files for selftest FileSet { Name = "SelfTest" Include { Options { Signature = MD5 # calculate md5 checksum per file } File = "/usr/sbin" } }