The files are stored in the directory /m23/data+scripts/clientImages in different types and with distinct compressions. The file names are always created after the following scheme: Image nameSize of the extracted image in bytesImage formatCompression
Image format is one of the following values:
- Partclone: For a partition whose file system is supported, only the used sectors will be saved, else the whole disk.
- dd: Saves the whole data of a partition or harddisk.
For the compression the following is valid:
- (no extension): The image file will be stored with no compression.
- gz: The image will be compressed with gzip.
- bz2: It will be compressed with bzip2 that compresses better mostly.