# Filset to play with sparse files FileSet { Name = "Sparse" Description = "Backup Sparse File and non sparse file" Include { # Specific options for qcow images Options { Signature = SHA1 # Beware the sha1 for a sparse file will never be the one on disk. Compression = LZFAST OneFS = yes Portable = yes IgnoreCase = no Noatime = yes AclSupport = no xattrSupport = no Verify = sm1 Accurate = mcspug sparse = yes # Default no, don't use it on non sparse file # But use it when needed (for example specific known sparse file) Exclude = no WildFile = "*sparse*" # By scripting # WildFile = "|echo *%n*" } Options { # We exclude all the rest ! Exclude = yes WildDir = "*" # What happen if not set ? WildFile = "*" } File = "/data/samples" # By scripting # File = "\\|sh -c \"find /data/samples -iname '*%n*.img'\"" } }