Zoo (file format)


zoo is a data compression program and format developed by Rahul Dhesi in the mid-1980s. The format is based on the LZW compression algorithm and compressed files are identified by the.zoo file extension. It is no longer widely used. Program source code was originally published on the comp.sources.misc Usenet newsgroup, and was compatible with a variety of Unix-like operating systems. Binaries were also published for the MS-DOS and AmigaOS user communities. A small companion program was also developed, entitled booz, that provides only decompression functionality.
The.ZOO file format was mostly popular with Digital VAX computers running the OpenVMS operating system, and for a time with the Commodore Amiga community.

Zoo features

Zoo archives can store multiple "generations" of a file; if files are added to an archive with the same pathname yet more recent date, if generations are enabled for the archive the older version will be retained as the new file is added. This allows files that are frequently modified to be backed up in such a way as to allow access to previous versions from one archive.