CompressOptions parameters
files : [FilesListCompress parameters] [list(dict)] (default:
[]) Which files will be included.format : [string] (default:
'ZIP') (choices: “ZIP”, “TAR”, “RAR”) Output file format.output : [string] (default:
'%f-%i%I%v.%x') Name for the generated archive (%i=name of the output %x=according to format). Affected by global options.compression: [string] (default:'auto') (choices: “auto”, “stored”, “deflated”, “bzip2”, “lzma”) Compression algorithm. Use auto to let KiBot select a suitable one.expand_dest: [boolean] (default:true) Also expand the dest file name (using % patterns).follow_links: [boolean] (default:true) Store the file pointed by symlinks, not the symlink.move_files: [boolean] (default:false) Move the files to the archive. In other words: remove the files after adding them to the archive.remove_files : Alias for move_files.
skip_not_run: [boolean] (default:false) Skip outputs with run_by_default: false.