FileSet { Name = "WebDir" Description = "Fileset for backup all file in a /var/www, /etc and the cron in /var/spool/crontabs" Include { Options { Signature = MD5 # calculate md5 checksum per file Compression = GZIP } File = "/var/www" File = "/etc/" File = "/var/spool/cron/" } }